tensorflow-haskell/docs/haddock/tensorflow-0.3.0.0/doc-index.json

1 line
79 KiB
JSON

[{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:TensorFlowException\">TensorFlowException</a> = <a href=\"#v:TensorFlowException\">TensorFlowException</a> Code <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a>","name":"TensorFlowException TensorFlowException","module":"TensorFlow.Internal.FFI","link":"TensorFlow-Internal-FFI.html#t:TensorFlowException"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Session\">Session</a>","name":"Session","module":"TensorFlow.Internal.FFI","link":"TensorFlow-Internal-FFI.html#t:Session"},{"display_html":"<a href=\"#v:withSession\">withSession</a> :: (<a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m, MonadMask m) =&gt; (SessionOptions -&gt; <a href=\"../base-4.13.0.0/System-IO.html#t:IO\" title=\"System.IO\">IO</a> ()) -&gt; ((<a href=\"../base-4.13.0.0/System-IO.html#t:IO\" title=\"System.IO\">IO</a> () -&gt; <a href=\"../base-4.13.0.0/System-IO.html#t:IO\" title=\"System.IO\">IO</a> ()) -&gt; <a href=\"TensorFlow-Internal-FFI.html#t:Session\" title=\"TensorFlow.Internal.FFI\">Session</a> -&gt; m a) -&gt; m a","name":"withSession","module":"TensorFlow.Internal.FFI","link":"TensorFlow-Internal-FFI.html#v:withSession"},{"display_html":"<a href=\"#v:extendGraph\">extendGraph</a> :: <a href=\"TensorFlow-Internal-FFI.html#t:Session\" title=\"TensorFlow.Internal.FFI\">Session</a> -&gt; <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef\" title=\"Proto.Tensorflow.Core.Framework.Graph\">GraphDef</a> -&gt; <a href=\"../base-4.13.0.0/System-IO.html#t:IO\" title=\"System.IO\">IO</a> ()","name":"extendGraph","module":"TensorFlow.Internal.FFI","link":"TensorFlow-Internal-FFI.html#v:extendGraph"},{"display_html":"<a href=\"#v:run\">run</a> :: <a href=\"TensorFlow-Internal-FFI.html#t:Session\" title=\"TensorFlow.Internal.FFI\">Session</a> -&gt; [(<a href=\"../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString\" title=\"Data.ByteString\">ByteString</a>, <a href=\"TensorFlow-Internal-FFI.html#t:TensorData\" title=\"TensorFlow.Internal.FFI\">TensorData</a>)] -&gt; [<a href=\"../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString\" title=\"Data.ByteString\">ByteString</a>] -&gt; [<a href=\"../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString\" title=\"Data.ByteString\">ByteString</a>] -&gt; <a href=\"../base-4.13.0.0/System-IO.html#t:IO\" title=\"System.IO\">IO</a> [<a href=\"TensorFlow-Internal-FFI.html#t:TensorData\" title=\"TensorFlow.Internal.FFI\">TensorData</a>]","name":"run","module":"TensorFlow.Internal.FFI","link":"TensorFlow-Internal-FFI.html#v:run"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:TensorData\">TensorData</a> = <a href=\"#v:TensorData\">TensorData</a> {<ul class=\"subs\"><li><a href=\"#v:tensorDataDimensions\">tensorDataDimensions</a> :: [<a href=\"../base-4.13.0.0/Data-Int.html#t:Int64\" title=\"Data.Int\">Int64</a>]</li><li><a href=\"#v:tensorDataType\">tensorDataType</a> :: !<a href=\"TensorFlow-Types.html#t:DataType\" title=\"TensorFlow.Types\">DataType</a></li><li><a href=\"#v:tensorDataBytes\">tensorDataBytes</a> :: !(Vector <a href=\"../base-4.13.0.0/Data-Word.html#t:Word8\" title=\"Data.Word\">Word8</a>)</li></ul>}","name":"TensorData TensorData tensorDataDimensions tensorDataType tensorDataBytes","module":"TensorFlow.Internal.FFI","link":"TensorFlow-Internal-FFI.html#t:TensorData"},{"display_html":"<a href=\"#v:setSessionConfig\">setSessionConfig</a> :: <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto\" title=\"Proto.Tensorflow.Core.Protobuf.Config\">ConfigProto</a> -&gt; SessionOptions -&gt; <a href=\"../base-4.13.0.0/System-IO.html#t:IO\" title=\"System.IO\">IO</a> ()","name":"setSessionConfig","module":"TensorFlow.Internal.FFI","link":"TensorFlow-Internal-FFI.html#v:setSessionConfig"},{"display_html":"<a href=\"#v:setSessionTarget\">setSessionTarget</a> :: <a href=\"../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString\" title=\"Data.ByteString\">ByteString</a> -&gt; SessionOptions -&gt; <a href=\"../base-4.13.0.0/System-IO.html#t:IO\" title=\"System.IO\">IO</a> ()","name":"setSessionTarget","module":"TensorFlow.Internal.FFI","link":"TensorFlow-Internal-FFI.html#v:setSessionTarget"},{"display_html":"<a href=\"#v:getAllOpList\">getAllOpList</a> :: <a href=\"../base-4.13.0.0/System-IO.html#t:IO\" title=\"System.IO\">IO</a> <a href=\"../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString\" title=\"Data.ByteString\">ByteString</a>","name":"getAllOpList","module":"TensorFlow.Internal.FFI","link":"TensorFlow-Internal-FFI.html#v:getAllOpList"},{"display_html":"<a href=\"#v:useProtoAsVoidPtrLen\">useProtoAsVoidPtrLen</a> :: (Message msg, <a href=\"../base-4.13.0.0/Prelude.html#t:Integral\" title=\"Prelude\">Integral</a> c, <a href=\"../base-4.13.0.0/Text-Show.html#t:Show\" title=\"Text.Show\">Show</a> c, <a href=\"../base-4.13.0.0/Data-Bits.html#t:Bits\" title=\"Data.Bits\">Bits</a> c) =&gt; msg -&gt; (<a href=\"../base-4.13.0.0/Foreign-Ptr.html#t:Ptr\" title=\"Foreign.Ptr\">Ptr</a> b -&gt; c -&gt; <a href=\"../base-4.13.0.0/System-IO.html#t:IO\" title=\"System.IO\">IO</a> a) -&gt; <a href=\"../base-4.13.0.0/System-IO.html#t:IO\" title=\"System.IO\">IO</a> a","name":"useProtoAsVoidPtrLen","module":"TensorFlow.Internal.FFI","link":"TensorFlow-Internal-FFI.html#v:useProtoAsVoidPtrLen"},{"display_html":"<a href=\"#v:getVarInt\">getVarInt</a> :: Parser <a href=\"../base-4.13.0.0/Data-Word.html#t:Word64\" title=\"Data.Word\">Word64</a>","name":"getVarInt","module":"TensorFlow.Internal.VarInt","link":"TensorFlow-Internal-VarInt.html#v:getVarInt"},{"display_html":"<a href=\"#v:putVarInt\">putVarInt</a> :: <a href=\"../base-4.13.0.0/Data-Word.html#t:Word64\" title=\"Data.Word\">Word64</a> -&gt; <a href=\"../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder\" title=\"Data.Binary.Builder\">Builder</a>","name":"putVarInt","module":"TensorFlow.Internal.VarInt","link":"TensorFlow-Internal-VarInt.html#v:putVarInt"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"#t:TensorType\">TensorType</a> a <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:tensorType\">tensorType</a> :: a -&gt; <a href=\"TensorFlow-Types.html#t:DataType\" title=\"TensorFlow.Types\">DataType</a></li><li><a href=\"#v:tensorRefType\">tensorRefType</a> :: a -&gt; <a href=\"TensorFlow-Types.html#t:DataType\" title=\"TensorFlow.Types\">DataType</a></li><li><a href=\"#v:tensorVal\">tensorVal</a> :: Lens' <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-Tensor.html#t:TensorProto\" title=\"Proto.Tensorflow.Core.Framework.Tensor\">TensorProto</a> [a]</li></ul>","name":"TensorType tensorType tensorRefType tensorVal","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:TensorType"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:TensorData\">TensorData</a> a = <a href=\"#v:TensorData\">TensorData</a> {<ul class=\"subs\"><li><a href=\"#v:unTensorData\">unTensorData</a> :: <a href=\"TensorFlow-Internal-FFI.html#t:TensorData\" title=\"TensorFlow.Internal.FFI\">TensorData</a></li></ul>}","name":"TensorData TensorData unTensorData","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:TensorData"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"TensorFlow-Types.html#t:TensorType\" title=\"TensorFlow.Types\">TensorType</a> a =&gt; <a href=\"#t:TensorDataType\">TensorDataType</a> s a <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:decodeTensorData\">decodeTensorData</a> :: <a href=\"TensorFlow-Types.html#t:TensorData\" title=\"TensorFlow.Types\">TensorData</a> a -&gt; s a</li><li><a href=\"#v:encodeTensorData\">encodeTensorData</a> :: <a href=\"TensorFlow-Types.html#t:Shape\" title=\"TensorFlow.Types\">Shape</a> -&gt; s a -&gt; <a href=\"TensorFlow-Types.html#t:TensorData\" title=\"TensorFlow.Types\">TensorData</a> a</li></ul>","name":"TensorDataType decodeTensorData encodeTensorData","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:TensorDataType"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:Scalar\">Scalar</a> a = <a href=\"#v:Scalar\">Scalar</a> {<ul class=\"subs\"><li><a href=\"#v:unScalar\">unScalar</a> :: a</li></ul>}","name":"Scalar Scalar unScalar","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:Scalar"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:Shape\">Shape</a> = <a href=\"#v:Shape\">Shape</a> [<a href=\"../base-4.13.0.0/Data-Int.html#t:Int64\" title=\"Data.Int\">Int64</a>]","name":"Shape Shape","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:Shape"},{"display_html":"<a href=\"#v:protoShape\">protoShape</a> :: Lens' <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-TensorShape.html#t:TensorShapeProto\" title=\"Proto.Tensorflow.Core.Framework.TensorShape\">TensorShapeProto</a> <a href=\"TensorFlow-Types.html#t:Shape\" title=\"TensorFlow.Types\">Shape</a>","name":"protoShape","module":"TensorFlow.Types","link":"TensorFlow-Types.html#v:protoShape"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"#t:Attribute\">Attribute</a> a <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:attrLens\">attrLens</a> :: Lens' <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue\" title=\"Proto.Tensorflow.Core.Framework.AttrValue\">AttrValue</a> a</li></ul>","name":"Attribute attrLens","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:Attribute"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:DataType\">DataType</a><ul class=\"subs\"><li>= <a href=\"#v:DT_INVALID\">DT_INVALID</a></li><li>| <a href=\"#v:DT_FLOAT\">DT_FLOAT</a></li><li>| <a href=\"#v:DT_DOUBLE\">DT_DOUBLE</a></li><li>| <a href=\"#v:DT_INT32\">DT_INT32</a></li><li>| <a href=\"#v:DT_UINT8\">DT_UINT8</a></li><li>| <a href=\"#v:DT_INT16\">DT_INT16</a></li><li>| <a href=\"#v:DT_INT8\">DT_INT8</a></li><li>| <a href=\"#v:DT_STRING\">DT_STRING</a></li><li>| <a href=\"#v:DT_COMPLEX64\">DT_COMPLEX64</a></li><li>| <a href=\"#v:DT_INT64\">DT_INT64</a></li><li>| <a href=\"#v:DT_BOOL\">DT_BOOL</a></li><li>| <a href=\"#v:DT_QINT8\">DT_QINT8</a></li><li>| <a href=\"#v:DT_QUINT8\">DT_QUINT8</a></li><li>| <a href=\"#v:DT_QINT32\">DT_QINT32</a></li><li>| <a href=\"#v:DT_BFLOAT16\">DT_BFLOAT16</a></li><li>| <a href=\"#v:DT_QINT16\">DT_QINT16</a></li><li>| <a href=\"#v:DT_QUINT16\">DT_QUINT16</a></li><li>| <a href=\"#v:DT_UINT16\">DT_UINT16</a></li><li>| <a href=\"#v:DT_COMPLEX128\">DT_COMPLEX128</a></li><li>| <a href=\"#v:DT_HALF\">DT_HALF</a></li><li>| <a href=\"#v:DT_RESOURCE\">DT_RESOURCE</a></li><li>| <a href=\"#v:DT_VARIANT\">DT_VARIANT</a></li><li>| <a href=\"#v:DT_UINT32\">DT_UINT32</a></li><li>| <a href=\"#v:DT_UINT64\">DT_UINT64</a></li><li>| <a href=\"#v:DT_FLOAT_REF\">DT_FLOAT_REF</a></li><li>| <a href=\"#v:DT_DOUBLE_REF\">DT_DOUBLE_REF</a></li><li>| <a href=\"#v:DT_INT32_REF\">DT_INT32_REF</a></li><li>| <a href=\"#v:DT_UINT8_REF\">DT_UINT8_REF</a></li><li>| <a href=\"#v:DT_INT16_REF\">DT_INT16_REF</a></li><li>| <a href=\"#v:DT_INT8_REF\">DT_INT8_REF</a></li><li>| <a href=\"#v:DT_STRING_REF\">DT_STRING_REF</a></li><li>| <a href=\"#v:DT_COMPLEX64_REF\">DT_COMPLEX64_REF</a></li><li>| <a href=\"#v:DT_INT64_REF\">DT_INT64_REF</a></li><li>| <a href=\"#v:DT_BOOL_REF\">DT_BOOL_REF</a></li><li>| <a href=\"#v:DT_QINT8_REF\">DT_QINT8_REF</a></li><li>| <a href=\"#v:DT_QUINT8_REF\">DT_QUINT8_REF</a></li><li>| <a href=\"#v:DT_QINT32_REF\">DT_QINT32_REF</a></li><li>| <a href=\"#v:DT_BFLOAT16_REF\">DT_BFLOAT16_REF</a></li><li>| <a href=\"#v:DT_QINT16_REF\">DT_QINT16_REF</a></li><li>| <a href=\"#v:DT_QUINT16_REF\">DT_QUINT16_REF</a></li><li>| <a href=\"#v:DT_UINT16_REF\">DT_UINT16_REF</a></li><li>| <a href=\"#v:DT_COMPLEX128_REF\">DT_COMPLEX128_REF</a></li><li>| <a href=\"#v:DT_HALF_REF\">DT_HALF_REF</a></li><li>| <a href=\"#v:DT_RESOURCE_REF\">DT_RESOURCE_REF</a></li><li>| <a href=\"#v:DT_VARIANT_REF\">DT_VARIANT_REF</a></li><li>| <a href=\"#v:DT_UINT32_REF\">DT_UINT32_REF</a></li><li>| <a href=\"#v:DT_UINT64_REF\">DT_UINT64_REF</a></li><li>| <a href=\"#v:DataType-39-Unrecognized\">DataType'Unrecognized</a> !<a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-Types.html#t:DataType-39-UnrecognizedValue\" title=\"Proto.Tensorflow.Core.Framework.Types\">DataType'UnrecognizedValue</a></li></ul>","name":"DataType DT_INVALID DT_FLOAT DT_DOUBLE DT_INT32 DT_UINT8 DT_INT16 DT_INT8 DT_STRING DT_COMPLEX64 DT_INT64 DT_BOOL DT_QINT8 DT_QUINT8 DT_QINT32 DT_BFLOAT16 DT_QINT16 DT_QUINT16 DT_UINT16 DT_COMPLEX128 DT_HALF DT_RESOURCE DT_VARIANT DT_UINT32 DT_UINT64 DT_FLOAT_REF DT_DOUBLE_REF DT_INT32_REF DT_UINT8_REF DT_INT16_REF DT_INT8_REF DT_STRING_REF DT_COMPLEX64_REF DT_INT64_REF DT_BOOL_REF DT_QINT8_REF DT_QUINT8_REF DT_QINT32_REF DT_BFLOAT16_REF DT_QINT16_REF DT_QUINT16_REF DT_UINT16_REF DT_COMPLEX128_REF DT_HALF_REF DT_RESOURCE_REF DT_VARIANT_REF DT_UINT32_REF DT_UINT64_REF DataType'Unrecognized","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:DataType"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:ResourceHandle\">ResourceHandle</a> = <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-ResourceHandle.html#t:ResourceHandleProto\" title=\"Proto.Tensorflow.Core.Framework.ResourceHandle\">ResourceHandleProto</a>","name":"ResourceHandle","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:ResourceHandle"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Variant\">Variant</a>","name":"Variant","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:Variant"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:ListOf\">ListOf</a> f as <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:Nil\">Nil</a> :: <a href=\"TensorFlow-Types.html#t:ListOf\" title=\"TensorFlow.Types\">ListOf</a> f '[]</li><li><a href=\"#v::-47-\">(:/)</a> :: f a -&gt; <a href=\"TensorFlow-Types.html#t:ListOf\" title=\"TensorFlow.Types\">ListOf</a> f as -&gt; <a href=\"TensorFlow-Types.html#t:ListOf\" title=\"TensorFlow.Types\">ListOf</a> f (a ': as)</li></ul>","name":"ListOf Nil :/","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:ListOf"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:List\">List</a> = <a href=\"TensorFlow-Types.html#t:ListOf\" title=\"TensorFlow.Types\">ListOf</a> <a href=\"../base-4.13.0.0/Data-Functor-Identity.html#t:Identity\" title=\"Data.Functor.Identity\">Identity</a>","name":"List","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:List"},{"display_html":"<a href=\"#v:-47-:-47-\">(/:/)</a> :: a -&gt; <a href=\"TensorFlow-Types.html#t:List\" title=\"TensorFlow.Types\">List</a> as -&gt; <a href=\"TensorFlow-Types.html#t:List\" title=\"TensorFlow.Types\">List</a> (a ': as)","name":"/:/","module":"TensorFlow.Types","link":"TensorFlow-Types.html#v:-47-:-47-"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:TensorTypeProxy\">TensorTypeProxy</a> a <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:TensorTypeProxy\">TensorTypeProxy</a> :: <a href=\"TensorFlow-Types.html#t:TensorType\" title=\"TensorFlow.Types\">TensorType</a> a =&gt; <a href=\"TensorFlow-Types.html#t:TensorTypeProxy\" title=\"TensorFlow.Types\">TensorTypeProxy</a> a</li></ul>","name":"TensorTypeProxy TensorTypeProxy","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:TensorTypeProxy"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"#t:TensorTypes\">TensorTypes</a> (ts :: [*]) <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:tensorTypes\">tensorTypes</a> :: <a href=\"TensorFlow-Types.html#t:TensorTypeList\" title=\"TensorFlow.Types\">TensorTypeList</a> ts</li></ul>","name":"TensorTypes tensorTypes","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:TensorTypes"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:TensorTypeList\">TensorTypeList</a> = <a href=\"TensorFlow-Types.html#t:ListOf\" title=\"TensorFlow.Types\">ListOf</a> <a href=\"TensorFlow-Types.html#t:TensorTypeProxy\" title=\"TensorFlow.Types\">TensorTypeProxy</a>","name":"TensorTypeList","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:TensorTypeList"},{"display_html":"<a href=\"#v:fromTensorTypeList\">fromTensorTypeList</a> :: <a href=\"TensorFlow-Types.html#t:TensorTypeList\" title=\"TensorFlow.Types\">TensorTypeList</a> ts -&gt; [<a href=\"TensorFlow-Types.html#t:DataType\" title=\"TensorFlow.Types\">DataType</a>]","name":"fromTensorTypeList","module":"TensorFlow.Types","link":"TensorFlow-Types.html#v:fromTensorTypeList"},{"display_html":"<a href=\"#v:fromTensorTypes\">fromTensorTypes</a> :: <span class=\"keyword\">forall</span> as. <a href=\"TensorFlow-Types.html#t:TensorTypes\" title=\"TensorFlow.Types\">TensorTypes</a> as =&gt; <a href=\"../base-4.13.0.0/Data-Proxy.html#t:Proxy\" title=\"Data.Proxy\">Proxy</a> as -&gt; [<a href=\"TensorFlow-Types.html#t:DataType\" title=\"TensorFlow.Types\">DataType</a>]","name":"fromTensorTypes","module":"TensorFlow.Types","link":"TensorFlow-Types.html#v:fromTensorTypes"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:OneOf\">OneOf</a> ts a = (<a href=\"TensorFlow-Types.html#t:TensorType\" title=\"TensorFlow.Types\">TensorType</a> a, TensorTypes' ts, <a href=\"TensorFlow-Types.html#t:NoneOf\" title=\"TensorFlow.Types\">NoneOf</a> (<a href=\"TensorFlow-Types.html#t:AllTensorTypes\" title=\"TensorFlow.Types\">AllTensorTypes</a> <a href=\"TensorFlow-Types.html#t:-92--92-\" title=\"TensorFlow.Types\">\\\\</a> ts) a)","name":"OneOf","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:OneOf"},{"display_html":"<span class=\"keyword\">type family</span> a <a href=\"#t:-47--61-\">/=</a> b :: <a href=\"../base-4.13.0.0/Data-Kind.html#t:Constraint\" title=\"Data.Kind\">Constraint</a> <span class=\"keyword\">where ...</span>","name":"/=","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:-47--61-"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:OneOfs\">OneOfs</a> ts as = (<a href=\"TensorFlow-Types.html#t:TensorTypes\" title=\"TensorFlow.Types\">TensorTypes</a> as, TensorTypes' ts, NoneOfs (<a href=\"TensorFlow-Types.html#t:AllTensorTypes\" title=\"TensorFlow.Types\">AllTensorTypes</a> <a href=\"TensorFlow-Types.html#t:-92--92-\" title=\"TensorFlow.Types\">\\\\</a> ts) as)","name":"OneOfs","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:OneOfs"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:TypeError\">TypeError</a> a","name":"TypeError","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:TypeError"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:ExcludedCase\">ExcludedCase</a>","name":"ExcludedCase","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:ExcludedCase"},{"display_html":"<span class=\"keyword\">type family</span> <a href=\"#t:NoneOf\">NoneOf</a> ts a :: <a href=\"../base-4.13.0.0/Data-Kind.html#t:Constraint\" title=\"Data.Kind\">Constraint</a> <span class=\"keyword\">where ...</span>","name":"NoneOf","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:NoneOf"},{"display_html":"<span class=\"keyword\">type family</span> as <a href=\"#t:-92--92-\">\\\\</a> bs <span class=\"keyword\">where ...</span>","name":"\\\\","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:-92--92-"},{"display_html":"<span class=\"keyword\">type family</span> <a href=\"#t:Delete\">Delete</a> a as <span class=\"keyword\">where ...</span>","name":"Delete","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:Delete"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:AllTensorTypes\">AllTensorTypes</a> = '[<a href=\"../base-4.13.0.0/Prelude.html#t:Float\" title=\"Prelude\">Float</a>, <a href=\"../base-4.13.0.0/Prelude.html#t:Double\" title=\"Prelude\">Double</a>, <a href=\"../base-4.13.0.0/Data-Int.html#t:Int8\" title=\"Data.Int\">Int8</a>, <a href=\"../base-4.13.0.0/Data-Int.html#t:Int16\" title=\"Data.Int\">Int16</a>, <a href=\"../base-4.13.0.0/Data-Int.html#t:Int32\" title=\"Data.Int\">Int32</a>, <a href=\"../base-4.13.0.0/Data-Int.html#t:Int64\" title=\"Data.Int\">Int64</a>, <a href=\"../base-4.13.0.0/Data-Word.html#t:Word8\" title=\"Data.Word\">Word8</a>, <a href=\"../base-4.13.0.0/Data-Word.html#t:Word16\" title=\"Data.Word\">Word16</a>, <a href=\"../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString\" title=\"Data.ByteString\">ByteString</a>, <a href=\"../base-4.13.0.0/Data-Bool.html#t:Bool\" title=\"Data.Bool\">Bool</a>]","name":"AllTensorTypes","module":"TensorFlow.Types","link":"TensorFlow-Types.html#t:AllTensorTypes"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:ControlNode\">ControlNode</a> = <a href=\"#v:ControlNode\">ControlNode</a> {<ul class=\"subs\"><li><a href=\"#v:unControlNode\">unControlNode</a> :: <a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a></li></ul>}","name":"ControlNode ControlNode unControlNode","module":"TensorFlow.Output","link":"TensorFlow-Output.html#t:ControlNode"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:Device\">Device</a> = <a href=\"#v:Device\">Device</a> {<ul class=\"subs\"><li><a href=\"#v:deviceName\">deviceName</a> :: <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a></li></ul>}","name":"Device Device deviceName","module":"TensorFlow.Output","link":"TensorFlow-Output.html#t:Device"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:NodeName\">NodeName</a> = <a href=\"#v:NodeName\">NodeName</a> {<ul class=\"subs\"><li><a href=\"#v:unNodeName\">unNodeName</a> :: <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a></li></ul>}","name":"NodeName NodeName unNodeName","module":"TensorFlow.Output","link":"TensorFlow-Output.html#t:NodeName"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:OpDef\">OpDef</a> = <a href=\"#v:OpDef\">OpDef</a> {<ul class=\"subs\"><li><a href=\"#v:_opName\">_opName</a> :: !<a href=\"TensorFlow-Output.html#t:PendingNodeName\" title=\"TensorFlow.Output\">PendingNodeName</a></li><li><a href=\"#v:_opType\">_opType</a> :: !<a href=\"TensorFlow-Output.html#t:OpType\" title=\"TensorFlow.Output\">OpType</a></li><li><a href=\"#v:_opAttrs\">_opAttrs</a> :: !(<a href=\"../containers-0.6.2.1/Data-Map-Strict.html#t:Map\" title=\"Data.Map.Strict\">Map</a> <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a> <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue\" title=\"Proto.Tensorflow.Core.Framework.AttrValue\">AttrValue</a>)</li><li><a href=\"#v:_opInputs\">_opInputs</a> :: [<a href=\"TensorFlow-Output.html#t:Output\" title=\"TensorFlow.Output\">Output</a>]</li><li><a href=\"#v:_opControlInputs\">_opControlInputs</a> :: [<a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a>]</li></ul>}","name":"OpDef OpDef _opName _opType _opAttrs _opInputs _opControlInputs","module":"TensorFlow.Output","link":"TensorFlow-Output.html#t:OpDef"},{"display_html":"<a href=\"#v:opName\">opName</a> :: Lens' <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> <a href=\"TensorFlow-Output.html#t:PendingNodeName\" title=\"TensorFlow.Output\">PendingNodeName</a>","name":"opName","module":"TensorFlow.Output","link":"TensorFlow-Output.html#v:opName"},{"display_html":"<a href=\"#v:opType\">opType</a> :: Lens' <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> <a href=\"TensorFlow-Output.html#t:OpType\" title=\"TensorFlow.Output\">OpType</a>","name":"opType","module":"TensorFlow.Output","link":"TensorFlow-Output.html#v:opType"},{"display_html":"<a href=\"#v:opAttr\">opAttr</a> :: <a href=\"TensorFlow-Types.html#t:Attribute\" title=\"TensorFlow.Types\">Attribute</a> a =&gt; <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a> -&gt; Lens' <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> a","name":"opAttr","module":"TensorFlow.Output","link":"TensorFlow-Output.html#v:opAttr"},{"display_html":"<a href=\"#v:opInputs\">opInputs</a> :: Lens' <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> [<a href=\"TensorFlow-Output.html#t:Output\" title=\"TensorFlow.Output\">Output</a>]","name":"opInputs","module":"TensorFlow.Output","link":"TensorFlow-Output.html#v:opInputs"},{"display_html":"<a href=\"#v:opControlInputs\">opControlInputs</a> :: Lens' <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> [<a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a>]","name":"opControlInputs","module":"TensorFlow.Output","link":"TensorFlow-Output.html#v:opControlInputs"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:OpType\">OpType</a> = <a href=\"#v:OpType\">OpType</a> {<ul class=\"subs\"><li><a href=\"#v:unOpType\">unOpType</a> :: <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a></li></ul>}","name":"OpType OpType unOpType","module":"TensorFlow.Output","link":"TensorFlow-Output.html#t:OpType"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:OutputIx\">OutputIx</a> = <a href=\"#v:OutputIx\">OutputIx</a> {<ul class=\"subs\"><li><a href=\"#v:unOutputIx\">unOutputIx</a> :: <a href=\"../base-4.13.0.0/Data-Int.html#t:Int\" title=\"Data.Int\">Int</a></li></ul>}","name":"OutputIx OutputIx unOutputIx","module":"TensorFlow.Output","link":"TensorFlow-Output.html#t:OutputIx"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Output\">Output</a> = <a href=\"#v:Output\">Output</a> {<ul class=\"subs\"><li><a href=\"#v:outputIndex\">outputIndex</a> :: !<a href=\"TensorFlow-Output.html#t:OutputIx\" title=\"TensorFlow.Output\">OutputIx</a></li><li><a href=\"#v:outputNodeName\">outputNodeName</a> :: !<a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a></li></ul>}","name":"Output Output outputNodeName outputIndex","module":"TensorFlow.Output","link":"TensorFlow-Output.html#t:Output"},{"display_html":"<a href=\"#v:output\">output</a> :: <a href=\"TensorFlow-Output.html#t:OutputIx\" title=\"TensorFlow.Output\">OutputIx</a> -&gt; <a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a> -&gt; <a href=\"TensorFlow-Output.html#t:Output\" title=\"TensorFlow.Output\">Output</a>","name":"output","module":"TensorFlow.Output","link":"TensorFlow-Output.html#v:output"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:PendingNodeName\">PendingNodeName</a><ul class=\"subs\"><li>= <a href=\"#v:ExplicitName\">ExplicitName</a> !<a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a></li><li>| <a href=\"#v:ImplicitName\">ImplicitName</a></li></ul>","name":"PendingNodeName ExplicitName ImplicitName","module":"TensorFlow.Output","link":"TensorFlow-Output.html#t:PendingNodeName"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:ControlNode\">ControlNode</a> = <a href=\"#v:ControlNode\">ControlNode</a> {<ul class=\"subs\"><li><a href=\"#v:unControlNode\">unControlNode</a> :: <a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a></li></ul>}","name":"ControlNode ControlNode unControlNode","module":"TensorFlow.Build","link":"TensorFlow-Build.html#t:ControlNode"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Unique\">Unique</a>","name":"Unique","module":"TensorFlow.Build","link":"TensorFlow-Build.html#t:Unique"},{"display_html":"<a href=\"#v:explicitName\">explicitName</a> :: <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a> -&gt; <a href=\"TensorFlow-Output.html#t:PendingNodeName\" title=\"TensorFlow.Output\">PendingNodeName</a>","name":"explicitName","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:explicitName"},{"display_html":"<a href=\"#v:implicitName\">implicitName</a> :: <a href=\"TensorFlow-Output.html#t:PendingNodeName\" title=\"TensorFlow.Output\">PendingNodeName</a>","name":"implicitName","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:implicitName"},{"display_html":"<a href=\"#v:opDef\">opDef</a> :: <a href=\"TensorFlow-Output.html#t:OpType\" title=\"TensorFlow.Output\">OpType</a> -&gt; <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a>","name":"opDef","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:opDef"},{"display_html":"<a href=\"#v:opDefWithName\">opDefWithName</a> :: <a href=\"TensorFlow-Output.html#t:PendingNodeName\" title=\"TensorFlow.Output\">PendingNodeName</a> -&gt; <a href=\"TensorFlow-Output.html#t:OpType\" title=\"TensorFlow.Output\">OpType</a> -&gt; <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a>","name":"opDefWithName","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:opDefWithName"},{"display_html":"<a href=\"#v:opName\">opName</a> :: Lens' <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> <a href=\"TensorFlow-Output.html#t:PendingNodeName\" title=\"TensorFlow.Output\">PendingNodeName</a>","name":"opName","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:opName"},{"display_html":"<a href=\"#v:opType\">opType</a> :: Lens' <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> <a href=\"TensorFlow-Output.html#t:OpType\" title=\"TensorFlow.Output\">OpType</a>","name":"opType","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:opType"},{"display_html":"<a href=\"#v:opAttr\">opAttr</a> :: <a href=\"TensorFlow-Types.html#t:Attribute\" title=\"TensorFlow.Types\">Attribute</a> a =&gt; <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a> -&gt; Lens' <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> a","name":"opAttr","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:opAttr"},{"display_html":"<a href=\"#v:opInputs\">opInputs</a> :: Lens' <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> [<a href=\"TensorFlow-Output.html#t:Output\" title=\"TensorFlow.Output\">Output</a>]","name":"opInputs","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:opInputs"},{"display_html":"<a href=\"#v:opControlInputs\">opControlInputs</a> :: Lens' <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> [<a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a>]","name":"opControlInputs","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:opControlInputs"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:GraphState\">GraphState</a>","name":"GraphState","module":"TensorFlow.Build","link":"TensorFlow-Build.html#t:GraphState"},{"display_html":"<a href=\"#v:renderedNodeDefs\">renderedNodeDefs</a> :: Lens' <a href=\"TensorFlow-Build.html#t:GraphState\" title=\"TensorFlow.Build\">GraphState</a> (<a href=\"../containers-0.6.2.1/Data-Map-Strict.html#t:Map\" title=\"Data.Map.Strict\">Map</a> <a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a> <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-NodeDef.html#t:NodeDef\" title=\"Proto.Tensorflow.Core.Framework.NodeDef\">NodeDef</a>)","name":"renderedNodeDefs","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:renderedNodeDefs"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:BuildT\">BuildT</a> m a","name":"BuildT","module":"TensorFlow.Build","link":"TensorFlow-Build.html#t:BuildT"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:Build\">Build</a> = <a href=\"TensorFlow-Build.html#t:BuildT\" title=\"TensorFlow.Build\">BuildT</a> <a href=\"../base-4.13.0.0/Data-Functor-Identity.html#t:Identity\" title=\"Data.Functor.Identity\">Identity</a>","name":"Build","module":"TensorFlow.Build","link":"TensorFlow-Build.html#t:Build"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"../base-4.13.0.0/Control-Monad.html#t:Monad\" title=\"Control.Monad\">Monad</a> m =&gt; <a href=\"#t:MonadBuild\">MonadBuild</a> m <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:build\">build</a> :: <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> a -&gt; m a</li></ul>","name":"MonadBuild build","module":"TensorFlow.Build","link":"TensorFlow-Build.html#t:MonadBuild"},{"display_html":"<a href=\"#v:addInitializer\">addInitializer</a> :: <a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m =&gt; <a href=\"TensorFlow-Build.html#t:ControlNode\" title=\"TensorFlow.Build\">ControlNode</a> -&gt; m ()","name":"addInitializer","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:addInitializer"},{"display_html":"<a href=\"#v:hoistBuildT\">hoistBuildT</a> :: (<span class=\"keyword\">forall</span> a. m a -&gt; n a) -&gt; <a href=\"TensorFlow-Build.html#t:BuildT\" title=\"TensorFlow.Build\">BuildT</a> m b -&gt; <a href=\"TensorFlow-Build.html#t:BuildT\" title=\"TensorFlow.Build\">BuildT</a> n b","name":"hoistBuildT","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:hoistBuildT"},{"display_html":"<a href=\"#v:evalBuildT\">evalBuildT</a> :: <a href=\"../base-4.13.0.0/Control-Monad.html#t:Monad\" title=\"Control.Monad\">Monad</a> m =&gt; <a href=\"TensorFlow-Build.html#t:BuildT\" title=\"TensorFlow.Build\">BuildT</a> m a -&gt; m a","name":"evalBuildT","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:evalBuildT"},{"display_html":"<a href=\"#v:runBuildT\">runBuildT</a> :: <a href=\"TensorFlow-Build.html#t:BuildT\" title=\"TensorFlow.Build\">BuildT</a> m a -&gt; m (a, <a href=\"TensorFlow-Build.html#t:GraphState\" title=\"TensorFlow.Build\">GraphState</a>)","name":"runBuildT","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:runBuildT"},{"display_html":"<a href=\"#v:asGraphDef\">asGraphDef</a> :: <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> a -&gt; <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef\" title=\"Proto.Tensorflow.Core.Framework.Graph\">GraphDef</a>","name":"asGraphDef","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:asGraphDef"},{"display_html":"<a href=\"#v:addGraphDef\">addGraphDef</a> :: <a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m =&gt; <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef\" title=\"Proto.Tensorflow.Core.Framework.Graph\">GraphDef</a> -&gt; m ()","name":"addGraphDef","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:addGraphDef"},{"display_html":"<a href=\"#v:flushInitializers\">flushInitializers</a> :: <a href=\"../base-4.13.0.0/Control-Monad.html#t:Monad\" title=\"Control.Monad\">Monad</a> m =&gt; <a href=\"TensorFlow-Build.html#t:BuildT\" title=\"TensorFlow.Build\">BuildT</a> m [<a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a>]","name":"flushInitializers","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:flushInitializers"},{"display_html":"<a href=\"#v:flushNodeBuffer\">flushNodeBuffer</a> :: <a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m =&gt; m [<a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-NodeDef.html#t:NodeDef\" title=\"Proto.Tensorflow.Core.Framework.NodeDef\">NodeDef</a>]","name":"flushNodeBuffer","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:flushNodeBuffer"},{"display_html":"<a href=\"#v:summaries\">summaries</a> :: Lens' <a href=\"TensorFlow-Build.html#t:GraphState\" title=\"TensorFlow.Build\">GraphState</a> [<a href=\"TensorFlow-Output.html#t:Output\" title=\"TensorFlow.Output\">Output</a>]","name":"summaries","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:summaries"},{"display_html":"<a href=\"#v:getOrAddOp\">getOrAddOp</a> :: <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> -&gt; <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> <a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a>","name":"getOrAddOp","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:getOrAddOp"},{"display_html":"<a href=\"#v:addNewOp\">addNewOp</a> :: <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> -&gt; <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> <a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a>","name":"addNewOp","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:addNewOp"},{"display_html":"<a href=\"#v:encodeOutput\">encodeOutput</a> :: <a href=\"TensorFlow-Output.html#t:Output\" title=\"TensorFlow.Output\">Output</a> -&gt; <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a>","name":"encodeOutput","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:encodeOutput"},{"display_html":"<a href=\"#v:lookupNode\">lookupNode</a> :: <a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a> -&gt; <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-NodeDef.html#t:NodeDef\" title=\"Proto.Tensorflow.Core.Framework.NodeDef\">NodeDef</a>","name":"lookupNode","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:lookupNode"},{"display_html":"<a href=\"#v:withStateLens\">withStateLens</a> :: <a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m =&gt; Lens' <a href=\"TensorFlow-Build.html#t:GraphState\" title=\"TensorFlow.Build\">GraphState</a> a -&gt; (a -&gt; a) -&gt; m b -&gt; m b","name":"withStateLens","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:withStateLens"},{"display_html":"<a href=\"#v:withDevice\">withDevice</a> :: <a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m =&gt; <a href=\"../base-4.13.0.0/Data-Maybe.html#t:Maybe\" title=\"Data.Maybe\">Maybe</a> <a href=\"TensorFlow-Output.html#t:Device\" title=\"TensorFlow.Output\">Device</a> -&gt; m a -&gt; m a","name":"withDevice","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:withDevice"},{"display_html":"<a href=\"#v:withNameScope\">withNameScope</a> :: <a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m =&gt; <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a> -&gt; m a -&gt; m a","name":"withNameScope","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:withNameScope"},{"display_html":"<a href=\"#v:withNodeDependencies\">withNodeDependencies</a> :: <a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m =&gt; <a href=\"../containers-0.6.2.1/Data-Set.html#t:Set\" title=\"Data.Set\">Set</a> <a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a> -&gt; m a -&gt; m a","name":"withNodeDependencies","module":"TensorFlow.Build","link":"TensorFlow-Build.html#v:withNodeDependencies"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Tensor\">Tensor</a> v a <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:Tensor\">Tensor</a> :: <a href=\"TensorFlow-Tensor.html#t:TensorKind\" title=\"TensorFlow.Tensor\">TensorKind</a> v =&gt; {..} -&gt; <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> v a</li></ul>","name":"Tensor Tensor tensorOutput","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#t:Tensor"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:Value\">Value</a> a = <a href=\"#v:Value\">Value</a> {<ul class=\"subs\"><li><a href=\"#v:runValue\">runValue</a> :: a</li></ul>}","name":"Value Value runValue","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#t:Value"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:Ref\">Ref</a> a = <a href=\"#v:Ref\">Ref</a> {<ul class=\"subs\"><li><a href=\"#v:runRef\">runRef</a> :: a</li></ul>}","name":"Ref Ref runRef","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#t:Ref"},{"display_html":"<a href=\"#v:value\">value</a> :: <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> <a href=\"TensorFlow-Tensor.html#t:Ref\" title=\"TensorFlow.Tensor\">Ref</a> a -&gt; <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> <a href=\"TensorFlow-Tensor.html#t:Value\" title=\"TensorFlow.Tensor\">Value</a> a","name":"value","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#v:value"},{"display_html":"<a href=\"#v:renderValue\">renderValue</a> :: <a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m =&gt; <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> v a -&gt; m (<a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> <a href=\"TensorFlow-Tensor.html#t:Value\" title=\"TensorFlow.Tensor\">Value</a> a)","name":"renderValue","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#v:renderValue"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Feed\">Feed</a> = <a href=\"#v:Feed\">Feed</a> <a href=\"TensorFlow-Output.html#t:Output\" title=\"TensorFlow.Output\">Output</a> <a href=\"TensorFlow-Internal-FFI.html#t:TensorData\" title=\"TensorFlow.Internal.FFI\">TensorData</a>","name":"Feed Feed","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#t:Feed"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"#t:Rendered\">Rendered</a> t <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:renderedOutput\">renderedOutput</a> :: t a -&gt; <a href=\"TensorFlow-Output.html#t:Output\" title=\"TensorFlow.Output\">Output</a></li></ul>","name":"Rendered renderedOutput","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#t:Rendered"},{"display_html":"<a href=\"#v:tensorNodeName\">tensorNodeName</a> :: <a href=\"TensorFlow-Tensor.html#t:Rendered\" title=\"TensorFlow.Tensor\">Rendered</a> t =&gt; t a -&gt; <a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a>","name":"tensorNodeName","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#v:tensorNodeName"},{"display_html":"<a href=\"#v:feed\">feed</a> :: <a href=\"TensorFlow-Tensor.html#t:Rendered\" title=\"TensorFlow.Tensor\">Rendered</a> t =&gt; t a -&gt; <a href=\"TensorFlow-Types.html#t:TensorData\" title=\"TensorFlow.Types\">TensorData</a> a -&gt; <a href=\"TensorFlow-Tensor.html#t:Feed\" title=\"TensorFlow.Tensor\">Feed</a>","name":"feed","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#v:feed"},{"display_html":"<a href=\"#v:tensorFromName\">tensorFromName</a> :: <a href=\"TensorFlow-Tensor.html#t:TensorKind\" title=\"TensorFlow.Tensor\">TensorKind</a> v =&gt; <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a> -&gt; <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> v a","name":"tensorFromName","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#v:tensorFromName"},{"display_html":"<a href=\"#v:tensorValueFromName\">tensorValueFromName</a> :: <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a> -&gt; <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> <a href=\"TensorFlow-Tensor.html#t:Value\" title=\"TensorFlow.Tensor\">Value</a> a","name":"tensorValueFromName","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#v:tensorValueFromName"},{"display_html":"<a href=\"#v:tensorRefFromName\">tensorRefFromName</a> :: <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a> -&gt; <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> <a href=\"TensorFlow-Tensor.html#t:Ref\" title=\"TensorFlow.Tensor\">Ref</a> a","name":"tensorRefFromName","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#v:tensorRefFromName"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:TensorList\">TensorList</a> v = <a href=\"TensorFlow-Types.html#t:ListOf\" title=\"TensorFlow.Types\">ListOf</a> (<a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> v)","name":"TensorList","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#t:TensorList"},{"display_html":"<a href=\"#v:tensorListOutputs\">tensorListOutputs</a> :: <a href=\"TensorFlow-Tensor.html#t:Rendered\" title=\"TensorFlow.Tensor\">Rendered</a> (<a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> v) =&gt; <a href=\"TensorFlow-Tensor.html#t:TensorList\" title=\"TensorFlow.Tensor\">TensorList</a> v as -&gt; [<a href=\"TensorFlow-Output.html#t:Output\" title=\"TensorFlow.Output\">Output</a>]","name":"tensorListOutputs","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#v:tensorListOutputs"},{"display_html":"<a href=\"#v:colocateWith\">colocateWith</a> :: (<a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m, <a href=\"TensorFlow-Tensor.html#t:Rendered\" title=\"TensorFlow.Tensor\">Rendered</a> t) =&gt; t b -&gt; m a -&gt; m a","name":"colocateWith","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#v:colocateWith"},{"display_html":"<a href=\"#v:render\">render</a> :: <a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m =&gt; <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> a -&gt; m (<a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> <a href=\"TensorFlow-Tensor.html#t:Value\" title=\"TensorFlow.Tensor\">Value</a> a)","name":"render","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#v:render"},{"display_html":"<a href=\"#v:expr\">expr</a> :: <a href=\"TensorFlow-Tensor.html#t:TensorKind\" title=\"TensorFlow.Tensor\">TensorKind</a> v =&gt; <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> v a -&gt; <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> a","name":"expr","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#v:expr"},{"display_html":"<a href=\"#v:addSummary\">addSummary</a> :: (<a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m, <a href=\"TensorFlow-Tensor.html#t:TensorKind\" title=\"TensorFlow.Tensor\">TensorKind</a> v) =&gt; <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> v <a href=\"../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString\" title=\"Data.ByteString\">ByteString</a> -&gt; m ()","name":"addSummary","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#v:addSummary"},{"display_html":"<a href=\"#v:collectAllSummaries\">collectAllSummaries</a> :: <a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m =&gt; m [<a href=\"TensorFlow-Tensor.html#t:SummaryTensor\" title=\"TensorFlow.Tensor\">SummaryTensor</a>]","name":"collectAllSummaries","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#v:collectAllSummaries"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:SummaryTensor\">SummaryTensor</a> = <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> <a href=\"TensorFlow-Tensor.html#t:Value\" title=\"TensorFlow.Tensor\">Value</a> <a href=\"../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString\" title=\"Data.ByteString\">ByteString</a>","name":"SummaryTensor","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#t:SummaryTensor"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"../base-4.13.0.0/Control-Monad.html#t:Monad\" title=\"Control.Monad\">Monad</a> v =&gt; <a href=\"#t:TensorKind\">TensorKind</a> v <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:toBuild\">toBuild</a> :: v a -&gt; <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> a</li></ul>","name":"TensorKind toBuild","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#t:TensorKind"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"#t:ToTensor\">ToTensor</a> t <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:toTensor\">toTensor</a> :: <a href=\"TensorFlow-Types.html#t:TensorType\" title=\"TensorFlow.Types\">TensorType</a> a =&gt; t a -&gt; <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> a</li></ul>","name":"ToTensor toTensor","module":"TensorFlow.Tensor","link":"TensorFlow-Tensor.html#t:ToTensor"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"#t:Nodes\">Nodes</a> t <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:getNodes\">getNodes</a> :: t -&gt; <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> (<a href=\"../containers-0.6.2.1/Data-Set.html#t:Set\" title=\"Data.Set\">Set</a> <a href=\"TensorFlow-Output.html#t:NodeName\" title=\"TensorFlow.Output\">NodeName</a>)</li></ul>","name":"Nodes getNodes","module":"TensorFlow.Nodes","link":"TensorFlow-Nodes.html#t:Nodes"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"TensorFlow-Nodes.html#t:Nodes\" title=\"TensorFlow.Nodes\">Nodes</a> t =&gt; <a href=\"#t:Fetchable\">Fetchable</a> t a <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:getFetch\">getFetch</a> :: t -&gt; <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> (<a href=\"TensorFlow-Nodes.html#t:Fetch\" title=\"TensorFlow.Nodes\">Fetch</a> a)</li></ul>","name":"Fetchable getFetch","module":"TensorFlow.Nodes","link":"TensorFlow-Nodes.html#t:Fetchable"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Fetch\">Fetch</a> a = <a href=\"#v:Fetch\">Fetch</a> {<ul class=\"subs\"><li><a href=\"#v:fetches\">fetches</a> :: <a href=\"../containers-0.6.2.1/Data-Set.html#t:Set\" title=\"Data.Set\">Set</a> <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a></li><li><a href=\"#v:fetchRestore\">fetchRestore</a> :: <a href=\"../containers-0.6.2.1/Data-Map-Strict.html#t:Map\" title=\"Data.Map.Strict\">Map</a> <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a> <a href=\"TensorFlow-Internal-FFI.html#t:TensorData\" title=\"TensorFlow.Internal.FFI\">TensorData</a> -&gt; a</li></ul>}","name":"Fetch Fetch fetchRestore fetches","module":"TensorFlow.Nodes","link":"TensorFlow-Nodes.html#t:Fetch"},{"display_html":"<a href=\"#v:nodesUnion\">nodesUnion</a> :: (<a href=\"../base-4.13.0.0/Data-Monoid.html#t:Monoid\" title=\"Data.Monoid\">Monoid</a> b, <a href=\"../base-4.13.0.0/Data-Traversable.html#t:Traversable\" title=\"Data.Traversable\">Traversable</a> t, <a href=\"../base-4.13.0.0/Control-Applicative.html#t:Applicative\" title=\"Control.Applicative\">Applicative</a> f) =&gt; t (f b) -&gt; f b","name":"nodesUnion","module":"TensorFlow.Nodes","link":"TensorFlow-Nodes.html#v:nodesUnion"},{"display_html":"<a href=\"#v:fetchTensorVector\">fetchTensorVector</a> :: <span class=\"keyword\">forall</span> a v. <a href=\"TensorFlow-Types.html#t:TensorType\" title=\"TensorFlow.Types\">TensorType</a> a =&gt; <a href=\"TensorFlow-Tensor.html#t:Tensor\" title=\"TensorFlow.Tensor\">Tensor</a> v a -&gt; <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> (<a href=\"TensorFlow-Nodes.html#t:Fetch\" title=\"TensorFlow.Nodes\">Fetch</a> (<a href=\"TensorFlow-Types.html#t:TensorData\" title=\"TensorFlow.Types\">TensorData</a> a))","name":"fetchTensorVector","module":"TensorFlow.Nodes","link":"TensorFlow-Nodes.html#v:fetchTensorVector"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:Session\">Session</a> = <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> <a href=\"../base-4.13.0.0/System-IO.html#t:IO\" title=\"System.IO\">IO</a>","name":"Session","module":"TensorFlow.Session","link":"TensorFlow-Session.html#t:Session"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:SessionT\">SessionT</a> m a","name":"SessionT","module":"TensorFlow.Session","link":"TensorFlow-Session.html#t:SessionT"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Options\">Options</a>","name":"Options","module":"TensorFlow.Session","link":"TensorFlow-Session.html#t:Options"},{"display_html":"<a href=\"#v:sessionConfig\">sessionConfig</a> :: Lens' <a href=\"TensorFlow-Session.html#t:Options\" title=\"TensorFlow.Session\">Options</a> <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto\" title=\"Proto.Tensorflow.Core.Protobuf.Config\">ConfigProto</a>","name":"sessionConfig","module":"TensorFlow.Session","link":"TensorFlow-Session.html#v:sessionConfig"},{"display_html":"<a href=\"#v:sessionTarget\">sessionTarget</a> :: Lens' <a href=\"TensorFlow-Session.html#t:Options\" title=\"TensorFlow.Session\">Options</a> <a href=\"../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString\" title=\"Data.ByteString\">ByteString</a>","name":"sessionTarget","module":"TensorFlow.Session","link":"TensorFlow-Session.html#v:sessionTarget"},{"display_html":"<a href=\"#v:sessionTracer\">sessionTracer</a> :: Lens' <a href=\"TensorFlow-Session.html#t:Options\" title=\"TensorFlow.Session\">Options</a> Tracer","name":"sessionTracer","module":"TensorFlow.Session","link":"TensorFlow-Session.html#v:sessionTracer"},{"display_html":"<a href=\"#v:runSession\">runSession</a> :: (MonadMask m, <a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m) =&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m a -&gt; m a","name":"runSession","module":"TensorFlow.Session","link":"TensorFlow-Session.html#v:runSession"},{"display_html":"<a href=\"#v:runSessionWithOptions\">runSessionWithOptions</a> :: (MonadMask m, <a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m) =&gt; <a href=\"TensorFlow-Session.html#t:Options\" title=\"TensorFlow.Session\">Options</a> -&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m a -&gt; m a","name":"runSessionWithOptions","module":"TensorFlow.Session","link":"TensorFlow-Session.html#v:runSessionWithOptions"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"../base-4.13.0.0/Control-Monad.html#t:Monad\" title=\"Control.Monad\">Monad</a> m =&gt; <a href=\"#t:MonadBuild\">MonadBuild</a> m <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:build\">build</a> :: <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> a -&gt; m a</li></ul>","name":"MonadBuild build","module":"TensorFlow.Session","link":"TensorFlow-Session.html#t:MonadBuild"},{"display_html":"<a href=\"#v:extend\">extend</a> :: <a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m =&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m ()","name":"extend","module":"TensorFlow.Session","link":"TensorFlow-Session.html#v:extend"},{"display_html":"<a href=\"#v:addGraphDef\">addGraphDef</a> :: <a href=\"TensorFlow-Session.html#t:MonadBuild\" title=\"TensorFlow.Session\">MonadBuild</a> m =&gt; <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef\" title=\"Proto.Tensorflow.Core.Framework.Graph\">GraphDef</a> -&gt; m ()","name":"addGraphDef","module":"TensorFlow.Session","link":"TensorFlow-Session.html#v:addGraphDef"},{"display_html":"<a href=\"#v:run\">run</a> :: (<a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m, <a href=\"TensorFlow-Nodes.html#t:Fetchable\" title=\"TensorFlow.Nodes\">Fetchable</a> t a) =&gt; t -&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m a","name":"run","module":"TensorFlow.Session","link":"TensorFlow-Session.html#v:run"},{"display_html":"<a href=\"#v:runWithFeeds\">runWithFeeds</a> :: (<a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m, <a href=\"TensorFlow-Nodes.html#t:Fetchable\" title=\"TensorFlow.Nodes\">Fetchable</a> t a) =&gt; [<a href=\"TensorFlow-Tensor.html#t:Feed\" title=\"TensorFlow.Tensor\">Feed</a>] -&gt; t -&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m a","name":"runWithFeeds","module":"TensorFlow.Session","link":"TensorFlow-Session.html#v:runWithFeeds"},{"display_html":"<a href=\"#v:run_\">run_</a> :: (<a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m, <a href=\"TensorFlow-Nodes.html#t:Nodes\" title=\"TensorFlow.Nodes\">Nodes</a> t) =&gt; t -&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m ()","name":"run_","module":"TensorFlow.Session","link":"TensorFlow-Session.html#v:run_"},{"display_html":"<a href=\"#v:runWithFeeds_\">runWithFeeds_</a> :: (<a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m, <a href=\"TensorFlow-Nodes.html#t:Nodes\" title=\"TensorFlow.Nodes\">Nodes</a> t) =&gt; [<a href=\"TensorFlow-Tensor.html#t:Feed\" title=\"TensorFlow.Tensor\">Feed</a>] -&gt; t -&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m ()","name":"runWithFeeds_","module":"TensorFlow.Session","link":"TensorFlow-Session.html#v:runWithFeeds_"},{"display_html":"<a href=\"#v:asyncProdNodes\">asyncProdNodes</a> :: (<a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m, <a href=\"TensorFlow-Nodes.html#t:Nodes\" title=\"TensorFlow.Nodes\">Nodes</a> t) =&gt; t -&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m ()","name":"asyncProdNodes","module":"TensorFlow.Session","link":"TensorFlow-Session.html#v:asyncProdNodes"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"#t:BuildResult\">BuildResult</a> a <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:buildResult\">buildResult</a> :: Result a</li></ul>","name":"BuildResult buildResult","module":"TensorFlow.BuildOp","link":"TensorFlow-BuildOp.html#t:BuildResult"},{"display_html":"<a href=\"#v:buildOp\">buildOp</a> :: <a href=\"TensorFlow-BuildOp.html#t:BuildResult\" title=\"TensorFlow.BuildOp\">BuildResult</a> a =&gt; [<a href=\"../base-4.13.0.0/Data-Int.html#t:Int64\" title=\"Data.Int\">Int64</a>] -&gt; <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> -&gt; <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> a","name":"buildOp","module":"TensorFlow.BuildOp","link":"TensorFlow-BuildOp.html#v:buildOp"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"#t:PureResult\">PureResult</a> a <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:pureResult\">pureResult</a> :: <a href=\"../mtl-2.2.2/Control-Monad-Reader.html#t:ReaderT\" title=\"Control.Monad.Reader\">ReaderT</a> (<a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a>) (<a href=\"../mtl-2.2.2/Control-Monad-State-Strict.html#t:State\" title=\"Control.Monad.State.Strict\">State</a> ResultState) a</li></ul>","name":"PureResult pureResult","module":"TensorFlow.BuildOp","link":"TensorFlow-BuildOp.html#t:PureResult"},{"display_html":"<a href=\"#v:pureOp\">pureOp</a> :: <a href=\"TensorFlow-BuildOp.html#t:PureResult\" title=\"TensorFlow.BuildOp\">PureResult</a> a =&gt; [<a href=\"../base-4.13.0.0/Data-Int.html#t:Int64\" title=\"Data.Int\">Int64</a>] -&gt; <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> -&gt; a","name":"pureOp","module":"TensorFlow.BuildOp","link":"TensorFlow-BuildOp.html#v:pureOp"},{"display_html":"<a href=\"#v:eqLengthGuard\">eqLengthGuard</a> :: [(<a href=\"../base-4.13.0.0/Data-String.html#t:String\" title=\"Data.String\">String</a>, [(<a href=\"../base-4.13.0.0/Data-String.html#t:String\" title=\"Data.String\">String</a>, <a href=\"../base-4.13.0.0/Data-Int.html#t:Int\" title=\"Data.Int\">Int</a>)])] -&gt; <a href=\"../base-4.13.0.0/Data-Bool.html#t:Bool\" title=\"Data.Bool\">Bool</a>","name":"eqLengthGuard","module":"TensorFlow.BuildOp","link":"TensorFlow-BuildOp.html#v:eqLengthGuard"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"#t:BuildInputs\">BuildInputs</a> a <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:buildInputs\">buildInputs</a> :: a -&gt; <a href=\"TensorFlow-Build.html#t:Build\" title=\"TensorFlow.Build\">Build</a> [<a href=\"TensorFlow-Output.html#t:Output\" title=\"TensorFlow.Output\">Output</a>]</li></ul>","name":"BuildInputs buildInputs","module":"TensorFlow.BuildOp","link":"TensorFlow-BuildOp.html#t:BuildInputs"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:OpParams\">OpParams</a> = <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> -&gt; <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a>","name":"OpParams","module":"TensorFlow.BuildOp","link":"TensorFlow-BuildOp.html#t:OpParams"},{"display_html":"<a href=\"#v:withControlDependencies\">withControlDependencies</a> :: (<a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m, <a href=\"TensorFlow-Nodes.html#t:Nodes\" title=\"TensorFlow.Nodes\">Nodes</a> t) =&gt; t -&gt; m a -&gt; m a","name":"withControlDependencies","module":"TensorFlow.ControlFlow","link":"TensorFlow-ControlFlow.html#v:withControlDependencies"},{"display_html":"<a href=\"#v:group\">group</a> :: (<a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m, <a href=\"TensorFlow-Nodes.html#t:Nodes\" title=\"TensorFlow.Nodes\">Nodes</a> t) =&gt; t -&gt; m <a href=\"TensorFlow-Output.html#t:ControlNode\" title=\"TensorFlow.Output\">ControlNode</a>","name":"group","module":"TensorFlow.ControlFlow","link":"TensorFlow-ControlFlow.html#v:group"},{"display_html":"<a href=\"#v:noOp\">noOp</a> :: <a href=\"TensorFlow-Build.html#t:MonadBuild\" title=\"TensorFlow.Build\">MonadBuild</a> m =&gt; m <a href=\"TensorFlow-Output.html#t:ControlNode\" title=\"TensorFlow.Output\">ControlNode</a>","name":"noOp","module":"TensorFlow.ControlFlow","link":"TensorFlow-ControlFlow.html#v:noOp"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:Session\">Session</a> = <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> <a href=\"../base-4.13.0.0/System-IO.html#t:IO\" title=\"System.IO\">IO</a>","name":"Session","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:Session"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Options\">Options</a>","name":"Options","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:Options"},{"display_html":"<a href=\"#v:sessionConfig\">sessionConfig</a> :: Lens' <a href=\"TensorFlow-Core.html#t:Options\" title=\"TensorFlow.Core\">Options</a> <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto\" title=\"Proto.Tensorflow.Core.Protobuf.Config\">ConfigProto</a>","name":"sessionConfig","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:sessionConfig"},{"display_html":"<a href=\"#v:sessionTarget\">sessionTarget</a> :: Lens' <a href=\"TensorFlow-Core.html#t:Options\" title=\"TensorFlow.Core\">Options</a> <a href=\"../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString\" title=\"Data.ByteString\">ByteString</a>","name":"sessionTarget","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:sessionTarget"},{"display_html":"<a href=\"#v:sessionTracer\">sessionTracer</a> :: Lens' <a href=\"TensorFlow-Core.html#t:Options\" title=\"TensorFlow.Core\">Options</a> Tracer","name":"sessionTracer","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:sessionTracer"},{"display_html":"<a href=\"#v:runSession\">runSession</a> :: (MonadMask m, <a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m) =&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m a -&gt; m a","name":"runSession","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:runSession"},{"display_html":"<a href=\"#v:runSessionWithOptions\">runSessionWithOptions</a> :: (MonadMask m, <a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m) =&gt; <a href=\"TensorFlow-Core.html#t:Options\" title=\"TensorFlow.Core\">Options</a> -&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m a -&gt; m a","name":"runSessionWithOptions","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:runSessionWithOptions"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"../base-4.13.0.0/Control-Monad.html#t:Monad\" title=\"Control.Monad\">Monad</a> m =&gt; <a href=\"#t:MonadBuild\">MonadBuild</a> m <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:build\">build</a> :: <a href=\"TensorFlow-Core.html#t:Build\" title=\"TensorFlow.Core\">Build</a> a -&gt; m a</li></ul>","name":"MonadBuild build","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:MonadBuild"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"TensorFlow-Core.html#t:Nodes\" title=\"TensorFlow.Core\">Nodes</a> t =&gt; <a href=\"#t:Fetchable\">Fetchable</a> t a","name":"Fetchable","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:Fetchable"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"#t:Nodes\">Nodes</a> t","name":"Nodes","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:Nodes"},{"display_html":"<a href=\"#v:run\">run</a> :: (<a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m, <a href=\"TensorFlow-Core.html#t:Fetchable\" title=\"TensorFlow.Core\">Fetchable</a> t a) =&gt; t -&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m a","name":"run","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:run"},{"display_html":"<a href=\"#v:run_\">run_</a> :: (<a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m, <a href=\"TensorFlow-Core.html#t:Nodes\" title=\"TensorFlow.Core\">Nodes</a> t) =&gt; t -&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m ()","name":"run_","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:run_"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Feed\">Feed</a>","name":"Feed","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:Feed"},{"display_html":"<a href=\"#v:feed\">feed</a> :: <a href=\"TensorFlow-Tensor.html#t:Rendered\" title=\"TensorFlow.Tensor\">Rendered</a> t =&gt; t a -&gt; <a href=\"TensorFlow-Core.html#t:TensorData\" title=\"TensorFlow.Core\">TensorData</a> a -&gt; <a href=\"TensorFlow-Core.html#t:Feed\" title=\"TensorFlow.Core\">Feed</a>","name":"feed","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:feed"},{"display_html":"<a href=\"#v:runWithFeeds\">runWithFeeds</a> :: (<a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m, <a href=\"TensorFlow-Core.html#t:Fetchable\" title=\"TensorFlow.Core\">Fetchable</a> t a) =&gt; [<a href=\"TensorFlow-Core.html#t:Feed\" title=\"TensorFlow.Core\">Feed</a>] -&gt; t -&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m a","name":"runWithFeeds","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:runWithFeeds"},{"display_html":"<a href=\"#v:runWithFeeds_\">runWithFeeds_</a> :: (<a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m, <a href=\"TensorFlow-Core.html#t:Nodes\" title=\"TensorFlow.Core\">Nodes</a> t) =&gt; [<a href=\"TensorFlow-Core.html#t:Feed\" title=\"TensorFlow.Core\">Feed</a>] -&gt; t -&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m ()","name":"runWithFeeds_","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:runWithFeeds_"},{"display_html":"<a href=\"#v:asyncProdNodes\">asyncProdNodes</a> :: (<a href=\"../base-4.13.0.0/Control-Monad-IO-Class.html#t:MonadIO\" title=\"Control.Monad.IO.Class\">MonadIO</a> m, <a href=\"TensorFlow-Core.html#t:Nodes\" title=\"TensorFlow.Core\">Nodes</a> t) =&gt; t -&gt; <a href=\"TensorFlow-Session.html#t:SessionT\" title=\"TensorFlow.Session\">SessionT</a> m ()","name":"asyncProdNodes","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:asyncProdNodes"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:Build\">Build</a> = <a href=\"TensorFlow-Core.html#t:BuildT\" title=\"TensorFlow.Core\">BuildT</a> <a href=\"../base-4.13.0.0/Data-Functor-Identity.html#t:Identity\" title=\"Data.Functor.Identity\">Identity</a>","name":"Build","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:Build"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:BuildT\">BuildT</a> m a","name":"BuildT","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:BuildT"},{"display_html":"<a href=\"#v:render\">render</a> :: <a href=\"TensorFlow-Core.html#t:MonadBuild\" title=\"TensorFlow.Core\">MonadBuild</a> m =&gt; <a href=\"TensorFlow-Core.html#t:Tensor\" title=\"TensorFlow.Core\">Tensor</a> <a href=\"TensorFlow-Core.html#t:Build\" title=\"TensorFlow.Core\">Build</a> a -&gt; m (<a href=\"TensorFlow-Core.html#t:Tensor\" title=\"TensorFlow.Core\">Tensor</a> <a href=\"TensorFlow-Core.html#t:Value\" title=\"TensorFlow.Core\">Value</a> a)","name":"render","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:render"},{"display_html":"<a href=\"#v:asGraphDef\">asGraphDef</a> :: <a href=\"TensorFlow-Core.html#t:Build\" title=\"TensorFlow.Core\">Build</a> a -&gt; <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef\" title=\"Proto.Tensorflow.Core.Framework.Graph\">GraphDef</a>","name":"asGraphDef","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:asGraphDef"},{"display_html":"<a href=\"#v:addGraphDef\">addGraphDef</a> :: <a href=\"TensorFlow-Core.html#t:MonadBuild\" title=\"TensorFlow.Core\">MonadBuild</a> m =&gt; <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef\" title=\"Proto.Tensorflow.Core.Framework.Graph\">GraphDef</a> -&gt; m ()","name":"addGraphDef","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:addGraphDef"},{"display_html":"<a href=\"#v:opName\">opName</a> :: Lens' <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> <a href=\"TensorFlow-Output.html#t:PendingNodeName\" title=\"TensorFlow.Output\">PendingNodeName</a>","name":"opName","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:opName"},{"display_html":"<a href=\"#v:opAttr\">opAttr</a> :: <a href=\"TensorFlow-Types.html#t:Attribute\" title=\"TensorFlow.Types\">Attribute</a> a =&gt; <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a> -&gt; Lens' <a href=\"TensorFlow-Output.html#t:OpDef\" title=\"TensorFlow.Output\">OpDef</a> a","name":"opAttr","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:opAttr"},{"display_html":"<a href=\"#v:addInitializer\">addInitializer</a> :: <a href=\"TensorFlow-Core.html#t:MonadBuild\" title=\"TensorFlow.Core\">MonadBuild</a> m =&gt; <a href=\"TensorFlow-Core.html#t:ControlNode\" title=\"TensorFlow.Core\">ControlNode</a> -&gt; m ()","name":"addInitializer","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:addInitializer"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:ControlNode\">ControlNode</a>","name":"ControlNode","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:ControlNode"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Tensor\">Tensor</a> v a","name":"Tensor","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:Tensor"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Value\">Value</a> a","name":"Value","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:Value"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:Ref\">Ref</a> a","name":"Ref","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:Ref"},{"display_html":"<a href=\"#v:value\">value</a> :: <a href=\"TensorFlow-Core.html#t:Tensor\" title=\"TensorFlow.Core\">Tensor</a> <a href=\"TensorFlow-Core.html#t:Ref\" title=\"TensorFlow.Core\">Ref</a> a -&gt; <a href=\"TensorFlow-Core.html#t:Tensor\" title=\"TensorFlow.Core\">Tensor</a> <a href=\"TensorFlow-Core.html#t:Value\" title=\"TensorFlow.Core\">Value</a> a","name":"value","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:value"},{"display_html":"<a href=\"#v:tensorFromName\">tensorFromName</a> :: <a href=\"TensorFlow-Tensor.html#t:TensorKind\" title=\"TensorFlow.Tensor\">TensorKind</a> v =&gt; <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a> -&gt; <a href=\"TensorFlow-Core.html#t:Tensor\" title=\"TensorFlow.Core\">Tensor</a> v a","name":"tensorFromName","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:tensorFromName"},{"display_html":"<a href=\"#v:expr\">expr</a> :: <a href=\"TensorFlow-Tensor.html#t:TensorKind\" title=\"TensorFlow.Tensor\">TensorKind</a> v =&gt; <a href=\"TensorFlow-Core.html#t:Tensor\" title=\"TensorFlow.Core\">Tensor</a> v a -&gt; <a href=\"TensorFlow-Core.html#t:Tensor\" title=\"TensorFlow.Core\">Tensor</a> <a href=\"TensorFlow-Core.html#t:Build\" title=\"TensorFlow.Core\">Build</a> a","name":"expr","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:expr"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"#t:TensorType\">TensorType</a> a","name":"TensorType","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:TensorType"},{"display_html":"<span class=\"keyword\">data</span> <a href=\"#t:TensorData\">TensorData</a> a","name":"TensorData","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:TensorData"},{"display_html":"<span class=\"keyword\">class</span> <a href=\"TensorFlow-Core.html#t:TensorType\" title=\"TensorFlow.Core\">TensorType</a> a =&gt; <a href=\"#t:TensorDataType\">TensorDataType</a> s a <span class=\"keyword\">where</span><ul class=\"subs\"><li><a href=\"#v:decodeTensorData\">decodeTensorData</a> :: <a href=\"TensorFlow-Core.html#t:TensorData\" title=\"TensorFlow.Core\">TensorData</a> a -&gt; s a</li><li><a href=\"#v:encodeTensorData\">encodeTensorData</a> :: <a href=\"TensorFlow-Core.html#t:Shape\" title=\"TensorFlow.Core\">Shape</a> -&gt; s a -&gt; <a href=\"TensorFlow-Core.html#t:TensorData\" title=\"TensorFlow.Core\">TensorData</a> a</li></ul>","name":"TensorDataType decodeTensorData encodeTensorData","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:TensorDataType"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:ResourceHandle\">ResourceHandle</a> = <a href=\"../tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-ResourceHandle.html#t:ResourceHandleProto\" title=\"Proto.Tensorflow.Core.Framework.ResourceHandle\">ResourceHandleProto</a>","name":"ResourceHandle","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:ResourceHandle"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:Scalar\">Scalar</a> a = <a href=\"#v:Scalar\">Scalar</a> {<ul class=\"subs\"><li><a href=\"#v:unScalar\">unScalar</a> :: a</li></ul>}","name":"Scalar Scalar unScalar","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:Scalar"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:Shape\">Shape</a> = <a href=\"#v:Shape\">Shape</a> [<a href=\"../base-4.13.0.0/Data-Int.html#t:Int64\" title=\"Data.Int\">Int64</a>]","name":"Shape Shape","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:Shape"},{"display_html":"<span class=\"keyword\">type</span> <a href=\"#t:OneOf\">OneOf</a> ts a = (<a href=\"TensorFlow-Core.html#t:TensorType\" title=\"TensorFlow.Core\">TensorType</a> a, TensorTypes' ts, <a href=\"TensorFlow-Types.html#t:NoneOf\" title=\"TensorFlow.Types\">NoneOf</a> (<a href=\"TensorFlow-Types.html#t:AllTensorTypes\" title=\"TensorFlow.Types\">AllTensorTypes</a> <a href=\"TensorFlow-Types.html#t:-92--92-\" title=\"TensorFlow.Types\">\\\\</a> ts) a)","name":"OneOf","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:OneOf"},{"display_html":"<span class=\"keyword\">type family</span> a <a href=\"#t:-47--61-\">/=</a> b :: <a href=\"../base-4.13.0.0/Data-Kind.html#t:Constraint\" title=\"Data.Kind\">Constraint</a> <span class=\"keyword\">where ...</span>","name":"/=","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:-47--61-"},{"display_html":"<a href=\"#v:colocateWith\">colocateWith</a> :: (<a href=\"TensorFlow-Core.html#t:MonadBuild\" title=\"TensorFlow.Core\">MonadBuild</a> m, <a href=\"TensorFlow-Tensor.html#t:Rendered\" title=\"TensorFlow.Tensor\">Rendered</a> t) =&gt; t b -&gt; m a -&gt; m a","name":"colocateWith","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:colocateWith"},{"display_html":"<span class=\"keyword\">newtype</span> <a href=\"#t:Device\">Device</a> = <a href=\"#v:Device\">Device</a> {<ul class=\"subs\"><li><a href=\"#v:deviceName\">deviceName</a> :: <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a></li></ul>}","name":"Device Device deviceName","module":"TensorFlow.Core","link":"TensorFlow-Core.html#t:Device"},{"display_html":"<a href=\"#v:withDevice\">withDevice</a> :: <a href=\"TensorFlow-Core.html#t:MonadBuild\" title=\"TensorFlow.Core\">MonadBuild</a> m =&gt; <a href=\"../base-4.13.0.0/Data-Maybe.html#t:Maybe\" title=\"Data.Maybe\">Maybe</a> <a href=\"TensorFlow-Core.html#t:Device\" title=\"TensorFlow.Core\">Device</a> -&gt; m a -&gt; m a","name":"withDevice","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:withDevice"},{"display_html":"<a href=\"#v:withNameScope\">withNameScope</a> :: <a href=\"TensorFlow-Core.html#t:MonadBuild\" title=\"TensorFlow.Core\">MonadBuild</a> m =&gt; <a href=\"../text-1.2.4.0/Data-Text.html#t:Text\" title=\"Data.Text\">Text</a> -&gt; m a -&gt; m a","name":"withNameScope","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:withNameScope"},{"display_html":"<a href=\"#v:withControlDependencies\">withControlDependencies</a> :: (<a href=\"TensorFlow-Core.html#t:MonadBuild\" title=\"TensorFlow.Core\">MonadBuild</a> m, <a href=\"TensorFlow-Core.html#t:Nodes\" title=\"TensorFlow.Core\">Nodes</a> t) =&gt; t -&gt; m a -&gt; m a","name":"withControlDependencies","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:withControlDependencies"},{"display_html":"<a href=\"#v:group\">group</a> :: (<a href=\"TensorFlow-Core.html#t:MonadBuild\" title=\"TensorFlow.Core\">MonadBuild</a> m, <a href=\"TensorFlow-Core.html#t:Nodes\" title=\"TensorFlow.Core\">Nodes</a> t) =&gt; t -&gt; m <a href=\"TensorFlow-Core.html#t:ControlNode\" title=\"TensorFlow.Core\">ControlNode</a>","name":"group","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:group"},{"display_html":"<a href=\"#v:noOp\">noOp</a> :: <a href=\"TensorFlow-Core.html#t:MonadBuild\" title=\"TensorFlow.Core\">MonadBuild</a> m =&gt; m <a href=\"TensorFlow-Core.html#t:ControlNode\" title=\"TensorFlow.Core\">ControlNode</a>","name":"noOp","module":"TensorFlow.Core","link":"TensorFlow-Core.html#v:noOp"}]