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

1 line
103 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Proto.Tensorflow.Core.Framework.DeviceAttributes</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">tensorflow-proto-0.3.0.0: TensorFlow protocol buffers.</span><ul class="links" id="page-menu"><li><a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Proto.Tensorflow.Core.Framework.DeviceAttributes</p></div><div id="synopsis"><details id="syn"><summary>Synopsis</summary><ul class="details-toggle" data-details-id="syn"><li class="src short"><span class="keyword">data</span> <a href="#t:DeviceAttributes">DeviceAttributes</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:DeviceLocality">DeviceLocality</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:InterconnectLink">InterconnectLink</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:LocalLinks">LocalLinks</a></li></ul></details></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:DeviceAttributes" class="def">DeviceAttributes</a> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#DeviceAttributes" class="link">Source</a> <a href="#t:DeviceAttributes" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:name" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">name</a></code> <code>:: Lens' DeviceAttributes Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:deviceType" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">deviceType</a></code> <code>:: Lens' DeviceAttributes Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:memoryLimit" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">memoryLimit</a></code> <code>:: Lens' DeviceAttributes Data.Int.Int64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:locality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">locality</a></code> <code>:: Lens' DeviceAttributes DeviceLocality</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:maybe-39-locality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">maybe'locality</a></code> <code>:: Lens' DeviceAttributes (Prelude.Maybe DeviceLocality)</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:incarnation" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">incarnation</a></code> <code>:: Lens' DeviceAttributes Data.Word.Word64</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:physicalDeviceDesc" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">physicalDeviceDesc</a></code> <code>:: Lens' DeviceAttributes Data.Text.Text</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:DeviceAttributes">Instances</h4><details id="i:DeviceAttributes" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceAttributes:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-52" class="link">Source</a> <a href="#t:DeviceAttributes" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceAttributes:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceAttributes:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-52" class="link">Source</a> <a href="#t:DeviceAttributes" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceAttributes:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceAttributes:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-53" class="link">Source</a> <a href="#t:DeviceAttributes" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceAttributes:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceAttributes:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-385" class="link">Source</a> <a href="#t:DeviceAttributes" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceAttributes:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceAttributes:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-108" class="link">Source</a> <a href="#t:DeviceAttributes" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceAttributes:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceAttributes:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> &quot;deviceType&quot; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-66" class="link">Source</a> <a href="#t:DeviceAttributes" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceAttributes:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;deviceType&quot; -&gt; (<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceAttributes:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> &quot;incarnation&quot; <a href="../base-4.13.0.0/Data-Word.html#t:Word64" title="Data.Word">Word64</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-94" class="link">Source</a> <a href="#t:DeviceAttributes" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceAttributes:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;incarnation&quot; -&gt; (<a href="../base-4.13.0.0/Data-Word.html#t:Word64" title="Data.Word">Word64</a> -&gt; f <a href="../base-4.13.0.0/Data-Word.html#t:Word64" title="Data.Word">Word64</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceAttributes:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> &quot;locality&quot; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-80" class="link">Source</a> <a href="#t:DeviceAttributes" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceAttributes:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;locality&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceAttributes:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> &quot;memoryLimit&quot; <a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-73" class="link">Source</a> <a href="#t:DeviceAttributes" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceAttributes:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;memoryLimit&quot; -&gt; (<a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a> -&gt; f <a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceAttributes:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> &quot;name&quot; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-59" class="link">Source</a> <a href="#t:DeviceAttributes" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceAttributes:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;name&quot; -&gt; (<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceAttributes:HasField:11"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> &quot;physicalDeviceDesc&quot; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-101" class="link">Source</a> <a href="#t:DeviceAttributes" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceAttributes:HasField:11"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;physicalDeviceDesc&quot; -&gt; (<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceAttributes:HasField:12"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> &quot;maybe'locality&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-87" class="link">Source</a> <a href="#t:DeviceAttributes" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceAttributes:HasField:12"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'locality&quot; -&gt; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; f (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:DeviceLocality" class="def">DeviceLocality</a> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#DeviceLocality" class="link">Source</a> <a href="#t:DeviceLocality" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:busId" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">busId</a></code> <code>:: Lens' DeviceLocality Data.Int.Int32</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:numaNode" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">numaNode</a></code> <code>:: Lens' DeviceLocality Data.Int.Int32</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:links" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">links</a></code> <code>:: Lens' DeviceLocality LocalLinks</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:maybe-39-links" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">maybe'links</a></code> <code>:: Lens' DeviceLocality (Prelude.Maybe LocalLinks)</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:DeviceLocality">Instances</h4><details id="i:DeviceLocality" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceLocality:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-413" class="link">Source</a> <a href="#t:DeviceLocality" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceLocality:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceLocality:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-413" class="link">Source</a> <a href="#t:DeviceLocality" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceLocality:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceLocality:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-414" class="link">Source</a> <a href="#t:DeviceLocality" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceLocality:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceLocality:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-594" class="link">Source</a> <a href="#t:DeviceLocality" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceLocality:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceLocality:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-448" class="link">Source</a> <a href="#t:DeviceLocality" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceLocality:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceLocality:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> &quot;busId&quot; <a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-420" class="link">Source</a> <a href="#t:DeviceLocality" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceLocality:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;busId&quot; -&gt; (<a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a> -&gt; f <a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceLocality:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> &quot;links&quot; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-434" class="link">Source</a> <a href="#t:DeviceLocality" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceLocality:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;links&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceLocality:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> &quot;numaNode&quot; <a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-427" class="link">Source</a> <a href="#t:DeviceLocality" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceLocality:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;numaNode&quot; -&gt; (<a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a> -&gt; f <a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceLocality:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> &quot;locality&quot; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-80" class="link">Source</a> <a href="#t:DeviceLocality" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceLocality:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;locality&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceLocality:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> &quot;maybe'links&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-441" class="link">Source</a> <a href="#t:DeviceLocality" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceLocality:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'links&quot; -&gt; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; f (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:DeviceLocality:HasField:11"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> &quot;maybe'locality&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-87" class="link">Source</a> <a href="#t:DeviceLocality" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:DeviceLocality:HasField:11"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'locality&quot; -&gt; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; f (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceAttributes" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceAttributes</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:InterconnectLink" class="def">InterconnectLink</a> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#InterconnectLink" class="link">Source</a> <a href="#t:InterconnectLink" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:deviceId" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">deviceId</a></code> <code>:: Lens' InterconnectLink Data.Int.Int32</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:type-39-" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">type'</a></code> <code>:: Lens' InterconnectLink Data.Text.Text</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:strength" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">strength</a></code> <code>:: Lens' InterconnectLink Data.Int.Int32</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:InterconnectLink">Instances</h4><details id="i:InterconnectLink" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:InterconnectLink:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-614" class="link">Source</a> <a href="#t:InterconnectLink" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:InterconnectLink:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:InterconnectLink:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-614" class="link">Source</a> <a href="#t:InterconnectLink" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:InterconnectLink:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:InterconnectLink:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-615" class="link">Source</a> <a href="#t:InterconnectLink" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:InterconnectLink:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:InterconnectLink:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-796" class="link">Source</a> <a href="#t:InterconnectLink" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:InterconnectLink:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:InterconnectLink:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-642" class="link">Source</a> <a href="#t:InterconnectLink" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:InterconnectLink:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:InterconnectLink:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> &quot;deviceId&quot; <a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-621" class="link">Source</a> <a href="#t:InterconnectLink" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:InterconnectLink:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;deviceId&quot; -&gt; (<a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a> -&gt; f <a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:InterconnectLink:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> &quot;strength&quot; <a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-635" class="link">Source</a> <a href="#t:InterconnectLink" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:InterconnectLink:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;strength&quot; -&gt; (<a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a> -&gt; f <a href="../base-4.13.0.0/Data-Int.html#t:Int32" title="Data.Int">Int32</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:InterconnectLink:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> &quot;type'&quot; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-628" class="link">Source</a> <a href="#t:InterconnectLink" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:InterconnectLink:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;type'&quot; -&gt; (<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a> -&gt; f <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:InterconnectLink:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> &quot;link&quot; [<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-820" class="link">Source</a> <a href="#t:InterconnectLink" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:InterconnectLink:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;link&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:InterconnectLink:HasField:10"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> &quot;vec'link&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-828" class="link">Source</a> <a href="#t:InterconnectLink" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:InterconnectLink:HasField:10"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'link&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a></p></div></details></td></tr></table></details></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:LocalLinks" class="def">LocalLinks</a> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#LocalLinks" class="link">Source</a> <a href="#t:LocalLinks" class="selflink">#</a></p><div class="doc"><p>Fields :</p><ul><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:link" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">link</a></code> <code>:: Lens' LocalLinks [InterconnectLink]</code></li><li><code><a href="Proto-Tensorflow-Core-Framework-DeviceAttributes_Fields.html#v:vec-39-link" title="Proto.Tensorflow.Core.Framework.DeviceAttributes_Fields">vec'link</a></code> <code>:: Lens' LocalLinks (Data.Vector.Vector InterconnectLink)</code> </li></ul></div><div class="subs instances"><h4 class="instances details-toggle-control details-toggle" data-details-id="i:LocalLinks">Instances</h4><details id="i:LocalLinks" open="open"><summary class="hide-when-js-enabled">Instances details</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:LocalLinks:Eq:1"></span> <a href="../base-4.13.0.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-813" class="link">Source</a> <a href="#t:LocalLinks" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:LocalLinks:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:LocalLinks:Ord:2"></span> <a href="../base-4.13.0.0/Data-Ord.html#t:Ord" title="Data.Ord">Ord</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-813" class="link">Source</a> <a href="#t:LocalLinks" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:LocalLinks:Ord:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="../base-4.13.0.0/Data-Ord.html#t:Ordering" title="Data.Ord">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="../base-4.13.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> <a href="#v:min" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:LocalLinks:Show:3"></span> <a href="../base-4.13.0.0/Text-Show.html#t:Show" title="Text.Show">Show</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-814" class="link">Source</a> <a href="#t:LocalLinks" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:LocalLinks:Show:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.13.0.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a>] -&gt; <a href="../base-4.13.0.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:LocalLinks:NFData:4"></span> <a href="../deepseq-1.4.4.0/Control-DeepSeq.html#t:NFData" title="Control.DeepSeq">NFData</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-932" class="link">Source</a> <a href="#t:LocalLinks" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:LocalLinks:NFData:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:LocalLinks:Message:5"></span> Message <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-834" class="link">Source</a> <a href="#t:LocalLinks" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:LocalLinks:Message:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:messageName">messageName</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></p><p class="src"><a href="#v:packedMessageDescriptor">packedMessageDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:packedFileDescriptor">packedFileDescriptor</a> :: <a href="../base-4.13.0.0/Data-Proxy.html#t:Proxy" title="Data.Proxy">Proxy</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></p><p class="src"><a href="#v:defMessage">defMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a></p><p class="src"><a href="#v:fieldsByTag">fieldsByTag</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> Tag (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a>)</p><p class="src"><a href="#v:fieldsByTextFormatName">fieldsByTextFormatName</a> :: <a href="../containers-0.6.2.1/Data-Map-Strict.html#t:Map" title="Data.Map.Strict">Map</a> <a href="../base-4.13.0.0/Data-String.html#t:String" title="Data.String">String</a> (FieldDescriptor <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a>)</p><p class="src"><a href="#v:unknownFields">unknownFields</a> :: Lens' <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> FieldSet</p><p class="src"><a href="#v:parseMessage">parseMessage</a> :: Parser <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a></p><p class="src"><a href="#v:buildMessage">buildMessage</a> :: <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; <a href="../binary-0.8.7.0/Data-Binary-Builder.html#t:Builder" title="Data.Binary.Builder">Builder</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:LocalLinks:HasField:6"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> &quot;links&quot; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a></span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-434" class="link">Source</a> <a href="#t:LocalLinks" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:LocalLinks:HasField:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;links&quot; -&gt; (<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a>) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:LocalLinks:HasField:7"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> &quot;link&quot; [<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a>]</span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-820" class="link">Source</a> <a href="#t:LocalLinks" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:LocalLinks:HasField:7"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;link&quot; -&gt; ([<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a>] -&gt; f [<a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a>]) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:LocalLinks:HasField:8"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> &quot;vec'link&quot; (Vector <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-828" class="link">Source</a> <a href="#t:LocalLinks" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:LocalLinks:HasField:8"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;vec'link&quot; -&gt; (Vector <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a> -&gt; f (Vector <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:InterconnectLink" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">InterconnectLink</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:LocalLinks:HasField:9"></span> HasField <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> &quot;maybe'links&quot; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a>)</span> <a href="src/Proto.Tensorflow.Core.Framework.DeviceAttributes.html#line-441" class="link">Source</a> <a href="#t:LocalLinks" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><details id="i:id:LocalLinks:HasField:9"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html">Proto.Tensorflow.Core.Framework.DeviceAttributes</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:fieldOf">fieldOf</a> :: <a href="../base-4.13.0.0/Data-Functor.html#t:Functor" title="Data.Functor">Functor</a> f =&gt; <a href="../base-4.13.0.0/GHC-Exts.html#t:Proxy-35-" title="GHC.Exts">Proxy#</a> &quot;maybe'links&quot; -&gt; (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a> -&gt; f (<a href="../base-4.13.0.0/Data-Maybe.html#t:Maybe" title="Data.Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:LocalLinks" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">LocalLinks</a>)) -&gt; <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a> -&gt; f <a href="Proto-Tensorflow-Core-Framework-DeviceAttributes.html#t:DeviceLocality" title="Proto.Tensorflow.Core.Framework.DeviceAttributes">DeviceLocality</a></p></div></details></td></tr></table></details></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.23.0</p></div></body></html>