tensorflow-haskell/docs/haddock/tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Frame...

1 line
37 KiB
HTML

<!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.AllocationDescription</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.AllocationDescription.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.AllocationDescription</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:AllocationDescription">AllocationDescription</a></li></ul></details></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:AllocationDescription" class="def">AllocationDescription</a> <a href="src/Proto.Tensorflow.Core.Framework.AllocationDescription.html#AllocationDescription" class="link">Source</a> <a href="#t:AllocationDescription" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-AllocationDescription_Fields.html#v:requestedBytes" title="Proto.Tensorflow.Core.Framework.AllocationDescription_Fields">requestedBytes</a></code> <code>:: Lens' AllocationDescription Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-AllocationDescription_Fields.html#v:allocatedBytes" title="Proto.Tensorflow.Core.Framework.AllocationDescription_Fields">allocatedBytes</a></code> <code>:: Lens' AllocationDescription Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-AllocationDescription_Fields.html#v:allocatorName" title="Proto.Tensorflow.Core.Framework.AllocationDescription_Fields">allocatorName</a></code> <code>:: Lens' AllocationDescription Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-AllocationDescription_Fields.html#v:allocationId" title="Proto.Tensorflow.Core.Framework.AllocationDescription_Fields">allocationId</a></code> <code>:: Lens' AllocationDescription Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-AllocationDescription_Fields.html#v:hasSingleReference" title="Proto.Tensorflow.Core.Framework.AllocationDescription_Fields">hasSingleReference</a></code> <code>:: Lens' AllocationDescription Prelude.Bool</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-AllocationDescription_Fields.html#v:ptr" title="Proto.Tensorflow.Core.Framework.AllocationDescription_Fields">ptr</a></code> <code>:: Lens' AllocationDescription Data.Word.Word64</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:AllocationDescription">Instances</h4><details id="i:AllocationDescription" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></span> <a href="src/Proto.Tensorflow.Core.Framework.AllocationDescription.html#line-50" class="link">Source</a> <a href="#t:AllocationDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html">Proto.Tensorflow.Core.Framework.AllocationDescription</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></span> <a href="src/Proto.Tensorflow.Core.Framework.AllocationDescription.html#line-50" class="link">Source</a> <a href="#t:AllocationDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html">Proto.Tensorflow.Core.Framework.AllocationDescription</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></span> <a href="src/Proto.Tensorflow.Core.Framework.AllocationDescription.html#line-51" class="link">Source</a> <a href="#t:AllocationDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html">Proto.Tensorflow.Core.Framework.AllocationDescription</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></span> <a href="src/Proto.Tensorflow.Core.Framework.AllocationDescription.html#line-357" class="link">Source</a> <a href="#t:AllocationDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html">Proto.Tensorflow.Core.Framework.AllocationDescription</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></span> <a href="src/Proto.Tensorflow.Core.Framework.AllocationDescription.html#line-100" class="link">Source</a> <a href="#t:AllocationDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html">Proto.Tensorflow.Core.Framework.AllocationDescription</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> &quot;allocatedBytes&quot; <a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a></span> <a href="src/Proto.Tensorflow.Core.Framework.AllocationDescription.html#line-64" class="link">Source</a> <a href="#t:AllocationDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html">Proto.Tensorflow.Core.Framework.AllocationDescription</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;allocatedBytes&quot; -&gt; (<a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a> -&gt; f <a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> &quot;allocationId&quot; <a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a></span> <a href="src/Proto.Tensorflow.Core.Framework.AllocationDescription.html#line-78" class="link">Source</a> <a href="#t:AllocationDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html">Proto.Tensorflow.Core.Framework.AllocationDescription</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;allocationId&quot; -&gt; (<a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a> -&gt; f <a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> &quot;allocatorName&quot; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></span> <a href="src/Proto.Tensorflow.Core.Framework.AllocationDescription.html#line-71" class="link">Source</a> <a href="#t:AllocationDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html">Proto.Tensorflow.Core.Framework.AllocationDescription</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;allocatorName&quot; -&gt; (<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> &quot;hasSingleReference&quot; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a></span> <a href="src/Proto.Tensorflow.Core.Framework.AllocationDescription.html#line-85" class="link">Source</a> <a href="#t:AllocationDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html">Proto.Tensorflow.Core.Framework.AllocationDescription</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;hasSingleReference&quot; -&gt; (<a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> -&gt; f <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> &quot;ptr&quot; <a href="../base-4.13.0.0/Data-Word.html#t:Word64" title="Data.Word">Word64</a></span> <a href="src/Proto.Tensorflow.Core.Framework.AllocationDescription.html#line-93" class="link">Source</a> <a href="#t:AllocationDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html">Proto.Tensorflow.Core.Framework.AllocationDescription</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;ptr&quot; -&gt; (<a href="../base-4.13.0.0/Data-Word.html#t:Word64" title="Data.Word">Word64</a> -&gt; f <a href="../base-4.13.0.0/Data-Word.html#t:Word64" title="Data.Word">Word64</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:HasField:11"></span> HasField <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> &quot;requestedBytes&quot; <a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a></span> <a href="src/Proto.Tensorflow.Core.Framework.AllocationDescription.html#line-57" class="link">Source</a> <a href="#t:AllocationDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:HasField:11"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html">Proto.Tensorflow.Core.Framework.AllocationDescription</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;requestedBytes&quot; -&gt; (<a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a> -&gt; f <a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:HasField:12"></span> HasField <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</a> &quot;allocationDescription&quot; <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a></span></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:HasField:12"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html">Proto.Tensorflow.Core.Framework.TensorDescription</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;allocationDescription&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:HasField:13"></span> HasField <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</a> &quot;maybe'allocationDescription&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>)</span></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:HasField:13"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html">Proto.Tensorflow.Core.Framework.TensorDescription</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'allocationDescription&quot; -&gt; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; f (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:HasField:14"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;referencedTensor&quot; [<a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>]</span></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:HasField:14"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;referencedTensor&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocationDescription:HasField:15"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;vec'referencedTensor&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>)</span></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationDescription:HasField:15"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'referencedTensor&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr></table></details></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.23.0</p></div></body></html>