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-Graph.html
2017-10-19 20:56:38 -07:00

4 lines
21 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.Graph</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-Graph.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Proto.Tensorflow.Core.Framework.Graph.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.Graph</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:GraphDef" class="def">GraphDef</a> <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#GraphDef" class="link">Source</a> <a href="#t:GraphDef" class="selflink">#</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:GraphDef" class="def">GraphDef</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:_GraphDef-39-node" class="def">_GraphDef'node</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:_GraphDef-39-versions" class="def">_GraphDef'versions</a> :: !(<a href="../base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-Versions.html#t:VersionDef">VersionDef</a>)</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_GraphDef-39-version" class="def">_GraphDef'version</a> :: !<a href="../base-4.9.1.0/Data-Int.html#t:Int32">Int32</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_GraphDef-39-library" class="def">_GraphDef'library</a> :: !(<a href="../base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a>)</dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:GraphDef" class="caption collapser" onclick="toggleSection('i:GraphDef')">Instances</p><div id="section.i:GraphDef" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GraphDef:Eq:1" class="instance expander" onclick="toggleSection('i:id:GraphDef:Eq:1')"></span> <a href="../base-4.9.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#line-40" class="link">Source</a> <a href="#t:GraphDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GraphDef: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-Graph.html#t:GraphDef">GraphDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</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-Graph.html#t:GraphDef">GraphDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</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:GraphDef:Ord:2" class="instance expander" onclick="toggleSection('i:id:GraphDef:Ord:2')"></span> <a href="../base-4.9.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#line-40" class="link">Source</a> <a href="#t:GraphDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GraphDef: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-Graph.html#t:GraphDef">GraphDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</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-Graph.html#t:GraphDef">GraphDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</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-Graph.html#t:GraphDef">GraphDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</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-Graph.html#t:GraphDef">GraphDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</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-Graph.html#t:GraphDef">GraphDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</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-Graph.html#t:GraphDef">GraphDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</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:GraphDef:Show:3" class="instance expander" onclick="toggleSection('i:id:GraphDef:Show:3')"></span> <a href="../base-4.9.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#line-40" class="link">Source</a> <a href="#t:GraphDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GraphDef: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-Graph.html#t:GraphDef">GraphDef</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-Graph.html#t:GraphDef">GraphDef</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-Graph.html#t:GraphDef">GraphDef</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:GraphDef:Message:4" class="instance expander" onclick="toggleSection('i:id:GraphDef:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#line-121" class="link">Source</a> <a href="#t:GraphDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GraphDef: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-Graph.html#t:GraphDef">GraphDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GraphDef:Default:5" class="instance expander" onclick="toggleSection('i:id:GraphDef:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a></span> <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#line-114" class="link">Source</a> <a href="#t:GraphDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GraphDef: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-Graph.html#t:GraphDef">GraphDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GraphDef:HasLens:6" class="instance expander" onclick="toggleSection('i:id:GraphDef: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:FunctionDefLibrary">FunctionDefLibrary</a>, (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b <a href="Proto-Tensorflow-Core-Framework-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a>, <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;library&quot; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#line-87" class="link">Source</a> <a href="#t:GraphDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GraphDef: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;library&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GraphDef:HasLens:7" class="instance expander" onclick="toggleSection('i:id:GraphDef: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-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</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-Function.html#t:FunctionDefLibrary">FunctionDefLibrary</a>), <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;maybe'library&quot; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#line-99" class="link">Source</a> <a href="#t:GraphDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GraphDef: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'library&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GraphDef:HasLens:8" class="instance expander" onclick="toggleSection('i:id:GraphDef:HasLens:8')"></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-Versions.html#t:VersionDef">VersionDef</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-Versions.html#t:VersionDef">VersionDef</a>), <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;maybe'versions&quot; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#line-64" class="link">Source</a> <a href="#t:GraphDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GraphDef: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;maybe'versions&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GraphDef:HasLens:9" class="instance expander" onclick="toggleSection('i:id:GraphDef:HasLens:9')"></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;node&quot; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#line-42" class="link">Source</a> <a href="#t:GraphDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GraphDef: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;node&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GraphDef:HasLens:10" class="instance expander" onclick="toggleSection('i:id:GraphDef:HasLens:10')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a <a href="../base-4.9.1.0/Data-Int.html#t:Int32">Int32</a>, (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b <a href="../base-4.9.1.0/Data-Int.html#t:Int32">Int32</a>, <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;version&quot; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#line-77" class="link">Source</a> <a href="#t:GraphDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GraphDef: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;version&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:GraphDef:HasLens:11" class="instance expander" onclick="toggleSection('i:id:GraphDef:HasLens:11')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a <a href="Proto-Tensorflow-Core-Framework-Versions.html#t:VersionDef">VersionDef</a>, (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b <a href="Proto-Tensorflow-Core-Framework-Versions.html#t:VersionDef">VersionDef</a>, <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;versions&quot; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#line-53" class="link">Source</a> <a href="#t:GraphDef" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:GraphDef:HasLens:11" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:lensOf">lensOf</a> :: <a href="../ghc-prim-0.5.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;versions&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:library" class="def">library</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;library&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#library" class="link">Source</a> <a href="#v:library" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:maybe-39-library" class="def">maybe'library</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;maybe'library&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#maybe%27library" class="link">Source</a> <a href="#v:maybe-39-library" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:maybe-39-versions" class="def">maybe'versions</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;maybe'versions&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#maybe%27versions" class="link">Source</a> <a href="#v:maybe-39-versions" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:node" class="def">node</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;node&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#node" class="link">Source</a> <a href="#v:node" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:version" class="def">version</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;version&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#version" class="link">Source</a> <a href="#v:version" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:versions" class="def">versions</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;versions&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.Graph.html#versions" class="link">Source</a> <a href="#v:versions" 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>