1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-18 02:28:33 +02:00
tensorflow-haskell/docs/haddock/tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Framework-DeviceAttributes.html

1 line
103 KiB
HTML
Raw Normal View History

<!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">physicalDev