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

1 line
135 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.LogMemory</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.LogMemory.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.LogMemory</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:MemoryLogRawAllocation">MemoryLogRawAllocation</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:MemoryLogRawDeallocation">MemoryLogRawDeallocation</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:MemoryLogStep">MemoryLogStep</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:MemoryLogTensorAllocation">MemoryLogTensorAllocation</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:MemoryLogTensorDeallocation">MemoryLogTensorDeallocation</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:MemoryLogTensorOutput">MemoryLogTensorOutput</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:MemoryLogRawAllocation" class="def">MemoryLogRawAllocation</a> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#MemoryLogRawAllocation" class="link">Source</a> <a href="#t:MemoryLogRawAllocation" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:stepId" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">stepId</a></code> <code>:: Lens' MemoryLogRawAllocation Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:operation" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">operation</a></code> <code>:: Lens' MemoryLogRawAllocation Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:numBytes" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">numBytes</a></code> <code>:: Lens' MemoryLogRawAllocation Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:ptr" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">ptr</a></code> <code>:: Lens' MemoryLogRawAllocation Data.Word.Word64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:allocationId" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">allocationId</a></code> <code>:: Lens' MemoryLogRawAllocation Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:allocatorName" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">allocatorName</a></code> <code>:: Lens' MemoryLogRawAllocation Data.Text.Text</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:MemoryLogRawAllocation">Instances</h4><details id="i:MemoryLogRawAllocation" 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:MemoryLogRawAllocation: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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-53" class="link">Source</a> <a href="#t:MemoryLogRawAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawAllocation:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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:MemoryLogRawAllocation: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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-53" class="link">Source</a> <a href="#t:MemoryLogRawAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawAllocation:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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:MemoryLogRawAllocation: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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-54" class="link">Source</a> <a href="#t:MemoryLogRawAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawAllocation:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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:MemoryLogRawAllocation: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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-361" class="link">Source</a> <a href="#t:MemoryLogRawAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawAllocation:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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:MemoryLogRawAllocation:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-102" class="link">Source</a> <a href="#t:MemoryLogRawAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawAllocation:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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:MemoryLogRawAllocation:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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.LogMemory.html#line-88" class="link">Source</a> <a href="#t:MemoryLogRawAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawAllocation:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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:MemoryLogRawAllocation:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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.LogMemory.html#line-95" class="link">Source</a> <a href="#t:MemoryLogRawAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawAllocation:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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:MemoryLogRawAllocation:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> &quot;numBytes&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.LogMemory.html#line-74" class="link">Source</a> <a href="#t:MemoryLogRawAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawAllocation:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;numBytes&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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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:MemoryLogRawAllocation:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> &quot;operation&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.LogMemory.html#line-67" class="link">Source</a> <a href="#t:MemoryLogRawAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawAllocation:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;operation&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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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:MemoryLogRawAllocation:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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.LogMemory.html#line-81" class="link">Source</a> <a href="#t:MemoryLogRawAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawAllocation:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</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:MemoryLogRawAllocation:HasField:11"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> &quot;stepId&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.LogMemory.html#line-60" class="link">Source</a> <a href="#t:MemoryLogRawAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawAllocation:HasField:11"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;stepId&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-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawAllocation</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:MemoryLogRawDeallocation" class="def">MemoryLogRawDeallocation</a> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#MemoryLogRawDeallocation" class="link">Source</a> <a href="#t:MemoryLogRawDeallocation" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:stepId" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">stepId</a></code> <code>:: Lens' MemoryLogRawDeallocation Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:operation" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">operation</a></code> <code>:: Lens' MemoryLogRawDeallocation Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:allocationId" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">allocationId</a></code> <code>:: Lens' MemoryLogRawDeallocation Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:allocatorName" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">allocatorName</a></code> <code>:: Lens' MemoryLogRawDeallocation Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:deferred" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">deferred</a></code> <code>:: Lens' MemoryLogRawDeallocation Prelude.Bool</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:MemoryLogRawDeallocation">Instances</h4><details id="i:MemoryLogRawDeallocation" 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:MemoryLogRawDeallocation: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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-392" class="link">Source</a> <a href="#t:MemoryLogRawDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawDeallocation:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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:MemoryLogRawDeallocation: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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-392" class="link">Source</a> <a href="#t:MemoryLogRawDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawDeallocation:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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:MemoryLogRawDeallocation: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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-393" class="link">Source</a> <a href="#t:MemoryLogRawDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawDeallocation:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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:MemoryLogRawDeallocation: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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-668" class="link">Source</a> <a href="#t:MemoryLogRawDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawDeallocation:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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:MemoryLogRawDeallocation:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-434" class="link">Source</a> <a href="#t:MemoryLogRawDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawDeallocation:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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:MemoryLogRawDeallocation:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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.LogMemory.html#line-413" class="link">Source</a> <a href="#t:MemoryLogRawDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawDeallocation:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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:MemoryLogRawDeallocation:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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.LogMemory.html#line-420" class="link">Source</a> <a href="#t:MemoryLogRawDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawDeallocation:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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:MemoryLogRawDeallocation:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> &quot;deferred&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.LogMemory.html#line-427" class="link">Source</a> <a href="#t:MemoryLogRawDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawDeallocation:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;deferred&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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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:MemoryLogRawDeallocation:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> &quot;operation&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.LogMemory.html#line-406" class="link">Source</a> <a href="#t:MemoryLogRawDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawDeallocation:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;operation&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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</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:MemoryLogRawDeallocation:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> &quot;stepId&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.LogMemory.html#line-399" class="link">Source</a> <a href="#t:MemoryLogRawDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogRawDeallocation:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;stepId&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-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogRawDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogRawDeallocation</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:MemoryLogStep" class="def">MemoryLogStep</a> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#MemoryLogStep" class="link">Source</a> <a href="#t:MemoryLogStep" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:stepId" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">stepId</a></code> <code>:: Lens' MemoryLogStep Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:handle" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">handle</a></code> <code>:: Lens' MemoryLogStep Data.Text.Text</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:MemoryLogStep">Instances</h4><details id="i:MemoryLogStep" 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:MemoryLogStep: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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-691" class="link">Source</a> <a href="#t:MemoryLogStep" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogStep:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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:MemoryLogStep: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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-691" class="link">Source</a> <a href="#t:MemoryLogStep" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogStep:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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:MemoryLogStep: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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-692" class="link">Source</a> <a href="#t:MemoryLogStep" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogStep:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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:MemoryLogStep: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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-832" class="link">Source</a> <a href="#t:MemoryLogStep" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogStep:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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:MemoryLogStep:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-712" class="link">Source</a> <a href="#t:MemoryLogStep" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogStep:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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:MemoryLogStep:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> &quot;handle&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.LogMemory.html#line-705" class="link">Source</a> <a href="#t:MemoryLogStep" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogStep:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;handle&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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</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:MemoryLogStep:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> &quot;stepId&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.LogMemory.html#line-698" class="link">Source</a> <a href="#t:MemoryLogStep" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogStep:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;stepId&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-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogStep" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogStep</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:MemoryLogTensorAllocation" class="def">MemoryLogTensorAllocation</a> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#MemoryLogTensorAllocation" class="link">Source</a> <a href="#t:MemoryLogTensorAllocation" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:stepId" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">stepId</a></code> <code>:: Lens' MemoryLogTensorAllocation Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:kernelName" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">kernelName</a></code> <code>:: Lens' MemoryLogTensorAllocation Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:tensor" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">tensor</a></code> <code>:: Lens' MemoryLogTensorAllocation Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:maybe-39-tensor" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">maybe'tensor</a></code> <code>:: Lens' MemoryLogTensorAllocation (Prelude.Maybe Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription)</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:MemoryLogTensorAllocation">Instances</h4><details id="i:MemoryLogTensorAllocation" 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:MemoryLogTensorAllocation: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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-851" class="link">Source</a> <a href="#t:MemoryLogTensorAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorAllocation:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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:MemoryLogTensorAllocation: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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-851" class="link">Source</a> <a href="#t:MemoryLogTensorAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorAllocation:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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:MemoryLogTensorAllocation: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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-852" class="link">Source</a> <a href="#t:MemoryLogTensorAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorAllocation:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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:MemoryLogTensorAllocation: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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1047" class="link">Source</a> <a href="#t:MemoryLogTensorAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorAllocation:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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:MemoryLogTensorAllocation:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-886" class="link">Source</a> <a href="#t:MemoryLogTensorAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorAllocation:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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:MemoryLogTensorAllocation:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> &quot;kernelName&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.LogMemory.html#line-865" class="link">Source</a> <a href="#t:MemoryLogTensorAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorAllocation:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;kernelName&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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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:MemoryLogTensorAllocation:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> &quot;stepId&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.LogMemory.html#line-858" class="link">Source</a> <a href="#t:MemoryLogTensorAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorAllocation:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;stepId&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-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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:MemoryLogTensorAllocation:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> &quot;tensor&quot; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-872" class="link">Source</a> <a href="#t:MemoryLogTensorAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorAllocation:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;tensor&quot; -&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>) -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</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:MemoryLogTensorAllocation:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> &quot;maybe'tensor&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-879" class="link">Source</a> <a href="#t:MemoryLogTensorAllocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorAllocation:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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'tensor&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-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</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-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorAllocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorAllocation</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:MemoryLogTensorDeallocation" class="def">MemoryLogTensorDeallocation</a> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#MemoryLogTensorDeallocation" class="link">Source</a> <a href="#t:MemoryLogTensorDeallocation" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:allocationId" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">allocationId</a></code> <code>:: Lens' MemoryLogTensorDeallocation Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:allocatorName" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">allocatorName</a></code> <code>:: Lens' MemoryLogTensorDeallocation Data.Text.Text</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:MemoryLogTensorDeallocation">Instances</h4><details id="i:MemoryLogTensorDeallocation" 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:MemoryLogTensorDeallocation: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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1066" class="link">Source</a> <a href="#t:MemoryLogTensorDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorDeallocation:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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:MemoryLogTensorDeallocation: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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1066" class="link">Source</a> <a href="#t:MemoryLogTensorDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorDeallocation:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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:MemoryLogTensorDeallocation: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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1067" class="link">Source</a> <a href="#t:MemoryLogTensorDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorDeallocation:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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:MemoryLogTensorDeallocation: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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1221" class="link">Source</a> <a href="#t:MemoryLogTensorDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorDeallocation:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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:MemoryLogTensorDeallocation:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1089" class="link">Source</a> <a href="#t:MemoryLogTensorDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorDeallocation:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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:MemoryLogTensorDeallocation:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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.LogMemory.html#line-1073" class="link">Source</a> <a href="#t:MemoryLogTensorDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorDeallocation:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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:MemoryLogTensorDeallocation:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</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.LogMemory.html#line-1081" class="link">Source</a> <a href="#t:MemoryLogTensorDeallocation" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorDeallocation:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorDeallocation" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorDeallocation</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:MemoryLogTensorOutput" class="def">MemoryLogTensorOutput</a> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#MemoryLogTensorOutput" class="link">Source</a> <a href="#t:MemoryLogTensorOutput" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:stepId" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">stepId</a></code> <code>:: Lens' MemoryLogTensorOutput Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:kernelName" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">kernelName</a></code> <code>:: Lens' MemoryLogTensorOutput Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:index" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">index</a></code> <code>:: Lens' MemoryLogTensorOutput Data.Int.Int32</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:tensor" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">tensor</a></code> <code>:: Lens' MemoryLogTensorOutput Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-LogMemory_Fields.html#v:maybe-39-tensor" title="Proto.Tensorflow.Core.Framework.LogMemory_Fields">maybe'tensor</a></code> <code>:: Lens' MemoryLogTensorOutput (Prelude.Maybe Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription)</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:MemoryLogTensorOutput">Instances</h4><details id="i:MemoryLogTensorOutput" 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:MemoryLogTensorOutput: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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1243" class="link">Source</a> <a href="#t:MemoryLogTensorOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorOutput:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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:MemoryLogTensorOutput: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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1243" class="link">Source</a> <a href="#t:MemoryLogTensorOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorOutput:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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:MemoryLogTensorOutput: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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1244" class="link">Source</a> <a href="#t:MemoryLogTensorOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorOutput:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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:MemoryLogTensorOutput: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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1473" class="link">Source</a> <a href="#t:MemoryLogTensorOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorOutput:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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:MemoryLogTensorOutput:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1285" class="link">Source</a> <a href="#t:MemoryLogTensorOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorOutput:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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:MemoryLogTensorOutput:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> &quot;index&quot; <a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1264" class="link">Source</a> <a href="#t:MemoryLogTensorOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorOutput:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;index&quot; -&gt; (<a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a> -&gt; f <a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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:MemoryLogTensorOutput:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> &quot;kernelName&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.LogMemory.html#line-1257" class="link">Source</a> <a href="#t:MemoryLogTensorOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorOutput:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;kernelName&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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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:MemoryLogTensorOutput:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> &quot;stepId&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.LogMemory.html#line-1250" class="link">Source</a> <a href="#t:MemoryLogTensorOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorOutput:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;stepId&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-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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:MemoryLogTensorOutput:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> &quot;tensor&quot; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</a></span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1271" class="link">Source</a> <a href="#t:MemoryLogTensorOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorOutput:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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;tensor&quot; -&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>) -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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:MemoryLogTensorOutput:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> &quot;maybe'tensor&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.LogMemory.html#line-1278" class="link">Source</a> <a href="#t:MemoryLogTensorOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryLogTensorOutput:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-LogMemory.html">Proto.Tensorflow.Core.Framework.LogMemory</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'tensor&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-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</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-TensorDescription.html#t:TensorDescription" title="Proto.Tensorflow.Core.Framework.TensorDescription">TensorDescription</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-LogMemory.html#t:MemoryLogTensorOutput" title="Proto.Tensorflow.Core.Framework.LogMemory">MemoryLogTensorOutput</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>