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

1 line
233 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.StepStats</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.StepStats.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.StepStats</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:AllocationRecord">AllocationRecord</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:DeviceStepStats">DeviceStepStats</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:DeviceStepStats-39-ThreadNamesEntry">DeviceStepStats'ThreadNamesEntry</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:MemoryStats">MemoryStats</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:NodeExecStats">NodeExecStats</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:NodeOutput">NodeOutput</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:StepStats">StepStats</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:AllocationRecord" class="def">AllocationRecord</a> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#AllocationRecord" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:allocMicros" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">allocMicros</a></code> <code>:: Lens' AllocationRecord Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:allocBytes" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">allocBytes</a></code> <code>:: Lens' AllocationRecord Data.Int.Int64</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:AllocationRecord">Instances</h4><details id="i:AllocationRecord" 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:AllocationRecord: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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-46" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationRecord:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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:AllocationRecord: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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-46" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationRecord:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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:AllocationRecord: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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-47" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationRecord:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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:AllocationRecord: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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-184" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationRecord:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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:AllocationRecord:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-67" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationRecord:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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:AllocationRecord:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> &quot;allocBytes&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.StepStats.html#line-60" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationRecord:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;allocBytes&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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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:AllocationRecord:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> &quot;allocMicros&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.StepStats.html#line-53" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationRecord:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;allocMicros&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-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</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:AllocationRecord:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> &quot;allocationRecords&quot; [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-244" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationRecord:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;allocationRecords&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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:AllocationRecord:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> &quot;vec'allocationRecords&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-253" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocationRecord:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'allocationRecords&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:AllocatorMemoryUsed" class="def">AllocatorMemoryUsed</a> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#AllocatorMemoryUsed" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:allocatorName" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">allocatorName</a></code> <code>:: Lens' AllocatorMemoryUsed Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:totalBytes" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">totalBytes</a></code> <code>:: Lens' AllocatorMemoryUsed Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:peakBytes" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">peakBytes</a></code> <code>:: Lens' AllocatorMemoryUsed Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:liveBytes" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">liveBytes</a></code> <code>:: Lens' AllocatorMemoryUsed Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:allocationRecords" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">allocationRecords</a></code> <code>:: Lens' AllocatorMemoryUsed [AllocationRecord]</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:vec-39-allocationRecords" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">vec'allocationRecords</a></code> <code>:: Lens' AllocatorMemoryUsed (Data.Vector.Vector AllocationRecord)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:allocatorBytesInUse" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">allocatorBytesInUse</a></code> <code>:: Lens' AllocatorMemoryUsed Data.Int.Int64</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:AllocatorMemoryUsed">Instances</h4><details id="i:AllocatorMemoryUsed" 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:AllocatorMemoryUsed: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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-209" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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:AllocatorMemoryUsed: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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-209" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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:AllocatorMemoryUsed: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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-210" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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:AllocatorMemoryUsed: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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-556" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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:AllocatorMemoryUsed:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-268" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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:AllocatorMemoryUsed:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> &quot;allocatorBytesInUse&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.StepStats.html#line-260" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;allocatorBytesInUse&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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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:AllocatorMemoryUsed:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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.StepStats.html#line-216" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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:AllocatorMemoryUsed:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> &quot;liveBytes&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.StepStats.html#line-237" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;liveBytes&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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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:AllocatorMemoryUsed:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> &quot;peakBytes&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.StepStats.html#line-230" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;peakBytes&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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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:AllocatorMemoryUsed:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> &quot;totalBytes&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.StepStats.html#line-223" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;totalBytes&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-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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:AllocatorMemoryUsed:HasField:11"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;memory&quot; [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1543" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:HasField:11"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;memory&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocatorMemoryUsed:HasField:12"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;vec'memory&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1552" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:HasField:12"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'memory&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:AllocatorMemoryUsed:HasField:13"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> &quot;allocationRecords&quot; [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-244" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:HasField:13"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;allocationRecords&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</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:AllocatorMemoryUsed:HasField:14"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> &quot;vec'allocationRecords&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-253" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:AllocatorMemoryUsed:HasField:14"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'allocationRecords&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord" title="Proto.Tensorflow.Core.Framework.StepStats">AllocationRecord</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:DeviceStepStats" class="def">DeviceStepStats</a> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#DeviceStepStats" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:device" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">device</a></code> <code>:: Lens' DeviceStepStats Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:nodeStats" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">nodeStats</a></code> <code>:: Lens' DeviceStepStats [NodeExecStats]</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:vec-39-nodeStats" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">vec'nodeStats</a></code> <code>:: Lens' DeviceStepStats (Data.Vector.Vector NodeExecStats)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:threadNames" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">threadNames</a></code> <code>:: Lens' DeviceStepStats (Data.Map.Map Data.Word.Word32 Data.Text.Text)</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:DeviceStepStats">Instances</h4><details id="i:DeviceStepStats" 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:DeviceStepStats: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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-584" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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:DeviceStepStats: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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-584" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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:DeviceStepStats: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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-585" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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:DeviceStepStats: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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-824" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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:DeviceStepStats:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-621" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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:DeviceStepStats:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> &quot;device&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.StepStats.html#line-591" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;device&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-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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:DeviceStepStats:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> &quot;devStats&quot; [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2665" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;devStats&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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:DeviceStepStats:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> &quot;vec'devStats&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2673" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'devStats&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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:DeviceStepStats:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> &quot;nodeStats&quot; [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-598" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;nodeStats&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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:DeviceStepStats:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> &quot;vec'nodeStats&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-607" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'nodeStats&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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:DeviceStepStats:HasField:11"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> &quot;threadNames&quot; (<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-Word.html#t:Word32" title="Data.Word">Word32</a> <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.StepStats.html#line-614" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats:HasField:11"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;threadNames&quot; -&gt; (<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-Word.html#t:Word32" title="Data.Word">Word32</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f (<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-Word.html#t:Word32" title="Data.Word">Word32</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:DeviceStepStats-39-ThreadNamesEntry" class="def">DeviceStepStats'ThreadNamesEntry</a> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#DeviceStepStats%27ThreadNamesEntry" class="link">Source</a> <a href="#t:DeviceStepStats-39-ThreadNamesEntry" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:key" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">key</a></code> <code>:: Lens' DeviceStepStats'ThreadNamesEntry Data.Word.Word32</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:value" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">value</a></code> <code>:: Lens' DeviceStepStats'ThreadNamesEntry Data.Text.Text</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:DeviceStepStats-39-ThreadNamesEntry">Instances</h4><details id="i:DeviceStepStats-39-ThreadNamesEntry" 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:DeviceStepStats-39-ThreadNamesEntry: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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-842" class="link">Source</a> <a href="#t:DeviceStepStats-39-ThreadNamesEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats-39-ThreadNamesEntry:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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:DeviceStepStats-39-ThreadNamesEntry: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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-842" class="link">Source</a> <a href="#t:DeviceStepStats-39-ThreadNamesEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats-39-ThreadNamesEntry:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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:DeviceStepStats-39-ThreadNamesEntry: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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-843" class="link">Source</a> <a href="#t:DeviceStepStats-39-ThreadNamesEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats-39-ThreadNamesEntry:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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:DeviceStepStats-39-ThreadNamesEntry: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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-985" class="link">Source</a> <a href="#t:DeviceStepStats-39-ThreadNamesEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats-39-ThreadNamesEntry:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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:DeviceStepStats-39-ThreadNamesEntry:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-863" class="link">Source</a> <a href="#t:DeviceStepStats-39-ThreadNamesEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats-39-ThreadNamesEntry:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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:DeviceStepStats-39-ThreadNamesEntry:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> &quot;key&quot; <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-849" class="link">Source</a> <a href="#t:DeviceStepStats-39-ThreadNamesEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats-39-ThreadNamesEntry:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;key&quot; -&gt; (<a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> -&gt; f <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</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:DeviceStepStats-39-ThreadNamesEntry:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> &quot;value&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.StepStats.html#line-856" class="link">Source</a> <a href="#t:DeviceStepStats-39-ThreadNamesEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceStepStats-39-ThreadNamesEntry:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;value&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-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats-39-ThreadNamesEntry" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats'ThreadNamesEntry</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:MemoryStats" class="def">MemoryStats</a> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#MemoryStats" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:tempMemorySize" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">tempMemorySize</a></code> <code>:: Lens' MemoryStats Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:persistentMemorySize" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">persistentMemorySize</a></code> <code>:: Lens' MemoryStats Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:persistentTensorAllocIds" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">persistentTensorAllocIds</a></code> <code>:: Lens' MemoryStats [Data.Int.Int64]</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:vec-39-persistentTensorAllocIds" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">vec'persistentTensorAllocIds</a></code> <code>:: Lens' MemoryStats (Data.Vector.Unboxed.Vector Data.Int.Int64)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:deviceTempMemorySize" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">deviceTempMemorySize</a></code> <code>:: Lens' MemoryStats Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:devicePersistentMemorySize" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">devicePersistentMemorySize</a></code> <code>:: Lens' MemoryStats Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:devicePersistentTensorAllocIds" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">devicePersistentTensorAllocIds</a></code> <code>:: Lens' MemoryStats [Data.Int.Int64]</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:vec-39-devicePersistentTensorAllocIds" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">vec'devicePersistentTensorAllocIds</a></code> <code>:: Lens' MemoryStats (Data.Vector.Unboxed.Vector Data.Int.Int64)</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:MemoryStats">Instances</h4><details id="i:MemoryStats" 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:MemoryStats: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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1012" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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:MemoryStats: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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1012" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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:MemoryStats: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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1013" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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:MemoryStats: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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1442" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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:MemoryStats:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1081" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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:MemoryStats:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;memoryStats&quot; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1612" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;memoryStats&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:MemoryStats:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> &quot;devicePersistentMemorySize&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.StepStats.html#line-1056" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;devicePersistentMemorySize&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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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:MemoryStats:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> &quot;deviceTempMemorySize&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.StepStats.html#line-1049" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;deviceTempMemorySize&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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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:MemoryStats:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> &quot;persistentMemorySize&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.StepStats.html#line-1026" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;persistentMemorySize&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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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:MemoryStats:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> &quot;tempMemorySize&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.StepStats.html#line-1019" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;tempMemorySize&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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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:MemoryStats:HasField:11"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;maybe'memoryStats&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1619" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:HasField:11"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'memoryStats&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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:MemoryStats:HasField:12"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> &quot;devicePersistentTensorAllocIds&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.StepStats.html#line-1063" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:HasField:12"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;devicePersistentTensorAllocIds&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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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:MemoryStats:HasField:13"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> &quot;persistentTensorAllocIds&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.StepStats.html#line-1033" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:HasField:13"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;persistentTensorAllocIds&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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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:MemoryStats:HasField:14"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> &quot;vec'devicePersistentTensorAllocIds&quot; (Vector <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.StepStats.html#line-1073" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:HasField:14"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'devicePersistentTensorAllocIds&quot; -&gt; (Vector <a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a> -&gt; f (Vector <a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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:MemoryStats:HasField:15"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> &quot;vec'persistentTensorAllocIds&quot; (Vector <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.StepStats.html#line-1042" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:MemoryStats:HasField:15"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'persistentTensorAllocIds&quot; -&gt; (Vector <a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a> -&gt; f (Vector <a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:NodeExecStats" class="def">NodeExecStats</a> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#NodeExecStats" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:nodeName" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">nodeName</a></code> <code>:: Lens' NodeExecStats Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:allStartMicros" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">allStartMicros</a></code> <code>:: Lens' NodeExecStats Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:opStartRelMicros" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">opStartRelMicros</a></code> <code>:: Lens' NodeExecStats Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:opEndRelMicros" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">opEndRelMicros</a></code> <code>:: Lens' NodeExecStats Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:allEndRelMicros" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">allEndRelMicros</a></code> <code>:: Lens' NodeExecStats Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:memory" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">memory</a></code> <code>:: Lens' NodeExecStats [AllocatorMemoryUsed]</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:vec-39-memory" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">vec'memory</a></code> <code>:: Lens' NodeExecStats (Data.Vector.Vector AllocatorMemoryUsed)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:output" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">output</a></code> <code>:: Lens' NodeExecStats [NodeOutput]</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:vec-39-output" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">vec'output</a></code> <code>:: Lens' NodeExecStats (Data.Vector.Vector NodeOutput)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:timelineLabel" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">timelineLabel</a></code> <code>:: Lens' NodeExecStats Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:scheduledMicros" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">scheduledMicros</a></code> <code>:: Lens' NodeExecStats Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:threadId" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">threadId</a></code> <code>:: Lens' NodeExecStats Data.Word.Word32</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:referencedTensor" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">referencedTensor</a></code> <code>:: Lens' NodeExecStats [Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription]</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:vec-39-referencedTensor" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">vec'referencedTensor</a></code> <code>:: Lens' NodeExecStats (Data.Vector.Vector Proto.Tensorflow.Core.Framework.AllocationDescription.AllocationDescription)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:memoryStats" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">memoryStats</a></code> <code>:: Lens' NodeExecStats MemoryStats</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:maybe-39-memoryStats" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">maybe'memoryStats</a></code> <code>:: Lens' NodeExecStats (Prelude.Maybe MemoryStats)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:allStartNanos" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">allStartNanos</a></code> <code>:: Lens' NodeExecStats Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:opStartRelNanos" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">opStartRelNanos</a></code> <code>:: Lens' NodeExecStats Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:opEndRelNanos" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">opEndRelNanos</a></code> <code>:: Lens' NodeExecStats Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:allEndRelNanos" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">allEndRelNanos</a></code> <code>:: Lens' NodeExecStats Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:scheduledNanos" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">scheduledNanos</a></code> <code>:: Lens' NodeExecStats Data.Int.Int64</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:NodeExecStats">Instances</h4><details id="i:NodeExecStats" 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:NodeExecStats: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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1501" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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:NodeExecStats: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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1501" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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:NodeExecStats: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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1502" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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:NodeExecStats: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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2450" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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:NodeExecStats:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1661" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</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:NodeExecStats:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;allEndRelMicros&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.StepStats.html#line-1536" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;allEndRelMicros&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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;allEndRelNanos&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.StepStats.html#line-1647" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;allEndRelNanos&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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;allStartMicros&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.StepStats.html#line-1515" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;allStartMicros&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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;allStartNanos&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.StepStats.html#line-1626" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;allStartNanos&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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;memoryStats&quot; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1612" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;memoryStats&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:11"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;nodeName&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.StepStats.html#line-1508" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:11"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;nodeName&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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:12"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;opEndRelMicros&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.StepStats.html#line-1529" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:12"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;opEndRelMicros&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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:13"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;opEndRelNanos&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.StepStats.html#line-1640" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:13"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;opEndRelNanos&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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:14"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;opStartRelMicros&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.StepStats.html#line-1522" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:14"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;opStartRelMicros&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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:15"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;opStartRelNanos&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.StepStats.html#line-1633" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:15"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;opStartRelNanos&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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:16"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;scheduledMicros&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.StepStats.html#line-1582" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:16"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;scheduledMicros&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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:17"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;scheduledNanos&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.StepStats.html#line-1654" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:17"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;scheduledNanos&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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:18"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;threadId&quot; <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1589" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:18"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;threadId&quot; -&gt; (<a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> -&gt; f <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:19"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;timelineLabel&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.StepStats.html#line-1575" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:19"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;timelineLabel&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-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:20"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;maybe'memoryStats&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1619" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:20"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'memoryStats&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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</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-StepStats.html#t:MemoryStats" title="Proto.Tensorflow.Core.Framework.StepStats">MemoryStats</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:21"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;memory&quot; [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1543" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:21"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;memory&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:22"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;output&quot; [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1559" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:22"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;output&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:23"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;referencedTensor&quot; [<a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1596" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:23"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;referencedTensor&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:24"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;vec'memory&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1552" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:24"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'memory&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed" title="Proto.Tensorflow.Core.Framework.StepStats">AllocatorMemoryUsed</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:25"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;vec'output&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1568" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:25"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'output&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:26"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;vec'referencedTensor&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1605" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:26"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'referencedTensor&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription" title="Proto.Tensorflow.Core.Framework.AllocationDescription">AllocationDescription</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeExecStats:HasField:27"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> &quot;nodeStats&quot; [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-598" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:27"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;nodeStats&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</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:NodeExecStats:HasField:28"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> &quot;vec'nodeStats&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-607" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeExecStats:HasField:28"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'nodeStats&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:NodeOutput" class="def">NodeOutput</a> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#NodeOutput" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:slot" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">slot</a></code> <code>:: Lens' NodeOutput Data.Int.Int32</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:tensorDescription" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">tensorDescription</a></code> <code>:: Lens' NodeOutput Proto.Tensorflow.Core.Framework.TensorDescription.TensorDescription</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:maybe-39-tensorDescription" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">maybe'tensorDescription</a></code> <code>:: Lens' NodeOutput (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:NodeOutput">Instances</h4><details id="i:NodeOutput" 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:NodeOutput: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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2499" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeOutput:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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:NodeOutput: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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2499" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeOutput:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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:NodeOutput: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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2500" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeOutput:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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:NodeOutput: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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2643" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeOutput:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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:NodeOutput:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2526" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeOutput:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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:NodeOutput:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> &quot;slot&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.StepStats.html#line-2506" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeOutput:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;slot&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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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:NodeOutput:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> &quot;tensorDescription&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.StepStats.html#line-2512" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeOutput:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;tensorDescription&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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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:NodeOutput:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> &quot;maybe'tensorDescription&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.StepStats.html#line-2519" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeOutput:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'tensorDescription&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-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</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:NodeOutput:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;output&quot; [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1559" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeOutput:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;output&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:NodeOutput:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> &quot;vec'output&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-1568" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:NodeOutput:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'output&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput" title="Proto.Tensorflow.Core.Framework.StepStats">NodeOutput</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats" title="Proto.Tensorflow.Core.Framework.StepStats">NodeExecStats</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:StepStats" class="def">StepStats</a> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#StepStats" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:devStats" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">devStats</a></code> <code>:: Lens' StepStats [DeviceStepStats]</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-StepStats_Fields.html#v:vec-39-devStats" title="Proto.Tensorflow.Core.Framework.StepStats_Fields">vec'devStats</a></code> <code>:: Lens' StepStats (Data.Vector.Vector DeviceStepStats)</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:StepStats">Instances</h4><details id="i:StepStats" 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:StepStats: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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2658" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:StepStats:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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:StepStats: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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2658" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:StepStats:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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:StepStats: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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2659" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:StepStats:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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:StepStats: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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2780" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:StepStats:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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:StepStats:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2679" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:StepStats:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v: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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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:StepStats:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata" title="Proto.Tensorflow.Core.Protobuf.Config">RunMetadata</a> &quot;stepStats&quot; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a></span></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:StepStats:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Protobuf-Config.html">Proto.Tensorflow.Core.Protobuf.Config</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;stepStats&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a>) -&gt; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata" title="Proto.Tensorflow.Core.Protobuf.Config">RunMetadata</a> -&gt; f <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata" title="Proto.Tensorflow.Core.Protobuf.Config">RunMetadata</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:StepStats:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> &quot;devStats&quot; [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2665" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:StepStats:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;devStats&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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:StepStats:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> &quot;vec'devStats&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-2673" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:StepStats:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-StepStats.html">Proto.Tensorflow.Core.Framework.StepStats</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'devStats&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats" title="Proto.Tensorflow.Core.Framework.StepStats">DeviceStepStats</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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:StepStats:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata" title="Proto.Tensorflow.Core.Protobuf.Config">RunMetadata</a> &quot;maybe'stepStats&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a>)</span></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:StepStats:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Protobuf-Config.html">Proto.Tensorflow.Core.Protobuf.Config</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'stepStats&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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</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-StepStats.html#t:StepStats" title="Proto.Tensorflow.Core.Framework.StepStats">StepStats</a>)) -&gt; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata" title="Proto.Tensorflow.Core.Protobuf.Config">RunMetadata</a> -&gt; f <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata" title="Proto.Tensorflow.Core.Protobuf.Config">RunMetadata</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>