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

1 line
228 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Proto.Tensorflow.Core.Framework.Function</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">tensorflow-proto-0.3.0.0: TensorFlow protocol buffers.</span><ul class="links" id="page-menu"><li><a href="src/Proto.Tensorflow.Core.Framework.Function.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Proto.Tensorflow.Core.Framework.Function</p></div><div id="synopsis"><details id="syn"><summary>Synopsis</summary><ul class="details-toggle" data-details-id="syn"><li class="src short"><span class="keyword">data</span> <a href="#t:FunctionDef">FunctionDef</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:FunctionDef-39-ArgAttrEntry">FunctionDef'ArgAttrEntry</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:FunctionDef-39-ArgAttrs">FunctionDef'ArgAttrs</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:FunctionDef-39-ArgAttrs-39-AttrEntry">FunctionDef'ArgAttrs'AttrEntry</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:FunctionDef-39-ControlRetEntry">FunctionDef'ControlRetEntry</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:FunctionDef-39-ResourceArgUniqueIdEntry">FunctionDef'ResourceArgUniqueIdEntry</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:FunctionDefLibrary">FunctionDefLibrary</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:GradientDef">GradientDef</a></li></ul></details></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:FunctionDef" class="def">FunctionDef</a> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#FunctionDef" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:signature" title="Proto.Tensorflow.Core.Framework.Function_Fields">signature</a></code> <code>:: Lens' FunctionDef Proto.Tensorflow.Core.Framework.OpDef.OpDef</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:maybe-39-signature" title="Proto.Tensorflow.Core.Framework.Function_Fields">maybe'signature</a></code> <code>:: Lens' FunctionDef (Prelude.Maybe Proto.Tensorflow.Core.Framework.OpDef.OpDef)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:attr" title="Proto.Tensorflow.Core.Framework.Function_Fields">attr</a></code> <code>:: Lens' FunctionDef (Data.Map.Map Data.Text.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:argAttr" title="Proto.Tensorflow.Core.Framework.Function_Fields">argAttr</a></code> <code>:: Lens' FunctionDef (Data.Map.Map Data.Word.Word32 FunctionDef'ArgAttrs)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:resourceArgUniqueId" title="Proto.Tensorflow.Core.Framework.Function_Fields">resourceArgUniqueId</a></code> <code>:: Lens' FunctionDef (Data.Map.Map Data.Word.Word32 Data.Word.Word32)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:nodeDef" title="Proto.Tensorflow.Core.Framework.Function_Fields">nodeDef</a></code> <code>:: Lens' FunctionDef [Proto.Tensorflow.Core.Framework.NodeDef.NodeDef]</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:vec-39-nodeDef" title="Proto.Tensorflow.Core.Framework.Function_Fields">vec'nodeDef</a></code> <code>:: Lens' FunctionDef (Data.Vector.Vector Proto.Tensorflow.Core.Framework.NodeDef.NodeDef)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:ret" title="Proto.Tensorflow.Core.Framework.Function_Fields">ret</a></code> <code>:: Lens' FunctionDef (Data.Map.Map Data.Text.Text Data.Text.Text)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:controlRet" title="Proto.Tensorflow.Core.Framework.Function_Fields">controlRet</a></code> <code>:: Lens' FunctionDef (Data.Map.Map Data.Text.Text Data.Text.Text)</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:FunctionDef">Instances</h4><details id="i:FunctionDef" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-61" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-61" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-62" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-568" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-131" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> &quot;signature&quot; <a href="Proto-Tensorflow-Core-Framework-OpDef.html#t:OpDef" title="Proto.Tensorflow.Core.Framework.OpDef">OpDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-68" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;signature&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-OpDef.html#t:OpDef" title="Proto.Tensorflow.Core.Framework.OpDef">OpDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-OpDef.html#t:OpDef" title="Proto.Tensorflow.Core.Framework.OpDef">OpDef</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> &quot;function&quot; [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1736" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;function&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> &quot;vec'function&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1745" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'function&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> &quot;maybe'signature&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-OpDef.html#t:OpDef" title="Proto.Tensorflow.Core.Framework.OpDef">OpDef</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-75" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'signature&quot; -&gt; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-OpDef.html#t:OpDef" title="Proto.Tensorflow.Core.Framework.OpDef">OpDef</a> -&gt; f (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-OpDef.html#t:OpDef" title="Proto.Tensorflow.Core.Framework.OpDef">OpDef</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> &quot;nodeDef&quot; [<a href="Proto-Tensorflow-Core-Framework-NodeDef.html#t:NodeDef" title="Proto.Tensorflow.Core.Framework.NodeDef">NodeDef</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-102" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;nodeDef&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-NodeDef.html#t:NodeDef" title="Proto.Tensorflow.Core.Framework.NodeDef">NodeDef</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-NodeDef.html#t:NodeDef" title="Proto.Tensorflow.Core.Framework.NodeDef">NodeDef</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:HasField:11"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> &quot;vec'nodeDef&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-NodeDef.html#t:NodeDef" title="Proto.Tensorflow.Core.Framework.NodeDef">NodeDef</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-111" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:HasField:11"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'nodeDef&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-NodeDef.html#t:NodeDef" title="Proto.Tensorflow.Core.Framework.NodeDef">NodeDef</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-NodeDef.html#t:NodeDef" title="Proto.Tensorflow.Core.Framework.NodeDef">NodeDef</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:HasField:12"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> &quot;argAttr&quot; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-88" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:HasField:12"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;argAttr&quot; -&gt; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; f (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:HasField:13"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> &quot;attr&quot; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-82" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:HasField:13"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;attr&quot; -&gt; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a> -&gt; f (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:HasField:14"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> &quot;controlRet&quot; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-124" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:HasField:14"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;controlRet&quot; -&gt; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:HasField:15"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> &quot;resourceArgUniqueId&quot; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-95" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:HasField:15"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;resourceArgUniqueId&quot; -&gt; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> -&gt; f (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef:HasField:16"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> &quot;ret&quot; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-118" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef:HasField:16"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;ret&quot; -&gt; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:FunctionDef-39-ArgAttrEntry" class="def">FunctionDef'ArgAttrEntry</a> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#FunctionDef%27ArgAttrEntry" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrEntry" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:key" title="Proto.Tensorflow.Core.Framework.Function_Fields">key</a></code> <code>:: Lens' FunctionDef'ArgAttrEntry Data.Word.Word32</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:value" title="Proto.Tensorflow.Core.Framework.Function_Fields">value</a></code> <code>:: Lens' FunctionDef'ArgAttrEntry FunctionDef'ArgAttrs</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:maybe-39-value" title="Proto.Tensorflow.Core.Framework.Function_Fields">maybe'value</a></code> <code>:: Lens' FunctionDef'ArgAttrEntry (Prelude.Maybe FunctionDef'ArgAttrs)</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:FunctionDef-39-ArgAttrEntry">Instances</h4><details id="i:FunctionDef-39-ArgAttrEntry" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrEntry:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-595" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrEntry:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrEntry:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-595" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrEntry:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrEntry:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-596" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrEntry:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrEntry:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-738" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrEntry:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrEntry:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-623" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrEntry:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrEntry:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> &quot;key&quot; <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-602" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrEntry:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;key&quot; -&gt; (<a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> -&gt; f <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrEntry:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> &quot;value&quot; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-609" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrEntry:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;value&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrEntry:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> &quot;maybe'value&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-616" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrEntry:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'value&quot; -&gt; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; f (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:FunctionDef-39-ArgAttrs" class="def">FunctionDef'ArgAttrs</a> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#FunctionDef%27ArgAttrs" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:attr" title="Proto.Tensorflow.Core.Framework.Function_Fields">attr</a></code> <code>:: Lens' FunctionDef'ArgAttrs (Data.Map.Map Data.Text.Text Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:FunctionDef-39-ArgAttrs">Instances</h4><details id="i:FunctionDef-39-ArgAttrs" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-752" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-752" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-753" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-875" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-766" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> &quot;value&quot; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-609" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;value&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> &quot;maybe'value&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-616" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'value&quot; -&gt; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; f (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrEntry</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> &quot;attr&quot; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-759" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;attr&quot; -&gt; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a> -&gt; f (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> &quot;argAttr&quot; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-88" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;argAttr&quot; -&gt; (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a> -&gt; f (<a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:FunctionDef-39-ArgAttrs-39-AttrEntry" class="def">FunctionDef'ArgAttrs'AttrEntry</a> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#FunctionDef%27ArgAttrs%27AttrEntry" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs-39-AttrEntry" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:key" title="Proto.Tensorflow.Core.Framework.Function_Fields">key</a></code> <code>:: Lens' FunctionDef<code>ArgAttrs</code>AttrEntry Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:value" title="Proto.Tensorflow.Core.Framework.Function_Fields">value</a></code> <code>:: Lens' FunctionDef<code>ArgAttrs</code>AttrEntry Proto.Tensorflow.Core.Framework.AttrValue.AttrValue</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:maybe-39-value" title="Proto.Tensorflow.Core.Framework.Function_Fields">maybe'value</a></code> <code>:: Lens' FunctionDef<code>ArgAttrs</code>AttrEntry (Prelude.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:FunctionDef-39-ArgAttrs-39-AttrEntry">Instances</h4><details id="i:FunctionDef-39-ArgAttrs-39-AttrEntry" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-890" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-890" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-891" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1046" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-918" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> &quot;key&quot; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-897" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;key&quot; -&gt; (<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> &quot;value&quot; <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-904" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;value&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> &quot;maybe'value&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-911" class="link">Source</a> <a href="#t:FunctionDef-39-ArgAttrs-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ArgAttrs-39-AttrEntry:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'value&quot; -&gt; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a> -&gt; f (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ArgAttrs-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ArgAttrs'AttrEntry</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:FunctionDef-39-AttrEntry" class="def">FunctionDef'AttrEntry</a> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#FunctionDef%27AttrEntry" class="link">Source</a> <a href="#t:FunctionDef-39-AttrEntry" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:key" title="Proto.Tensorflow.Core.Framework.Function_Fields">key</a></code> <code>:: Lens' FunctionDef'AttrEntry Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:value" title="Proto.Tensorflow.Core.Framework.Function_Fields">value</a></code> <code>:: Lens' FunctionDef'AttrEntry Proto.Tensorflow.Core.Framework.AttrValue.AttrValue</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:maybe-39-value" title="Proto.Tensorflow.Core.Framework.Function_Fields">maybe'value</a></code> <code>:: Lens' FunctionDef'AttrEntry (Prelude.Maybe Proto.Tensorflow.Core.Framework.AttrValue.AttrValue)</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:FunctionDef-39-AttrEntry">Instances</h4><details id="i:FunctionDef-39-AttrEntry" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-AttrEntry:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1064" class="link">Source</a> <a href="#t:FunctionDef-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-AttrEntry:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-AttrEntry:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1064" class="link">Source</a> <a href="#t:FunctionDef-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-AttrEntry:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-AttrEntry:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1065" class="link">Source</a> <a href="#t:FunctionDef-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-AttrEntry:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-AttrEntry:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1218" class="link">Source</a> <a href="#t:FunctionDef-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-AttrEntry:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-AttrEntry:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1092" class="link">Source</a> <a href="#t:FunctionDef-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-AttrEntry:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-AttrEntry:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> &quot;key&quot; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1071" class="link">Source</a> <a href="#t:FunctionDef-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-AttrEntry:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;key&quot; -&gt; (<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-AttrEntry:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> &quot;value&quot; <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1078" class="link">Source</a> <a href="#t:FunctionDef-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-AttrEntry:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;value&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-AttrEntry:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> &quot;maybe'value&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1085" class="link">Source</a> <a href="#t:FunctionDef-39-AttrEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-AttrEntry:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'value&quot; -&gt; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a> -&gt; f (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue" title="Proto.Tensorflow.Core.Framework.AttrValue">AttrValue</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'AttrEntry</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:FunctionDef-39-ControlRetEntry" class="def">FunctionDef'ControlRetEntry</a> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#FunctionDef%27ControlRetEntry" class="link">Source</a> <a href="#t:FunctionDef-39-ControlRetEntry" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:key" title="Proto.Tensorflow.Core.Framework.Function_Fields">key</a></code> <code>:: Lens' FunctionDef'ControlRetEntry Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:value" title="Proto.Tensorflow.Core.Framework.Function_Fields">value</a></code> <code>:: Lens' FunctionDef'ControlRetEntry Data.Text.Text</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:FunctionDef-39-ControlRetEntry">Instances</h4><details id="i:FunctionDef-39-ControlRetEntry" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ControlRetEntry:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1234" class="link">Source</a> <a href="#t:FunctionDef-39-ControlRetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ControlRetEntry:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ControlRetEntry:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1234" class="link">Source</a> <a href="#t:FunctionDef-39-ControlRetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ControlRetEntry:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ControlRetEntry:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1235" class="link">Source</a> <a href="#t:FunctionDef-39-ControlRetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ControlRetEntry:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ControlRetEntry:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1389" class="link">Source</a> <a href="#t:FunctionDef-39-ControlRetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ControlRetEntry:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ControlRetEntry:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1255" class="link">Source</a> <a href="#t:FunctionDef-39-ControlRetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ControlRetEntry:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ControlRetEntry:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> &quot;key&quot; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1241" class="link">Source</a> <a href="#t:FunctionDef-39-ControlRetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ControlRetEntry:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;key&quot; -&gt; (<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ControlRetEntry:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> &quot;value&quot; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1248" class="link">Source</a> <a href="#t:FunctionDef-39-ControlRetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ControlRetEntry:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;value&quot; -&gt; (<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ControlRetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ControlRetEntry</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:FunctionDef-39-ResourceArgUniqueIdEntry" class="def">FunctionDef'ResourceArgUniqueIdEntry</a> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#FunctionDef%27ResourceArgUniqueIdEntry" class="link">Source</a> <a href="#t:FunctionDef-39-ResourceArgUniqueIdEntry" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:key" title="Proto.Tensorflow.Core.Framework.Function_Fields">key</a></code> <code>:: Lens' FunctionDef'ResourceArgUniqueIdEntry Data.Word.Word32</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:value" title="Proto.Tensorflow.Core.Framework.Function_Fields">value</a></code> <code>:: Lens' FunctionDef'ResourceArgUniqueIdEntry Data.Word.Word32</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:FunctionDef-39-ResourceArgUniqueIdEntry">Instances</h4><details id="i:FunctionDef-39-ResourceArgUniqueIdEntry" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1406" class="link">Source</a> <a href="#t:FunctionDef-39-ResourceArgUniqueIdEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1406" class="link">Source</a> <a href="#t:FunctionDef-39-ResourceArgUniqueIdEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1407" class="link">Source</a> <a href="#t:FunctionDef-39-ResourceArgUniqueIdEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1541" class="link">Source</a> <a href="#t:FunctionDef-39-ResourceArgUniqueIdEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1429" class="link">Source</a> <a href="#t:FunctionDef-39-ResourceArgUniqueIdEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> &quot;key&quot; <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1413" class="link">Source</a> <a href="#t:FunctionDef-39-ResourceArgUniqueIdEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;key&quot; -&gt; (<a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> -&gt; f <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> &quot;value&quot; <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1421" class="link">Source</a> <a href="#t:FunctionDef-39-ResourceArgUniqueIdEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-ResourceArgUniqueIdEntry:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;value&quot; -&gt; (<a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> -&gt; f <a href="../base-4.13.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-ResourceArgUniqueIdEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'ResourceArgUniqueIdEntry</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:FunctionDef-39-RetEntry" class="def">FunctionDef'RetEntry</a> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#FunctionDef%27RetEntry" class="link">Source</a> <a href="#t:FunctionDef-39-RetEntry" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:key" title="Proto.Tensorflow.Core.Framework.Function_Fields">key</a></code> <code>:: Lens' FunctionDef'RetEntry Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:value" title="Proto.Tensorflow.Core.Framework.Function_Fields">value</a></code> <code>:: Lens' FunctionDef'RetEntry Data.Text.Text</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:FunctionDef-39-RetEntry">Instances</h4><details id="i:FunctionDef-39-RetEntry" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-RetEntry:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1558" class="link">Source</a> <a href="#t:FunctionDef-39-RetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-RetEntry:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-RetEntry:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1558" class="link">Source</a> <a href="#t:FunctionDef-39-RetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-RetEntry:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-RetEntry:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1559" class="link">Source</a> <a href="#t:FunctionDef-39-RetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-RetEntry:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-RetEntry:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1711" class="link">Source</a> <a href="#t:FunctionDef-39-RetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-RetEntry:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-RetEntry:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1579" class="link">Source</a> <a href="#t:FunctionDef-39-RetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-RetEntry:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-RetEntry:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> &quot;key&quot; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1565" class="link">Source</a> <a href="#t:FunctionDef-39-RetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-RetEntry:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;key&quot; -&gt; (<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDef-39-RetEntry:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> &quot;value&quot; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1572" class="link">Source</a> <a href="#t:FunctionDef-39-RetEntry" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDef-39-RetEntry:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;value&quot; -&gt; (<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef'RetEntry</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:FunctionDefLibrary" class="def">FunctionDefLibrary</a> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#FunctionDefLibrary" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:function" title="Proto.Tensorflow.Core.Framework.Function_Fields">function</a></code> <code>:: Lens' FunctionDefLibrary [FunctionDef]</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:vec-39-function" title="Proto.Tensorflow.Core.Framework.Function_Fields">vec'function</a></code> <code>:: Lens' FunctionDefLibrary (Data.Vector.Vector FunctionDef)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:gradient" title="Proto.Tensorflow.Core.Framework.Function_Fields">gradient</a></code> <code>:: Lens' FunctionDefLibrary [GradientDef]</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:vec-39-gradient" title="Proto.Tensorflow.Core.Framework.Function_Fields">vec'gradient</a></code> <code>:: Lens' FunctionDefLibrary (Data.Vector.Vector GradientDef)</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:FunctionDefLibrary">Instances</h4><details id="i:FunctionDefLibrary" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDefLibrary:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1729" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDefLibrary:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDefLibrary:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1729" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDefLibrary:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDefLibrary:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1730" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDefLibrary:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDefLibrary:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1916" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDefLibrary:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDefLibrary:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1768" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDefLibrary:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDefLibrary:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef" title="Proto.Tensorflow.Core.Framework.Graph">GraphDef</a> &quot;library&quot; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></span></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDefLibrary:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Graph.html">Proto.Tensorflow.Core.Framework.Graph</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;library&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef" title="Proto.Tensorflow.Core.Framework.Graph">GraphDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef" title="Proto.Tensorflow.Core.Framework.Graph">GraphDef</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDefLibrary:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> &quot;function&quot; [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1736" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDefLibrary:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;function&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDefLibrary:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> &quot;gradient&quot; [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1752" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDefLibrary:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;gradient&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDefLibrary:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> &quot;vec'function&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1745" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDefLibrary:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'function&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef" title="Proto.Tensorflow.Core.Framework.Function">FunctionDef</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDefLibrary:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> &quot;vec'gradient&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1761" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDefLibrary:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'gradient&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:FunctionDefLibrary:HasField:11"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef" title="Proto.Tensorflow.Core.Framework.Graph">GraphDef</a> &quot;maybe'library&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a>)</span></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:FunctionDefLibrary:HasField:11"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Graph.html">Proto.Tensorflow.Core.Framework.Graph</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'library&quot; -&gt; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; f (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef" title="Proto.Tensorflow.Core.Framework.Graph">GraphDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef" title="Proto.Tensorflow.Core.Framework.Graph">GraphDef</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:GradientDef" class="def">GradientDef</a> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#GradientDef" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:functionName" title="Proto.Tensorflow.Core.Framework.Function_Fields">functionName</a></code> <code>:: Lens' GradientDef Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-Function_Fields.html#v:gradientFunc" title="Proto.Tensorflow.Core.Framework.Function_Fields">gradientFunc</a></code> <code>:: Lens' GradientDef Data.Text.Text</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:GradientDef">Instances</h4><details id="i:GradientDef" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:GradientDef:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1932" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:GradientDef:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:GradientDef:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1932" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:GradientDef:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:GradientDef:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1933" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:GradientDef:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:GradientDef:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-2093" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:GradientDef:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:GradientDef:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1953" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:GradientDef:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:GradientDef:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> &quot;functionName&quot; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1939" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:GradientDef:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;functionName&quot; -&gt; (<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:GradientDef:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> &quot;gradientFunc&quot; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1946" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:GradientDef:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;gradientFunc&quot; -&gt; (<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:GradientDef:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> &quot;gradient&quot; [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1752" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:GradientDef:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;gradient&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:GradientDef:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> &quot;vec'gradient&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-1761" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:GradientDef:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-Function.html">Proto.Tensorflow.Core.Framework.Function</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'gradient&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef" title="Proto.Tensorflow.Core.Framework.Function">GradientDef</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary" title="Proto.Tensorflow.Core.Framework.Function">FunctionDefLibrary</a></p></div></details></td></tr></table></details></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.23.0</p></div></body></html>