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

4 lines
22 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.TensorDescription</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-TensorDescription.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.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.TensorDescription</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:TensorDescription" class="def">TensorDescription</a> <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#TensorDescription" class="link">Source</a> <a href="#t:TensorDescription" class="selflink">#</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:TensorDescription" class="def">TensorDescription</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:_TensorDescription-39-dtype" class="def">_TensorDescription'dtype</a> :: !<a href="Proto-Tensorflow-Core-Framework-Types.html#t:DataType">DataType</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_TensorDescription-39-shape" class="def">_TensorDescription'shape</a> :: !(<a href="../base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-TensorShape.html#t:TensorShapeProto">TensorShapeProto</a>)</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_TensorDescription-39-allocationDescription" class="def">_TensorDescription'allocationDescription</a> :: !(<a href="../base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription">AllocationDescription</a>)</dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:TensorDescription" class="caption collapser" onclick="toggleSection('i:TensorDescription')">Instances</p><div id="section.i:TensorDescription" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:TensorDescription:Eq:1" class="instance expander" onclick="toggleSection('i:id:TensorDescription:Eq:1')"></span> <a href="../base-4.9.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a></span> <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#line-40" class="link">Source</a> <a href="#t:TensorDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:TensorDescription: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-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</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-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</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:TensorDescription:Ord:2" class="instance expander" onclick="toggleSection('i:id:TensorDescription:Ord:2')"></span> <a href="../base-4.9.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a></span> <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#line-40" class="link">Source</a> <a href="#t:TensorDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:TensorDescription: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-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</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-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</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-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</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-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</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-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</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-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</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:TensorDescription:Show:3" class="instance expander" onclick="toggleSection('i:id:TensorDescription:Show:3')"></span> <a href="../base-4.9.1.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a></span> <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#line-40" class="link">Source</a> <a href="#t:TensorDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:TensorDescription: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-TensorDescription.html#t:TensorDescription">TensorDescription</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-TensorDescription.html#t:TensorDescription">TensorDescription</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-TensorDescription.html#t:TensorDescription">TensorDescription</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:TensorDescription:Message:4" class="instance expander" onclick="toggleSection('i:id:TensorDescription:Message:4')"></span> Message <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a></span> <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#line-129" class="link">Source</a> <a href="#t:TensorDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:TensorDescription: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-TensorDescription.html#t:TensorDescription">TensorDescription</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:TensorDescription:Default:5" class="instance expander" onclick="toggleSection('i:id:TensorDescription:Default:5')"></span> Default <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a></span> <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#line-122" class="link">Source</a> <a href="#t:TensorDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:TensorDescription: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-TensorDescription.html#t:TensorDescription">TensorDescription</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:TensorDescription:HasLens:6" class="instance expander" onclick="toggleSection('i:id:TensorDescription:HasLens:6')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription">AllocationDescription</a>, (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b <a href="Proto-Tensorflow-Core-Framework-AllocationDescription.html#t:AllocationDescription">AllocationDescription</a>, <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;allocationDescription&quot; f <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#line-85" class="link">Source</a> <a href="#t:TensorDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:TensorDescription: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;allocationDescription&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:TensorDescription:HasLens:7" class="instance expander" onclick="toggleSection('i:id:TensorDescription:HasLens:7')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a <a href="Proto-Tensorflow-Core-Framework-Types.html#t:DataType">DataType</a>, (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b <a href="Proto-Tensorflow-Core-Framework-Types.html#t:DataType">DataType</a>, <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;dtype&quot; f <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#line-42" class="link">Source</a> <a href="#t:TensorDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:TensorDescription: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;dtype&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:TensorDescription:HasLens:8" class="instance expander" onclick="toggleSection('i:id:TensorDescription: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-AllocationDescription.html#t:AllocationDescription">AllocationDescription</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-AllocationDescription.html#t:AllocationDescription">AllocationDescription</a>), <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;maybe'allocationDescription&quot; f <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#line-102" class="link">Source</a> <a href="#t:TensorDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:TensorDescription: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'allocationDescription&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:TensorDescription:HasLens:9" class="instance expander" onclick="toggleSection('i:id:TensorDescription:HasLens:9')"></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-TensorShape.html#t:TensorShapeProto">TensorShapeProto</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-TensorShape.html#t:TensorShapeProto">TensorShapeProto</a>), <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;maybe'shape&quot; f <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#line-67" class="link">Source</a> <a href="#t:TensorDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:TensorDescription: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;maybe'shape&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:TensorDescription:HasLens:10" class="instance expander" onclick="toggleSection('i:id:TensorDescription:HasLens:10')"></span> ((~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> a <a href="Proto-Tensorflow-Core-Framework-TensorShape.html#t:TensorShapeProto">TensorShapeProto</a>, (~) <a href="../base-4.9.1.0/Data-Kind.html#t:-42-">*</a> b <a href="Proto-Tensorflow-Core-Framework-TensorShape.html#t:TensorShapeProto">TensorShapeProto</a>, <a href="../base-4.9.1.0/Data-Functor.html#t:Functor">Functor</a> f) =&gt; HasLens &quot;shape&quot; f <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> a b</span> <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#line-54" class="link">Source</a> <a href="#t:TensorDescription" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:TensorDescription: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;shape&quot; -&gt; (a -&gt; f b) -&gt; <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-TensorDescription.html#t:TensorDescription">TensorDescription</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:allocationDescription" class="def">allocationDescription</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;allocationDescription&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#allocationDescription" class="link">Source</a> <a href="#v:allocationDescription" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:dtype" class="def">dtype</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;dtype&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#dtype" class="link">Source</a> <a href="#v:dtype" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:maybe-39-allocationDescription" class="def">maybe'allocationDescription</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;maybe'allocationDescription&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#maybe%27allocationDescription" class="link">Source</a> <a href="#v:maybe-39-allocationDescription" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:maybe-39-shape" class="def">maybe'shape</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;maybe'shape&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#maybe%27shape" class="link">Source</a> <a href="#v:maybe-39-shape" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:shape" class="def">shape</a> :: <span class="keyword">forall</span> f s t a b. HasLens &quot;shape&quot; f s t a b =&gt; LensLike f s t a b <a href="src/Proto.Tensorflow.Core.Framework.TensorDescription.html#shape" class="link">Source</a> <a href="#v:shape" 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>