1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-07-01 17:08:34 +02:00
tensorflow-haskell/docs/haddock/tensorflow-proto-0.1.0.0/Proto-Tensorflow-Core-Framework-Function.html
2017-10-19 20:56:38 -07:00

4 lines
72 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Proto.Tensorflow.Core.Framework.Function</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Proto-Tensorflow-Core-Framework-Function.html");};
//]]>
</script></head><body><div id="package-header"><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><p class="caption">tensorflow-proto-0.1.0.0: TensorFlow protocol buffers.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Proto.Tensorflow.Core.Framework.Function</p></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="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:FunctionDef" class="def">FunctionDef</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_FunctionDef-39-signature" class="def">_FunctionDef'signature</a> :: !(<a href="../base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-OpDef.html#t:OpDef">OpDef</a>)</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_FunctionDef-39-attr" class="def">_FunctionDef'attr</a> :: !(<a href="../containers-0.5.7.1/Data-Map-Lazy.html#t:Map">Map</a> Text <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue">AttrValue</a>)</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_FunctionDef-39-nodeDef" class="def">_FunctionDef'nodeDef</a> :: ![<a href="Proto-Tensorflow-Core-Framework-NodeDef.html#t:NodeDef">NodeDef</a>]</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_FunctionDef-39-ret" class="def">_FunctionDef'ret</a> :: !(<a href="../containers-0.5.7.1/Data-Map-Lazy.html#t:Map">Map</a> Text Text)</dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:FunctionDef" class="caption collapser" onclick="toggleSection('i:FunctionDef')">Instances</p><div id="section.i:FunctionDef" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef:Eq:1" class="instance expander" onclick="toggleSection('i:id:FunctionDef:Eq:1')"></span> <a href="../base-4.9.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-39" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDef:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef:Ord:2" class="instance expander" onclick="toggleSection('i:id:FunctionDef:Ord:2')"></span> <a href="../base-4.9.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-39" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDef:Ord:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="../base-4.9.1.0/Data-Ord.html#t:Ordering">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">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">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> <a href="#v:min" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef:Show:3" class="instance expander" onclick="toggleSection('i:id:FunctionDef:Show:3')"></span> <a href="../base-4.9.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-39" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDef:Show:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.9.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="../base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; <a href="../base-4.9.1.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a>] -&gt; <a href="../base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef:Message:4" class="instance expander" onclick="toggleSection('i:id:FunctionDef:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-107" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDef:Message:4" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:descriptor">descriptor</a> :: MessageDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef:Default:5" class="instance expander" onclick="toggleSection('i:id:FunctionDef:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-101" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDef:Default:5" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:def">def</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef:HasLens:6" class="instance expander" onclick="toggleSection('i:id:FunctionDef:HasLens:6')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a (<a href="../containers-0.5.7.1/Data-Map-Lazy.html#t:Map">Map</a> Text <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue">AttrValue</a>), (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b (<a href="../containers-0.5.7.1/Data-Map-Lazy.html#t:Map">Map</a> Text <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue">AttrValue</a>), <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;attr&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-64" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDef:HasLens:6" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;attr&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef:HasLens:7" class="instance expander" onclick="toggleSection('i:id:FunctionDef:HasLens:7')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a (<a href="../base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-OpDef.html#t:OpDef">OpDef</a>), (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b (<a href="../base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-OpDef.html#t:OpDef">OpDef</a>), <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;maybe'signature&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-52" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDef:HasLens:7" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;maybe'signature&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef:HasLens:8" class="instance expander" onclick="toggleSection('i:id:FunctionDef:HasLens:8')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a [<a href="Proto-Tensorflow-Core-Framework-NodeDef.html#t:NodeDef">NodeDef</a>], (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b [<a href="Proto-Tensorflow-Core-Framework-NodeDef.html#t:NodeDef">NodeDef</a>], <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;nodeDef&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-79" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDef:HasLens:8" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;nodeDef&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef:HasLens:9" class="instance expander" onclick="toggleSection('i:id:FunctionDef:HasLens:9')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a (<a href="../containers-0.5.7.1/Data-Map-Lazy.html#t:Map">Map</a> Text Text), (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b (<a href="../containers-0.5.7.1/Data-Map-Lazy.html#t:Map">Map</a> Text Text), <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;ret&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-90" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDef:HasLens:9" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;ret&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef:HasLens:10" class="instance expander" onclick="toggleSection('i:id:FunctionDef:HasLens:10')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a <a href="Proto-Tensorflow-Core-Framework-OpDef.html#t:OpDef">OpDef</a>, (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b <a href="Proto-Tensorflow-Core-Framework-OpDef.html#t:OpDef">OpDef</a>, <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;signature&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-41" class="link">Source</a> <a href="#t:FunctionDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDef:HasLens:10" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;signature&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a></p></div></div></td></tr></table></div></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="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:FunctionDef-39-AttrEntry" class="def">FunctionDef'AttrEntry</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_FunctionDef-39-AttrEntry-39-key" class="def">_FunctionDef'AttrEntry'key</a> :: !Text</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_FunctionDef-39-AttrEntry-39-value" class="def">_FunctionDef'AttrEntry'value</a> :: !(<a href="../base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue">AttrValue</a>)</dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:FunctionDef-39-AttrEntry" class="caption collapser" onclick="toggleSection('i:FunctionDef-39-AttrEntry')">Instances</p><div id="section.i:FunctionDef-39-AttrEntry" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-AttrEntry:Eq:1" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-AttrEntry:Eq:1')"></span> <a href="../base-4.9.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-154" 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"><div id="section.i:id:FunctionDef-39-AttrEntry:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-AttrEntry:Ord:2" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-AttrEntry:Ord:2')"></span> <a href="../base-4.9.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-154" 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"><div id="section.i:id:FunctionDef-39-AttrEntry:Ord:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Ord.html#t:Ordering">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">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">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> <a href="#v:min" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-AttrEntry:Show:3" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-AttrEntry:Show:3')"></span> <a href="../base-4.9.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-154" 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"><div id="section.i:id:FunctionDef-39-AttrEntry:Show:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.9.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; <a href="../base-4.9.1.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a>] -&gt; <a href="../base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-AttrEntry:Message:4" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-AttrEntry:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-205" 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"><div id="section.i:id:FunctionDef-39-AttrEntry:Message:4" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:descriptor">descriptor</a> :: MessageDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-AttrEntry:Default:5" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-AttrEntry:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-199" 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"><div id="section.i:id:FunctionDef-39-AttrEntry:Default:5" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:def">def</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-AttrEntry:HasLens:6" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-AttrEntry:HasLens:6')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a Text, (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b Text, <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;key&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-156" 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"><div id="section.i:id:FunctionDef-39-AttrEntry:HasLens:6" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;key&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-AttrEntry:HasLens:7" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-AttrEntry:HasLens:7')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a (<a href="../base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue">AttrValue</a>), (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b (<a href="../base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue">AttrValue</a>), <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;maybe'value&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-183" 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"><div id="section.i:id:FunctionDef-39-AttrEntry:HasLens:7" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;maybe'value&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-AttrEntry:HasLens:8" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-AttrEntry:HasLens:8')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue">AttrValue</a>, (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b <a href="Proto-Tensorflow-Core-Framework-AttrValue.html#t:AttrValue">AttrValue</a>, <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;value&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-169" 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"><div id="section.i:id:FunctionDef-39-AttrEntry:HasLens:8" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;value&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-AttrEntry">FunctionDef'AttrEntry</a></p></div></div></td></tr></table></div></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="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:FunctionDef-39-RetEntry" class="def">FunctionDef'RetEntry</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_FunctionDef-39-RetEntry-39-key" class="def">_FunctionDef'RetEntry'key</a> :: !Text</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_FunctionDef-39-RetEntry-39-value" class="def">_FunctionDef'RetEntry'value</a> :: !Text</dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:FunctionDef-39-RetEntry" class="caption collapser" onclick="toggleSection('i:FunctionDef-39-RetEntry')">Instances</p><div id="section.i:FunctionDef-39-RetEntry" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-RetEntry:Eq:1" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-RetEntry:Eq:1')"></span> <a href="../base-4.9.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-233" 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"><div id="section.i:id:FunctionDef-39-RetEntry:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-RetEntry:Ord:2" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-RetEntry:Ord:2')"></span> <a href="../base-4.9.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-233" 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"><div id="section.i:id:FunctionDef-39-RetEntry:Ord:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Ord.html#t:Ordering">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">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">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> <a href="#v:min" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-RetEntry:Show:3" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-RetEntry:Show:3')"></span> <a href="../base-4.9.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-233" 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"><div id="section.i:id:FunctionDef-39-RetEntry:Show:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.9.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; <a href="../base-4.9.1.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a>] -&gt; <a href="../base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-RetEntry:Message:4" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-RetEntry:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-267" 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"><div id="section.i:id:FunctionDef-39-RetEntry:Message:4" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:descriptor">descriptor</a> :: MessageDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-RetEntry:Default:5" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-RetEntry:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-261" 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"><div id="section.i:id:FunctionDef-39-RetEntry:Default:5" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:def">def</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-RetEntry:HasLens:6" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-RetEntry:HasLens:6')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a Text, (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b Text, <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;key&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-235" 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"><div id="section.i:id:FunctionDef-39-RetEntry:HasLens:6" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;key&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDef-39-RetEntry:HasLens:7" class="instance expander" onclick="toggleSection('i:id:FunctionDef-39-RetEntry:HasLens:7')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a Text, (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b Text, <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;value&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-248" 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"><div id="section.i:id:FunctionDef-39-RetEntry:HasLens:7" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;value&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef-39-RetEntry">FunctionDef'RetEntry</a></p></div></div></td></tr></table></div></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="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:FunctionDefLibrary" class="def">FunctionDefLibrary</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_FunctionDefLibrary-39-function" class="def">_FunctionDefLibrary'function</a> :: ![<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a>]</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_FunctionDefLibrary-39-gradient" class="def">_FunctionDefLibrary'gradient</a> :: ![<a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a>]</dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:FunctionDefLibrary" class="caption collapser" onclick="toggleSection('i:FunctionDefLibrary')">Instances</p><div id="section.i:FunctionDefLibrary" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDefLibrary:Eq:1" class="instance expander" onclick="toggleSection('i:id:FunctionDefLibrary:Eq:1')"></span> <a href="../base-4.9.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-294" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDefLibrary:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDefLibrary:Ord:2" class="instance expander" onclick="toggleSection('i:id:FunctionDefLibrary:Ord:2')"></span> <a href="../base-4.9.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-294" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDefLibrary:Ord:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="../base-4.9.1.0/Data-Ord.html#t:Ordering">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">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">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> <a href="#v:min" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDefLibrary:Show:3" class="instance expander" onclick="toggleSection('i:id:FunctionDefLibrary:Show:3')"></span> <a href="../base-4.9.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-294" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDefLibrary:Show:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.9.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="../base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; <a href="../base-4.9.1.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a>] -&gt; <a href="../base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDefLibrary:Message:4" class="instance expander" onclick="toggleSection('i:id:FunctionDefLibrary:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-327" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDefLibrary:Message:4" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:descriptor">descriptor</a> :: MessageDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDefLibrary:Default:5" class="instance expander" onclick="toggleSection('i:id:FunctionDefLibrary:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-322" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDefLibrary:Default:5" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:def">def</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDefLibrary:HasLens:6" class="instance expander" onclick="toggleSection('i:id:FunctionDefLibrary:HasLens:6')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a>], (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDef">FunctionDef</a>], <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;function&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-296" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDefLibrary:HasLens:6" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;function&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:FunctionDefLibrary:HasLens:7" class="instance expander" onclick="toggleSection('i:id:FunctionDefLibrary:HasLens:7')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a>], (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a>], <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;gradient&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-309" class="link">Source</a> <a href="#t:FunctionDefLibrary" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:FunctionDefLibrary:HasLens:7" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;gradient&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a></p></div></div></td></tr></table></div></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="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:GradientDef" class="def">GradientDef</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_GradientDef-39-functionName" class="def">_GradientDef'functionName</a> :: !Text</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_GradientDef-39-gradientFunc" class="def">_GradientDef'gradientFunc</a> :: !Text</dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:GradientDef" class="caption collapser" onclick="toggleSection('i:GradientDef')">Instances</p><div id="section.i:GradientDef" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GradientDef:Eq:1" class="instance expander" onclick="toggleSection('i:id:GradientDef:Eq:1')"></span> <a href="../base-4.9.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-354" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GradientDef:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GradientDef:Ord:2" class="instance expander" onclick="toggleSection('i:id:GradientDef:Ord:2')"></span> <a href="../base-4.9.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-354" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GradientDef:Ord:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="../base-4.9.1.0/Data-Ord.html#t:Ordering">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">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">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> <a href="#v:min" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GradientDef:Show:3" class="instance expander" onclick="toggleSection('i:id:GradientDef:Show:3')"></span> <a href="../base-4.9.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-354" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GradientDef:Show:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.9.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="../base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; <a href="../base-4.9.1.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a>] -&gt; <a href="../base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GradientDef:Message:4" class="instance expander" onclick="toggleSection('i:id:GradientDef:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-382" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GradientDef:Message:4" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:descriptor">descriptor</a> :: MessageDescriptor <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GradientDef:Default:5" class="instance expander" onclick="toggleSection('i:id:GradientDef:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-376" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GradientDef:Default:5" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:def">def</a> :: <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GradientDef:HasLens:6" class="instance expander" onclick="toggleSection('i:id:GradientDef:HasLens:6')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a Text, (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b Text, <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;functionName&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-356" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GradientDef:HasLens:6" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;functionName&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GradientDef:HasLens:7" class="instance expander" onclick="toggleSection('i:id:GradientDef:HasLens:7')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a Text, (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b Text, <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;gradientFunc&quot; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Function.html#line-366" class="link">Source</a> <a href="#t:GradientDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GradientDef:HasLens:7" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.0.0/GHC-Prim.html#t:Proxy-35-">Proxy#</a> <a href="../base-4.9.1.0/GHC-TypeLits.html#t:Symbol">Symbol</a> &quot;gradientFunc&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Function.html#t:GradientDef">GradientDef</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:attr" class="def">attr</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;attr&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Function.html#attr" class="link">Source</a> <a href="#v:attr" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:function" class="def">function</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;function&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Function.html#function" class="link">Source</a> <a href="#v:function" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:functionName" class="def">functionName</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;functionName&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Function.html#functionName" class="link">Source</a> <a href="#v:functionName" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:gradient" class="def">gradient</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;gradient&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Function.html#gradient" class="link">Source</a> <a href="#v:gradient" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:gradientFunc" class="def">gradientFunc</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;gradientFunc&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Function.html#gradientFunc" class="link">Source</a> <a href="#v:gradientFunc" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:key" class="def">key</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;key&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Function.html#key" class="link">Source</a> <a href="#v:key" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:maybe-39-signature" class="def">maybe'signature</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;maybe'signature&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Function.html#maybe%27signature" class="link">Source</a> <a href="#v:maybe-39-signature" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:maybe-39-value" class="def">maybe'value</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;maybe'value&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Function.html#maybe%27value" class="link">Source</a> <a href="#v:maybe-39-value" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:nodeDef" class="def">nodeDef</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;nodeDef&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Function.html#nodeDef" class="link">Source</a> <a href="#v:nodeDef" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:ret" class="def">ret</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;ret&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Function.html#ret" class="link">Source</a> <a href="#v:ret" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:signature" class="def">signature</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;signature&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Function.html#signature" class="link">Source</a> <a href="#v:signature" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:value" class="def">value</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;value&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Function.html#value" class="link">Source</a> <a href="#v:value" class="selflink">#</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.3</p></div></body></html>