1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-28 23:48:36 +02:00
tensorflow-haskell/docs/haddock/tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-AttrValue.html

1 line
219 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Proto.Tensorflow.Core.Framework.AttrValue</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">tensorflow-proto-0.3.0.0: TensorFlow protocol buffers.</span><ul class="links" id="page-menu"><li><a href="src/Proto.Tensorflow.Core.Framework.AttrValue.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Proto.Tensorflow.Core.Framework.AttrValue</p></div><div id="synopsis"><details id="syn"><summary>Synopsis</summary><ul class="details-toggle" data-details-id="syn"><li class="src short"><span class="keyword">data</span> <a href="#t:AttrValue">AttrValue</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:AttrValue-39-Value">AttrValue'Value</a><ul class="subs"><li>= <a href="#v:AttrValue-39-S">AttrValue'S</a> !<a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></li><li>| <a href="#v:AttrValue-39-I">AttrValue'I</a> !<a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a></li><li>| <a href="#v:AttrValue-39-F">AttrValue'F</a> !<a href="../base-4.13.0.0/Prelude.html#t:Float" title="Prelude">Float</a></li><li>| <a href="#v:AttrValue-39-B">AttrValue'B</a> !<a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a></li><li>| <a href="#v:AttrValue-39-Type">AttrValue'Type</a> !<a href="Proto-Tensorflow-Core-Framework-Types.html#t:DataType" title="Proto.Tensorflow.Core.Framework.Types">DataType</a></li><li>| <a href="#v:AttrValue-39-Shape">AttrValue'Shape</a> !<a href="Proto-Tensorflow-Core-Framework-TensorShape.html#t:TensorShapeProto" title="Proto.Tensorflow.Core.Framework.TensorShape">TensorShapeProto</a></li><li>| <a href="#v:AttrValue-39-Tensor">AttrValue'Tensor</a> !<a href="Proto-Tensorflow-Core-Framework-Tensor.html#t:TensorProto" title="Proto.Tensorflow.Core.Framework.Tensor">TensorProto</a></li><li>| <a href="#v:AttrValue-39-List">AttrValue'List</a> !<a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue-39-ListValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue'ListValue</a></li><li>| <a href="#v:AttrValue-39-Func">AttrValue'Func</a> !<a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:NameAttrList" title="Proto.Tensorflow.Core.Framework.AttrValue">NameAttrList</a></li><li>| <a href="#v:AttrValue-39-Placeholder">AttrValue'Placeholder</a> !<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></li></ul></li><li class="src short"><a href="#v:_AttrValue-39-S">_AttrValue'S</a> :: Prism' <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue-39-Value" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue'Value</a> <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></li><li class="src short"><a href="#v:_AttrValue-39-I">_AttrValue'I</a> :: Prism' <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue-39-Value" title="Proto.Tensorflow