1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-07-01 00:48:33 +02:00
tensorflow-haskell/docs/haddock/tensorflow-proto-0.2.0.0/Proto-Tensorflow-Core-Framework-StepStats.html
2018-08-13 21:05:49 -07:00

4 lines
128 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" /><title>Proto.Tensorflow.Core.Framework.StepStats</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><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><p class="caption">tensorflow-proto-0.2.0.0: TensorFlow protocol buffers.</p></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="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="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:AllocationRecord" class="def">AllocationRecord</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_AllocationRecord-39-allocMicros" class="def">_AllocationRecord'allocMicros</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_AllocationRecord-39-allocBytes" class="def">_AllocationRecord'allocBytes</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:AllocationRecord" class="caption collapser" onclick="toggleSection('i:AllocationRecord')">Instances</p><div id="section.i:AllocationRecord" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocationRecord:Eq:1" class="instance expander" onclick="toggleSection('i:id:AllocationRecord:Eq:1')"></span> <a href="../base-4.10.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-34" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocationRecord:Eq:1" class="inst-details hide"><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">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocationRecord:Ord:2" class="instance expander" onclick="toggleSection('i:id:AllocationRecord:Ord:2')"></span> <a href="../base-4.10.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-34" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocationRecord:Ord:2" class="inst-details hide"><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">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> -&gt; <a href="../base-4.10.1.0/Data-Ord.html#t:Ordering">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">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">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">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> <a href="#v:min" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocationRecord:Show:3" class="instance expander" onclick="toggleSection('i:id:AllocationRecord:Show:3')"></span> <a href="../base-4.10.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-34" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocationRecord:Show:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.10.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">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">AllocationRecord</a> -&gt; <a href="../base-4.10.1.0/Data-String.html#t: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">AllocationRecord</a>] -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocationRecord:Message:4" class="instance expander" onclick="toggleSection('i:id:AllocationRecord:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-68" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocationRecord:Message:4" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:descriptor">descriptor</a> :: MessageDescriptor <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocationRecord:Default:5" class="instance expander" onclick="toggleSection('i:id:AllocationRecord:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-62" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocationRecord:Default:5" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:def">def</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocationRecord:HasLens:6" class="instance expander" onclick="toggleSection('i:id:AllocationRecord:HasLens:6')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;allocBytes&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-49" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocationRecord:HasLens:6" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;allocBytes&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocationRecord:HasLens:7" class="instance expander" onclick="toggleSection('i:id:AllocationRecord:HasLens:7')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;allocMicros&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-36" class="link">Source</a> <a href="#t:AllocationRecord" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocationRecord:HasLens:7" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;allocMicros&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a></p></div></div></td></tr></table></div></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="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:AllocatorMemoryUsed" class="def">AllocatorMemoryUsed</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_AllocatorMemoryUsed-39-allocatorName" class="def">_AllocatorMemoryUsed'allocatorName</a> :: !Text</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_AllocatorMemoryUsed-39-totalBytes" class="def">_AllocatorMemoryUsed'totalBytes</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_AllocatorMemoryUsed-39-peakBytes" class="def">_AllocatorMemoryUsed'peakBytes</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_AllocatorMemoryUsed-39-liveBytes" class="def">_AllocatorMemoryUsed'liveBytes</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_AllocatorMemoryUsed-39-allocationRecords" class="def">_AllocatorMemoryUsed'allocationRecords</a> :: ![<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a>]</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_AllocatorMemoryUsed-39-allocatorBytesInUse" class="def">_AllocatorMemoryUsed'allocatorBytesInUse</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:AllocatorMemoryUsed" class="caption collapser" onclick="toggleSection('i:AllocatorMemoryUsed')">Instances</p><div id="section.i:AllocatorMemoryUsed" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocatorMemoryUsed:Eq:1" class="instance expander" onclick="toggleSection('i:id:AllocatorMemoryUsed:Eq:1')"></span> <a href="../base-4.10.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-101" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocatorMemoryUsed:Eq:1" class="inst-details hide"><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">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocatorMemoryUsed:Ord:2" class="instance expander" onclick="toggleSection('i:id:AllocatorMemoryUsed:Ord:2')"></span> <a href="../base-4.10.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-101" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocatorMemoryUsed:Ord:2" class="inst-details hide"><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">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; <a href="../base-4.10.1.0/Data-Ord.html#t:Ordering">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">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">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">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> <a href="#v:min" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocatorMemoryUsed:Show:3" class="instance expander" onclick="toggleSection('i:id:AllocatorMemoryUsed:Show:3')"></span> <a href="../base-4.10.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-101" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocatorMemoryUsed:Show:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.10.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">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">AllocatorMemoryUsed</a> -&gt; <a href="../base-4.10.1.0/Data-String.html#t: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">AllocatorMemoryUsed</a>] -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocatorMemoryUsed:Message:4" class="instance expander" onclick="toggleSection('i:id:AllocatorMemoryUsed:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-193" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocatorMemoryUsed:Message:4" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:descriptor">descriptor</a> :: MessageDescriptor <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocatorMemoryUsed:Default:5" class="instance expander" onclick="toggleSection('i:id:AllocatorMemoryUsed:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-182" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocatorMemoryUsed:Default:5" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:def">def</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocatorMemoryUsed:HasLens:6" class="instance expander" onclick="toggleSection('i:id:AllocatorMemoryUsed:HasLens:6')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a>], (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocationRecord">AllocationRecord</a>], <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;allocationRecords&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-155" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocatorMemoryUsed:HasLens:6" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;allocationRecords&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocatorMemoryUsed:HasLens:7" class="instance expander" onclick="toggleSection('i:id:AllocatorMemoryUsed:HasLens:7')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;allocatorBytesInUse&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-168" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocatorMemoryUsed:HasLens:7" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;allocatorBytesInUse&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocatorMemoryUsed:HasLens:8" class="instance expander" onclick="toggleSection('i:id:AllocatorMemoryUsed:HasLens:8')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a Text, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b Text, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;allocatorName&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-103" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocatorMemoryUsed:HasLens:8" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;allocatorName&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocatorMemoryUsed:HasLens:9" class="instance expander" onclick="toggleSection('i:id:AllocatorMemoryUsed:HasLens:9')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;liveBytes&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-142" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocatorMemoryUsed:HasLens:9" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;liveBytes&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocatorMemoryUsed:HasLens:10" class="instance expander" onclick="toggleSection('i:id:AllocatorMemoryUsed:HasLens:10')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;peakBytes&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-129" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocatorMemoryUsed:HasLens:10" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;peakBytes&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:AllocatorMemoryUsed:HasLens:11" class="instance expander" onclick="toggleSection('i:id:AllocatorMemoryUsed:HasLens:11')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;totalBytes&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-116" class="link">Source</a> <a href="#t:AllocatorMemoryUsed" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:AllocatorMemoryUsed:HasLens:11" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;totalBytes&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a></p></div></div></td></tr></table></div></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="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:DeviceStepStats" class="def">DeviceStepStats</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_DeviceStepStats-39-device" class="def">_DeviceStepStats'device</a> :: !Text</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_DeviceStepStats-39-nodeStats" class="def">_DeviceStepStats'nodeStats</a> :: ![<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a>]</dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:DeviceStepStats" class="caption collapser" onclick="toggleSection('i:DeviceStepStats')">Instances</p><div id="section.i:DeviceStepStats" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:DeviceStepStats:Eq:1" class="instance expander" onclick="toggleSection('i:id:DeviceStepStats:Eq:1')"></span> <a href="../base-4.10.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-254" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:DeviceStepStats:Eq:1" class="inst-details hide"><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">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:DeviceStepStats:Ord:2" class="instance expander" onclick="toggleSection('i:id:DeviceStepStats:Ord:2')"></span> <a href="../base-4.10.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-254" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:DeviceStepStats:Ord:2" class="inst-details hide"><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">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Ord.html#t:Ordering">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">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">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">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> <a href="#v:min" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:DeviceStepStats:Show:3" class="instance expander" onclick="toggleSection('i:id:DeviceStepStats:Show:3')"></span> <a href="../base-4.10.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-254" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:DeviceStepStats:Show:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.10.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">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">DeviceStepStats</a> -&gt; <a href="../base-4.10.1.0/Data-String.html#t: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">DeviceStepStats</a>] -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:DeviceStepStats:Message:4" class="instance expander" onclick="toggleSection('i:id:DeviceStepStats:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-283" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:DeviceStepStats:Message:4" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:descriptor">descriptor</a> :: MessageDescriptor <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:DeviceStepStats:Default:5" class="instance expander" onclick="toggleSection('i:id:DeviceStepStats:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-277" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:DeviceStepStats:Default:5" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:def">def</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:DeviceStepStats:HasLens:6" class="instance expander" onclick="toggleSection('i:id:DeviceStepStats:HasLens:6')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a Text, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b Text, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;device&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-256" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:DeviceStepStats:HasLens:6" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;device&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:DeviceStepStats:HasLens:7" class="instance expander" onclick="toggleSection('i:id:DeviceStepStats:HasLens:7')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a>], (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a>], <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;nodeStats&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-266" class="link">Source</a> <a href="#t:DeviceStepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:DeviceStepStats:HasLens:7" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;nodeStats&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a></p></div></div></td></tr></table></div></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="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:MemoryStats" class="def">MemoryStats</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_MemoryStats-39-tempMemorySize" class="def">_MemoryStats'tempMemorySize</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_MemoryStats-39-persistentMemorySize" class="def">_MemoryStats'persistentMemorySize</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_MemoryStats-39-persistentTensorAllocIds" class="def">_MemoryStats'persistentTensorAllocIds</a> :: ![<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>]</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_MemoryStats-39-deviceTempMemorySize" class="def">_MemoryStats'deviceTempMemorySize</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_MemoryStats-39-devicePersistentMemorySize" class="def">_MemoryStats'devicePersistentMemorySize</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_MemoryStats-39-devicePersistentTensorAllocIds" class="def">_MemoryStats'devicePersistentTensorAllocIds</a> :: ![<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>]</dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:MemoryStats" class="caption collapser" onclick="toggleSection('i:MemoryStats')">Instances</p><div id="section.i:MemoryStats" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:MemoryStats:Eq:1" class="instance expander" onclick="toggleSection('i:id:MemoryStats:Eq:1')"></span> <a href="../base-4.10.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-314" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:MemoryStats:Eq:1" class="inst-details hide"><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">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:MemoryStats:Ord:2" class="instance expander" onclick="toggleSection('i:id:MemoryStats:Ord:2')"></span> <a href="../base-4.10.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-314" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:MemoryStats:Ord:2" class="inst-details hide"><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">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; <a href="../base-4.10.1.0/Data-Ord.html#t:Ordering">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">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">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">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> <a href="#v:min" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:MemoryStats:Show:3" class="instance expander" onclick="toggleSection('i:id:MemoryStats:Show:3')"></span> <a href="../base-4.10.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-314" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:MemoryStats:Show:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.10.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">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">MemoryStats</a> -&gt; <a href="../base-4.10.1.0/Data-String.html#t: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">MemoryStats</a>] -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:MemoryStats:Message:4" class="instance expander" onclick="toggleSection('i:id:MemoryStats:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-405" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:MemoryStats:Message:4" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:descriptor">descriptor</a> :: MessageDescriptor <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:MemoryStats:Default:5" class="instance expander" onclick="toggleSection('i:id:MemoryStats:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-394" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:MemoryStats:Default:5" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:def">def</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:MemoryStats:HasLens:6" class="instance expander" onclick="toggleSection('i:id:MemoryStats:HasLens:6')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;devicePersistentMemorySize&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-365" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:MemoryStats:HasLens:6" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;devicePersistentMemorySize&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:MemoryStats:HasLens:7" class="instance expander" onclick="toggleSection('i:id:MemoryStats:HasLens:7')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a [<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>], (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b [<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>], <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;devicePersistentTensorAllocIds&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-379" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:MemoryStats:HasLens:7" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;devicePersistentTensorAllocIds&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:MemoryStats:HasLens:8" class="instance expander" onclick="toggleSection('i:id:MemoryStats:HasLens:8')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;deviceTempMemorySize&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-352" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:MemoryStats:HasLens:8" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;deviceTempMemorySize&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:MemoryStats:HasLens:9" class="instance expander" onclick="toggleSection('i:id:MemoryStats:HasLens:9')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;persistentMemorySize&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-326" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:MemoryStats:HasLens:9" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;persistentMemorySize&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:MemoryStats:HasLens:10" class="instance expander" onclick="toggleSection('i:id:MemoryStats:HasLens:10')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a [<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>], (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b [<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>], <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;persistentTensorAllocIds&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-339" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:MemoryStats:HasLens:10" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;persistentTensorAllocIds&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:MemoryStats:HasLens:11" class="instance expander" onclick="toggleSection('i:id:MemoryStats:HasLens:11')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;tempMemorySize&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-316" class="link">Source</a> <a href="#t:MemoryStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:MemoryStats:HasLens:11" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;tempMemorySize&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a></p></div></div></td></tr></table></div></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="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:NodeExecStats" class="def">NodeExecStats</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_NodeExecStats-39-nodeName" class="def">_NodeExecStats'nodeName</a> :: !Text</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_NodeExecStats-39-allStartMicros" class="def">_NodeExecStats'allStartMicros</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_NodeExecStats-39-opStartRelMicros" class="def">_NodeExecStats'opStartRelMicros</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_NodeExecStats-39-opEndRelMicros" class="def">_NodeExecStats'opEndRelMicros</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_NodeExecStats-39-allEndRelMicros" class="def">_NodeExecStats'allEndRelMicros</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_NodeExecStats-39-memory" class="def">_NodeExecStats'memory</a> :: ![<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a>]</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_NodeExecStats-39-output" class="def">_NodeExecStats'output</a> :: ![<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a>]</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_NodeExecStats-39-timelineLabel" class="def">_NodeExecStats'timelineLabel</a> :: !Text</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_NodeExecStats-39-scheduledMicros" class="def">_NodeExecStats'scheduledMicros</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_NodeExecStats-39-threadId" class="def">_NodeExecStats'threadId</a> :: !<a href="../base-4.10.1.0/Data-Word.html#t:Word32">Word32</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_NodeExecStats-39-referencedTensor" class="def">_NodeExecStats'referencedTensor</a> :: ![<a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription">AllocationDescription</a>]</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_NodeExecStats-39-memoryStats" class="def">_NodeExecStats'memoryStats</a> :: !(<a href="../base-4.10.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a>)</dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:NodeExecStats" class="caption collapser" onclick="toggleSection('i:NodeExecStats')">Instances</p><div id="section.i:NodeExecStats" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:Eq:1" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:Eq:1')"></span> <a href="../base-4.10.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-487" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:Eq:1" class="inst-details hide"><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">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:Ord:2" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:Ord:2')"></span> <a href="../base-4.10.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-487" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:Ord:2" class="inst-details hide"><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">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; <a href="../base-4.10.1.0/Data-Ord.html#t:Ordering">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">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">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">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="#v:min" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:Show:3" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:Show:3')"></span> <a href="../base-4.10.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-487" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:Show:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.10.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">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">NodeExecStats</a> -&gt; <a href="../base-4.10.1.0/Data-String.html#t: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">NodeExecStats</a>] -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:Message:4" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-653" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:Message:4" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:descriptor">descriptor</a> :: MessageDescriptor <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:Default:5" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-638" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:Default:5" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:def">def</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:HasLens:6" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:HasLens:6')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;allEndRelMicros&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-536" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:HasLens:6" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;allEndRelMicros&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:HasLens:7" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:HasLens:7')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;allStartMicros&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-499" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:HasLens:7" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;allStartMicros&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:HasLens:8" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:HasLens:8')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a (<a href="../base-4.10.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a>), (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b (<a href="../base-4.10.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a>), <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;maybe'memoryStats&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-625" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:HasLens:8" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;maybe'memoryStats&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:HasLens:9" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:HasLens:9')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a>], (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:AllocatorMemoryUsed">AllocatorMemoryUsed</a>], <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;memory&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-548" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:HasLens:9" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;memory&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:HasLens:10" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:HasLens:10')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:MemoryStats">MemoryStats</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;memoryStats&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-616" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:HasLens:10" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;memoryStats&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:HasLens:11" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:HasLens:11')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a Text, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b Text, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;nodeName&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-489" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:HasLens:11" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;nodeName&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:HasLens:12" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:HasLens:12')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;opEndRelMicros&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-524" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:HasLens:12" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;opEndRelMicros&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:HasLens:13" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:HasLens:13')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;opStartRelMicros&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-511" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:HasLens:13" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;opStartRelMicros&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:HasLens:14" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:HasLens:14')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a>], (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a>], <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;output&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-558" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:HasLens:14" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;output&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:HasLens:15" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:HasLens:15')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a [<a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription">AllocationDescription</a>], (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b [<a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription">AllocationDescription</a>], <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;referencedTensor&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-600" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:HasLens:15" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;referencedTensor&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:HasLens:16" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:HasLens:16')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int64">Int64</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;scheduledMicros&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-578" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:HasLens:16" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;scheduledMicros&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:HasLens:17" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:HasLens:17')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Word.html#t:Word32">Word32</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Word.html#t:Word32">Word32</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;threadId&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-590" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:HasLens:17" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;threadId&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeExecStats:HasLens:18" class="instance expander" onclick="toggleSection('i:id:NodeExecStats:HasLens:18')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a Text, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b Text, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;timelineLabel&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-567" class="link">Source</a> <a href="#t:NodeExecStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeExecStats:HasLens:18" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;timelineLabel&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeExecStats">NodeExecStats</a></p></div></div></td></tr></table></div></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="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:NodeOutput" class="def">NodeOutput</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_NodeOutput-39-slot" class="def">_NodeOutput'slot</a> :: !<a href="../base-4.10.1.0/Data-Int.html#t:Int32">Int32</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_NodeOutput-39-tensorDescription" class="def">_NodeOutput'tensorDescription</a> :: !(<a href="../base-4.10.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a>)</dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:NodeOutput" class="caption collapser" onclick="toggleSection('i:NodeOutput')">Instances</p><div id="section.i:NodeOutput" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeOutput:Eq:1" class="instance expander" onclick="toggleSection('i:id:NodeOutput:Eq:1')"></span> <a href="../base-4.10.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-764" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeOutput:Eq:1" class="inst-details hide"><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">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeOutput:Ord:2" class="instance expander" onclick="toggleSection('i:id:NodeOutput:Ord:2')"></span> <a href="../base-4.10.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-764" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeOutput:Ord:2" class="inst-details hide"><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">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> -&gt; <a href="../base-4.10.1.0/Data-Ord.html#t:Ordering">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">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">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">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> <a href="#v:min" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeOutput:Show:3" class="instance expander" onclick="toggleSection('i:id:NodeOutput:Show:3')"></span> <a href="../base-4.10.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-764" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeOutput:Show:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.10.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">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">NodeOutput</a> -&gt; <a href="../base-4.10.1.0/Data-String.html#t: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">NodeOutput</a>] -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeOutput:Message:4" class="instance expander" onclick="toggleSection('i:id:NodeOutput:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-812" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeOutput:Message:4" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:descriptor">descriptor</a> :: MessageDescriptor <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeOutput:Default:5" class="instance expander" onclick="toggleSection('i:id:NodeOutput:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-807" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeOutput:Default:5" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:def">def</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeOutput:HasLens:6" class="instance expander" onclick="toggleSection('i:id:NodeOutput:HasLens:6')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a (<a href="../base-4.10.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a>), (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b (<a href="../base-4.10.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a>), <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;maybe'tensorDescription&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-789" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeOutput:HasLens:6" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;maybe'tensorDescription&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeOutput:HasLens:7" class="instance expander" onclick="toggleSection('i:id:NodeOutput:HasLens:7')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.10.1.0/Data-Int.html#t:Int32">Int32</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.10.1.0/Data-Int.html#t:Int32">Int32</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;slot&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-766" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeOutput:HasLens:7" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;slot&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:NodeOutput:HasLens:8" class="instance expander" onclick="toggleSection('i:id:NodeOutput:HasLens:8')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a>, (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a>, <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;tensorDescription&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-776" class="link">Source</a> <a href="#t:NodeOutput" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:NodeOutput:HasLens:8" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;tensorDescription&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:NodeOutput">NodeOutput</a></p></div></div></td></tr></table></div></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="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:StepStats" class="def">StepStats</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_StepStats-39-devStats" class="def">_StepStats'devStats</a> :: ![<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a>]</dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:StepStats" class="caption collapser" onclick="toggleSection('i:StepStats')">Instances</p><div id="section.i:StepStats" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:StepStats:Eq:1" class="instance expander" onclick="toggleSection('i:id:StepStats:Eq:1')"></span> <a href="../base-4.10.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-839" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:StepStats:Eq:1" class="inst-details hide"><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">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:StepStats:Ord:2" class="instance expander" onclick="toggleSection('i:id:StepStats:Ord:2')"></span> <a href="../base-4.10.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-839" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:StepStats:Ord:2" class="inst-details hide"><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">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Ord.html#t:Ordering">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">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> -&gt; <a href="../base-4.10.1.0/Data-Bool.html#t: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">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t: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">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> <a href="#v:min" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:StepStats:Show:3" class="instance expander" onclick="toggleSection('i:id:StepStats:Show:3')"></span> <a href="../base-4.10.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-839" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:StepStats:Show:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.10.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">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">StepStats</a> -&gt; <a href="../base-4.10.1.0/Data-String.html#t: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">StepStats</a>] -&gt; <a href="../base-4.10.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:StepStats:Message:4" class="instance expander" onclick="toggleSection('i:id:StepStats:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-854" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:StepStats:Message:4" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:descriptor">descriptor</a> :: MessageDescriptor <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:StepStats:Default:5" class="instance expander" onclick="toggleSection('i:id:StepStats:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a></span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-851" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:StepStats:Default:5" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:def">def</a> :: <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:StepStats:HasLens:6" class="instance expander" onclick="toggleSection('i:id:StepStats:HasLens:6')"></span> ((~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> a [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a>], (~) <a href="../base-4.10.1.0/Data-Kind.html#t:-42-">*</a> b [<a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:DeviceStepStats">DeviceStepStats</a>], <a href="../base-4.10.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;devStats&quot; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#line-841" class="link">Source</a> <a href="#t:StepStats" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:StepStats:HasLens:6" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.1.1/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.10.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;devStats&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-StepStats.html#t:StepStats">StepStats</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:allEndRelMicros" class="def">allEndRelMicros</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;allEndRelMicros&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#allEndRelMicros" class="link">Source</a> <a href="#v:allEndRelMicros" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:allStartMicros" class="def">allStartMicros</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;allStartMicros&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#allStartMicros" class="link">Source</a> <a href="#v:allStartMicros" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:allocBytes" class="def">allocBytes</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;allocBytes&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#allocBytes" class="link">Source</a> <a href="#v:allocBytes" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:allocMicros" class="def">allocMicros</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;allocMicros&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#allocMicros" class="link">Source</a> <a href="#v:allocMicros" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:allocationRecords" class="def">allocationRecords</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;allocationRecords&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#allocationRecords" class="link">Source</a> <a href="#v:allocationRecords" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:allocatorBytesInUse" class="def">allocatorBytesInUse</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;allocatorBytesInUse&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#allocatorBytesInUse" class="link">Source</a> <a href="#v:allocatorBytesInUse" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:allocatorName" class="def">allocatorName</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;allocatorName&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#allocatorName" class="link">Source</a> <a href="#v:allocatorName" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:devStats" class="def">devStats</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;devStats&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#devStats" class="link">Source</a> <a href="#v:devStats" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:device" class="def">device</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;device&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#device" class="link">Source</a> <a href="#v:device" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:devicePersistentMemorySize" class="def">devicePersistentMemorySize</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;devicePersistentMemorySize&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#devicePersistentMemorySize" class="link">Source</a> <a href="#v:devicePersistentMemorySize" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:devicePersistentTensorAllocIds" class="def">devicePersistentTensorAllocIds</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;devicePersistentTensorAllocIds&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#devicePersistentTensorAllocIds" class="link">Source</a> <a href="#v:devicePersistentTensorAllocIds" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:deviceTempMemorySize" class="def">deviceTempMemorySize</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;deviceTempMemorySize&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#deviceTempMemorySize" class="link">Source</a> <a href="#v:deviceTempMemorySize" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:liveBytes" class="def">liveBytes</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;liveBytes&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#liveBytes" class="link">Source</a> <a href="#v:liveBytes" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:maybe-39-memoryStats" class="def">maybe'memoryStats</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;maybe'memoryStats&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#maybe%27memoryStats" class="link">Source</a> <a href="#v:maybe-39-memoryStats" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:maybe-39-tensorDescription" class="def">maybe'tensorDescription</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;maybe'tensorDescription&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#maybe%27tensorDescription" class="link">Source</a> <a href="#v:maybe-39-tensorDescription" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:memory" class="def">memory</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;memory&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#memory" class="link">Source</a> <a href="#v:memory" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:memoryStats" class="def">memoryStats</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;memoryStats&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#memoryStats" class="link">Source</a> <a href="#v:memoryStats" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:nodeName" class="def">nodeName</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;nodeName&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#nodeName" class="link">Source</a> <a href="#v:nodeName" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:nodeStats" class="def">nodeStats</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;nodeStats&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#nodeStats" class="link">Source</a> <a href="#v:nodeStats" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:opEndRelMicros" class="def">opEndRelMicros</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;opEndRelMicros&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#opEndRelMicros" class="link">Source</a> <a href="#v:opEndRelMicros" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:opStartRelMicros" class="def">opStartRelMicros</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;opStartRelMicros&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#opStartRelMicros" class="link">Source</a> <a href="#v:opStartRelMicros" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:output" class="def">output</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;output&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#output" class="link">Source</a> <a href="#v:output" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:peakBytes" class="def">peakBytes</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;peakBytes&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#peakBytes" class="link">Source</a> <a href="#v:peakBytes" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:persistentMemorySize" class="def">persistentMemorySize</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;persistentMemorySize&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#persistentMemorySize" class="link">Source</a> <a href="#v:persistentMemorySize" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:persistentTensorAllocIds" class="def">persistentTensorAllocIds</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;persistentTensorAllocIds&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#persistentTensorAllocIds" class="link">Source</a> <a href="#v:persistentTensorAllocIds" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:referencedTensor" class="def">referencedTensor</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;referencedTensor&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#referencedTensor" class="link">Source</a> <a href="#v:referencedTensor" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:scheduledMicros" class="def">scheduledMicros</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;scheduledMicros&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#scheduledMicros" class="link">Source</a> <a href="#v:scheduledMicros" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:slot" class="def">slot</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;slot&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#slot" class="link">Source</a> <a href="#v:slot" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:tempMemorySize" class="def">tempMemorySize</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;tempMemorySize&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#tempMemorySize" class="link">Source</a> <a href="#v:tempMemorySize" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:tensorDescription" class="def">tensorDescription</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;tensorDescription&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#tensorDescription" class="link">Source</a> <a href="#v:tensorDescription" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:threadId" class="def">threadId</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;threadId&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#threadId" class="link">Source</a> <a href="#v:threadId" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:timelineLabel" class="def">timelineLabel</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;timelineLabel&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#timelineLabel" class="link">Source</a> <a href="#v:timelineLabel" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:totalBytes" class="def">totalBytes</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;totalBytes&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.StepStats.html#totalBytes" class="link">Source</a> <a href="#v:totalBytes" class="selflink">#</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.18.1</p></div></body></html>