1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-29 07:58:33 +02:00
tensorflow-haskell/docs/haddock/tensorflow-proto-0.1.0.0/Proto-Tensorflow-Core-Protobuf-Config.html
Greg Steuck ea8b62e47b Haddock (#3)
* Trivial script for regenerating haddocks: exclude .haddock files.

* Haddock regen
2016-10-25 12:43:06 -07:00

4 lines
98 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Proto.Tensorflow.Core.Protobuf.Config</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Proto-Tensorflow-Core-Protobuf-Config.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Proto-Tensorflow-Core-Protobuf-Config.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">tensorflow-proto-0.1.0.0: TensorFlow protocol buffers.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Proto.Tensorflow.Core.Protobuf.Config</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:ConfigProto" class="def">ConfigProto</a> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#ConfigProto" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:ConfigProto" class="def">ConfigProto</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:_ConfigProto-39-deviceCount" class="def">_ConfigProto'deviceCount</a> :: <a href="../containers-0.5.6.2/Data-Map-Lazy.html#t:Map">Map</a> <a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a> <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_ConfigProto-39-intraOpParallelismThreads" class="def">_ConfigProto'intraOpParallelismThreads</a> :: <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_ConfigProto-39-interOpParallelismThreads" class="def">_ConfigProto'interOpParallelismThreads</a> :: <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_ConfigProto-39-usePerSessionThreads" class="def">_ConfigProto'usePerSessionThreads</a> :: <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_ConfigProto-39-sessionInterOpThreadPool" class="def">_ConfigProto'sessionInterOpThreadPool</a> :: [<a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ThreadPoolOptionProto">ThreadPoolOptionProto</a>]</dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_ConfigProto-39-placementPeriod" class="def">_ConfigProto'placementPeriod</a> :: <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_ConfigProto-39-deviceFilters" class="def">_ConfigProto'deviceFilters</a> :: [<a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a>]</dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_ConfigProto-39-gpuOptions" class="def">_ConfigProto'gpuOptions</a> :: <a href="../base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_ConfigProto-39-allowSoftPlacement" class="def">_ConfigProto'allowSoftPlacement</a> :: <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_ConfigProto-39-logDevicePlacement" class="def">_ConfigProto'logDevicePlacement</a> :: <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_ConfigProto-39-graphOptions" class="def">_ConfigProto'graphOptions</a> :: <a href="../base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_ConfigProto-39-operationTimeoutInMs" class="def">_ConfigProto'operationTimeoutInMs</a> :: <a href="../base-4.8.2.0/Data-Int.html#t:Int64">Int64</a></dt><dd class="doc empty">&nbsp;</dd></dl><div class="clear"></div></div></td></tr></table></div><div class="subs instances"><p id="control.i:ConfigProto" class="caption collapser" onclick="toggleSection('i:ConfigProto')">Instances</p><div id="section.i:ConfigProto" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-42" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-42" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../data-default-class-0.0.1/Data-Default-Class.html#t:Default">Default</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-177" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">Message <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-194" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;allowSoftPlacement&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-134" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;deviceCount&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-47" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;deviceFilters&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-107" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;gpuOptions&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-116" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;graphOptions&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-152" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;interOpParallelismThreads&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-68" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;intraOpParallelismThreads&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-57" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;logDevicePlacement&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-143" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;maybe'gpuOptions&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-125" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;maybe'graphOptions&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-161" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;operationTimeoutInMs&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-171" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;placementPeriod&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-98" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;sessionInterOpThreadPool&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-89" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;usePerSessionThreads&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-79" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;allowSoftPlacement&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-131" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;deviceCount&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = <a href="../containers-0.5.6.2/Data-Map-Lazy.html#t:Map">Map</a> <a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a> <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-44" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;deviceFilters&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = [<a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a>]</span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-104" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;gpuOptions&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-113" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;graphOptions&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-149" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;interOpParallelismThreads&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-64" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;intraOpParallelismThreads&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-53" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;logDevicePlacement&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-140" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;maybe'gpuOptions&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = <a href="../base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-122" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;maybe'graphOptions&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = <a href="../base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-158" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;operationTimeoutInMs&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = <a href="../base-4.8.2.0/Data-Int.html#t:Int64">Int64</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-167" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;placementPeriod&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-95" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;sessionInterOpThreadPool&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = [<a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ThreadPoolOptionProto">ThreadPoolOptionProto</a>]</span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-85" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;usePerSessionThreads&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto">ConfigProto</a> = <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-75" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:ConfigProto-39-DeviceCountEntry" class="def">ConfigProto'DeviceCountEntry</a> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#ConfigProto%27DeviceCountEntry" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:ConfigProto-39-DeviceCountEntry" class="def">ConfigProto'DeviceCountEntry</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:_ConfigProto-39-DeviceCountEntry-39-key" class="def">_ConfigProto'DeviceCountEntry'key</a> :: <a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_ConfigProto-39-DeviceCountEntry-39-value" class="def">_ConfigProto'DeviceCountEntry'value</a> :: <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></dt><dd class="doc empty">&nbsp;</dd></dl><div class="clear"></div></div></td></tr></table></div><div class="subs instances"><p id="control.i:ConfigProto-39-DeviceCountEntry" class="caption collapser" onclick="toggleSection('i:ConfigProto-39-DeviceCountEntry')">Instances</p><div id="section.i:ConfigProto-39-DeviceCountEntry" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto-39-DeviceCountEntry">ConfigProto'DeviceCountEntry</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-305" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto-39-DeviceCountEntry">ConfigProto'DeviceCountEntry</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-305" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../data-default-class-0.0.1/Data-Default-Class.html#t:Default">Default</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto-39-DeviceCountEntry">ConfigProto'DeviceCountEntry</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-327" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">Message <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto-39-DeviceCountEntry">ConfigProto'DeviceCountEntry</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-335" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;key&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto-39-DeviceCountEntry">ConfigProto'DeviceCountEntry</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto-39-DeviceCountEntry">ConfigProto'DeviceCountEntry</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-311" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;value&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto-39-DeviceCountEntry">ConfigProto'DeviceCountEntry</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto-39-DeviceCountEntry">ConfigProto'DeviceCountEntry</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-321" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;key&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto-39-DeviceCountEntry">ConfigProto'DeviceCountEntry</a> = <a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-307" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;value&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ConfigProto-39-DeviceCountEntry">ConfigProto'DeviceCountEntry</a> = <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-317" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:DebugTensorWatch" class="def">DebugTensorWatch</a> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#DebugTensorWatch" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:DebugTensorWatch" class="def">DebugTensorWatch</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:_DebugTensorWatch-39-nodeName" class="def">_DebugTensorWatch'nodeName</a> :: <a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_DebugTensorWatch-39-outputSlot" class="def">_DebugTensorWatch'outputSlot</a> :: <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_DebugTensorWatch-39-debugOps" class="def">_DebugTensorWatch'debugOps</a> :: [<a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a>]</dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_DebugTensorWatch-39-debugUrls" class="def">_DebugTensorWatch'debugUrls</a> :: [<a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a>]</dt><dd class="doc empty">&nbsp;</dd></dl><div class="clear"></div></div></td></tr></table></div><div class="subs instances"><p id="control.i:DebugTensorWatch" class="caption collapser" onclick="toggleSection('i:DebugTensorWatch')">Instances</p><div id="section.i:DebugTensorWatch" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-361" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-361" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../data-default-class-0.0.1/Data-Default-Class.html#t:Default">Default</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-399" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">Message <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-406" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;debugOps&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-384" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;debugUrls&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-393" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;nodeName&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-366" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;outputSlot&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-375" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;debugOps&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a> = [<a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a>]</span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-381" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;debugUrls&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a> = [<a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a>]</span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-390" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;nodeName&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a> = <a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-363" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;outputSlot&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a> = <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-372" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:GPUOptions" class="def">GPUOptions</a> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#GPUOptions" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:GPUOptions" class="def">GPUOptions</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:_GPUOptions-39-perProcessGpuMemoryFraction" class="def">_GPUOptions'perProcessGpuMemoryFraction</a> :: <a href="../base-4.8.2.0/Prelude.html#t:Double">Double</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_GPUOptions-39-allocatorType" class="def">_GPUOptions'allocatorType</a> :: <a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_GPUOptions-39-deferredDeletionBytes" class="def">_GPUOptions'deferredDeletionBytes</a> :: <a href="../base-4.8.2.0/Data-Int.html#t:Int64">Int64</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_GPUOptions-39-allowGrowth" class="def">_GPUOptions'allowGrowth</a> :: <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_GPUOptions-39-visibleDeviceList" class="def">_GPUOptions'visibleDeviceList</a> :: <a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a></dt><dd class="doc empty">&nbsp;</dd></dl><div class="clear"></div></div></td></tr></table></div><div class="subs instances"><p id="control.i:GPUOptions" class="caption collapser" onclick="toggleSection('i:GPUOptions')">Instances</p><div id="section.i:GPUOptions" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-447" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-447" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../data-default-class-0.0.1/Data-Default-Class.html#t:Default">Default</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-497" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">Message <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-506" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;allocatorType&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-463" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;allowGrowth&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-482" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;deferredDeletionBytes&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-473" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;perProcessGpuMemoryFraction&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-453" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;visibleDeviceList&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-491" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;allocatorType&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a> = <a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-460" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;allowGrowth&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a> = <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-479" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;deferredDeletionBytes&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a> = <a href="../base-4.8.2.0/Data-Int.html#t:Int64">Int64</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-469" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;perProcessGpuMemoryFraction&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a> = <a href="../base-4.8.2.0/Prelude.html#t:Double">Double</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-449" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;visibleDeviceList&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GPUOptions">GPUOptions</a> = <a href="../text-1.2.2.1/Data-Text.html#t:Text">Text</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-488" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:GraphOptions" class="def">GraphOptions</a> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#GraphOptions" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:GraphOptions" class="def">GraphOptions</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:_GraphOptions-39-enableRecvScheduling" class="def">_GraphOptions'enableRecvScheduling</a> :: <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_GraphOptions-39-optimizerOptions" class="def">_GraphOptions'optimizerOptions</a> :: <a href="../base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_GraphOptions-39-buildCostModel" class="def">_GraphOptions'buildCostModel</a> :: <a href="../base-4.8.2.0/Data-Int.html#t:Int64">Int64</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_GraphOptions-39-buildCostModelAfter" class="def">_GraphOptions'buildCostModelAfter</a> :: <a href="../base-4.8.2.0/Data-Int.html#t:Int64">Int64</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_GraphOptions-39-inferShapes" class="def">_GraphOptions'inferShapes</a> :: <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_GraphOptions-39-placePrunedGraph" class="def">_GraphOptions'placePrunedGraph</a> :: <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_GraphOptions-39-enableBfloat16Sendrecv" class="def">_GraphOptions'enableBfloat16Sendrecv</a> :: <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_GraphOptions-39-timelineStep" class="def">_GraphOptions'timelineStep</a> :: <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></dt><dd class="doc empty">&nbsp;</dd></dl><div class="clear"></div></div></td></tr></table></div><div class="subs instances"><p id="control.i:GraphOptions" class="caption collapser" onclick="toggleSection('i:GraphOptions')">Instances</p><div id="section.i:GraphOptions" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-563" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-563" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../data-default-class-0.0.1/Data-Default-Class.html#t:Default">Default</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-650" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">Message <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-662" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;buildCostModel&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-597" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;buildCostModelAfter&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-607" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;enableBfloat16Sendrecv&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-635" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;enableRecvScheduling&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-569" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;inferShapes&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-616" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;maybe'optimizerOptions&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-588" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;optimizerOptions&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-578" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;placePrunedGraph&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-625" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;timelineStep&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-644" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;buildCostModel&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> = <a href="../base-4.8.2.0/Data-Int.html#t:Int64">Int64</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-594" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;buildCostModelAfter&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> = <a href="../base-4.8.2.0/Data-Int.html#t:Int64">Int64</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-603" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;enableBfloat16Sendrecv&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> = <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-631" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;enableRecvScheduling&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> = <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-565" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;inferShapes&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> = <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-613" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;maybe'optimizerOptions&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> = <a href="../base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-584" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;optimizerOptions&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> = <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-575" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;placePrunedGraph&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> = <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-622" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;timelineStep&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:GraphOptions">GraphOptions</a> = <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-641" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:OptimizerOptions" class="def">OptimizerOptions</a> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#OptimizerOptions" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:OptimizerOptions" class="def">OptimizerOptions</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:_OptimizerOptions-39-doCommonSubexpressionElimination" class="def">_OptimizerOptions'doCommonSubexpressionElimination</a> :: <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_OptimizerOptions-39-doConstantFolding" class="def">_OptimizerOptions'doConstantFolding</a> :: <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_OptimizerOptions-39-doFunctionInlining" class="def">_OptimizerOptions'doFunctionInlining</a> :: <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_OptimizerOptions-39-optLevel" class="def">_OptimizerOptions'optLevel</a> :: <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions-39-Level">OptimizerOptions'Level</a></dt><dd class="doc empty">&nbsp;</dd></dl><div class="clear"></div></div></td></tr></table></div><div class="subs instances"><p id="control.i:OptimizerOptions" class="caption collapser" onclick="toggleSection('i:OptimizerOptions')">Instances</p><div id="section.i:OptimizerOptions" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-736" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-736" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../data-default-class-0.0.1/Data-Default-Class.html#t:Default">Default</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-780" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">Message <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-788" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;doCommonSubexpressionElimination&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-743" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;doConstantFolding&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-755" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;doFunctionInlining&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-765" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;optLevel&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-774" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;doCommonSubexpressionElimination&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a> = <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-738" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;doConstantFolding&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a> = <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-751" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;doFunctionInlining&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a> = <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-761" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;optLevel&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions">OptimizerOptions</a> = <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions-39-Level">OptimizerOptions'Level</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-771" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:OptimizerOptions-39-Level" class="def">OptimizerOptions'Level</a> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#OptimizerOptions%27Level" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:OptimizerOptions-39-L0" class="def">OptimizerOptions'L0</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:OptimizerOptions-39-L1" class="def">OptimizerOptions'L1</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:OptimizerOptions-39-Level" class="caption collapser" onclick="toggleSection('i:OptimizerOptions-39-Level')">Instances</p><div id="section.i:OptimizerOptions-39-Level" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Prelude.html#t:Bounded">Bounded</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions-39-Level">OptimizerOptions'Level</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-872" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Prelude.html#t:Enum">Enum</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions-39-Level">OptimizerOptions'Level</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-849" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions-39-Level">OptimizerOptions'Level</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-831" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions-39-Level">OptimizerOptions'Level</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-831" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../data-default-class-0.0.1/Data-Default-Class.html#t:Default">Default</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions-39-Level">OptimizerOptions'Level</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-833" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">MessageEnum <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions-39-Level">OptimizerOptions'Level</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-839" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">FieldDefault <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:OptimizerOptions-39-Level">OptimizerOptions'Level</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-836" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:RunMetadata" class="def">RunMetadata</a> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#RunMetadata" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:RunMetadata" class="def">RunMetadata</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:_RunMetadata-39-stepStats" class="def">_RunMetadata'stepStats</a> :: <a href="../base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> StepStats</dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_RunMetadata-39-costGraph" class="def">_RunMetadata'costGraph</a> :: <a href="../base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> CostGraphDef</dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_RunMetadata-39-partitionGraphs" class="def">_RunMetadata'partitionGraphs</a> :: [<a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a>]</dt><dd class="doc empty">&nbsp;</dd></dl><div class="clear"></div></div></td></tr></table></div><div class="subs instances"><p id="control.i:RunMetadata" class="caption collapser" onclick="toggleSection('i:RunMetadata')">Instances</p><div id="section.i:RunMetadata" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-883" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-883" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../data-default-class-0.0.1/Data-Default-Class.html#t:Default">Default</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-931" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">Message <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-937" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;costGraph&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-906" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;maybe'costGraph&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-916" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;maybe'stepStats&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-897" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;partitionGraphs&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-925" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;stepStats&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-888" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;costGraph&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-903" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;maybe'costGraph&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-912" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;maybe'stepStats&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-894" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;partitionGraphs&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a> = [<a href="Proto-Tensorflow-Core-Framework-Graph.html#t:GraphDef">GraphDef</a>]</span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-922" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;stepStats&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunMetadata">RunMetadata</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-885" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:RunOptions" class="def">RunOptions</a> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#RunOptions" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:RunOptions" class="def">RunOptions</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:_RunOptions-39-traceLevel" class="def">_RunOptions'traceLevel</a> :: <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions-39-TraceLevel">RunOptions'TraceLevel</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_RunOptions-39-timeoutInMs" class="def">_RunOptions'timeoutInMs</a> :: <a href="../base-4.8.2.0/Data-Int.html#t:Int64">Int64</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_RunOptions-39-interOpThreadPool" class="def">_RunOptions'interOpThreadPool</a> :: <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_RunOptions-39-debugTensorWatchOpts" class="def">_RunOptions'debugTensorWatchOpts</a> :: [<a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a>]</dt><dd class="doc empty">&nbsp;</dd><dt class="src"><a name="v:_RunOptions-39-outputPartitionGraphs" class="def">_RunOptions'outputPartitionGraphs</a> :: <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></dt><dd class="doc empty">&nbsp;</dd></dl><div class="clear"></div></div></td></tr></table></div><div class="subs instances"><p id="control.i:RunOptions" class="caption collapser" onclick="toggleSection('i:RunOptions')">Instances</p><div id="section.i:RunOptions" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-975" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-975" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../data-default-class-0.0.1/Data-Default-Class.html#t:Default">Default</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1024" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">Message <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1032" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;debugTensorWatchOpts&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1008" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;interOpThreadPool&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-998" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;outputPartitionGraphs&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1018" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;timeoutInMs&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-989" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;traceLevel&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-980" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;debugTensorWatchOpts&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a> = [<a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:DebugTensorWatch">DebugTensorWatch</a>]</span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1004" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;interOpThreadPool&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a> = <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-995" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;outputPartitionGraphs&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a> = <a href="../base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1014" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;timeoutInMs&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a> = <a href="../base-4.8.2.0/Data-Int.html#t:Int64">Int64</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-986" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;traceLevel&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions">RunOptions</a> = <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions-39-TraceLevel">RunOptions'TraceLevel</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-977" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:RunOptions-39-TraceLevel" class="def">RunOptions'TraceLevel</a> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#RunOptions%27TraceLevel" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:RunOptions-39-NO_TRACE" class="def">RunOptions'NO_TRACE</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:RunOptions-39-SOFTWARE_TRACE" class="def">RunOptions'SOFTWARE_TRACE</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:RunOptions-39-HARDWARE_TRACE" class="def">RunOptions'HARDWARE_TRACE</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:RunOptions-39-FULL_TRACE" class="def">RunOptions'FULL_TRACE</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:RunOptions-39-TraceLevel" class="caption collapser" onclick="toggleSection('i:RunOptions-39-TraceLevel')">Instances</p><div id="section.i:RunOptions-39-TraceLevel" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Prelude.html#t:Bounded">Bounded</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions-39-TraceLevel">RunOptions'TraceLevel</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1136" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Prelude.html#t:Enum">Enum</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions-39-TraceLevel">RunOptions'TraceLevel</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1107" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions-39-TraceLevel">RunOptions'TraceLevel</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1083" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions-39-TraceLevel">RunOptions'TraceLevel</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1083" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../data-default-class-0.0.1/Data-Default-Class.html#t:Default">Default</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions-39-TraceLevel">RunOptions'TraceLevel</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1085" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">MessageEnum <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions-39-TraceLevel">RunOptions'TraceLevel</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1091" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">FieldDefault <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:RunOptions-39-TraceLevel">RunOptions'TraceLevel</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1088" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:ThreadPoolOptionProto" class="def">ThreadPoolOptionProto</a> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#ThreadPoolOptionProto" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:ThreadPoolOptionProto" class="def">ThreadPoolOptionProto</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:_ThreadPoolOptionProto-39-numThreads" class="def">_ThreadPoolOptionProto'numThreads</a> :: <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></dt><dd class="doc empty">&nbsp;</dd></dl><div class="clear"></div></div></td></tr></table></div><div class="subs instances"><p id="control.i:ThreadPoolOptionProto" class="caption collapser" onclick="toggleSection('i:ThreadPoolOptionProto')">Instances</p><div id="section.i:ThreadPoolOptionProto" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Data-Eq.html#t:Eq">Eq</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ThreadPoolOptionProto">ThreadPoolOptionProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1142" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../base-4.8.2.0/Text-Show.html#t:Show">Show</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ThreadPoolOptionProto">ThreadPoolOptionProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1142" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="../data-default-class-0.0.1/Data-Default-Class.html#t:Default">Default</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ThreadPoolOptionProto">ThreadPoolOptionProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1154" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">Message <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ThreadPoolOptionProto">ThreadPoolOptionProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1159" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">HasField &quot;numThreads&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ThreadPoolOptionProto">ThreadPoolOptionProto</a> <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ThreadPoolOptionProto">ThreadPoolOptionProto</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1148" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="keyword">type</span> Field &quot;numThreads&quot; <a href="Proto-Tensorflow-Core-Protobuf-Config.html#t:ThreadPoolOptionProto">ThreadPoolOptionProto</a> = <a href="../base-4.8.2.0/Data-Int.html#t:Int32">Int32</a></span> <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#line-1144" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:allocatorType" class="def">allocatorType</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;allocatorType&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;allocatorType&quot; msg) (Field &quot;allocatorType&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#allocatorType" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:allowGrowth" class="def">allowGrowth</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;allowGrowth&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;allowGrowth&quot; msg) (Field &quot;allowGrowth&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#allowGrowth" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:allowSoftPlacement" class="def">allowSoftPlacement</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;allowSoftPlacement&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;allowSoftPlacement&quot; msg) (Field &quot;allowSoftPlacement&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#allowSoftPlacement" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:buildCostModel" class="def">buildCostModel</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;buildCostModel&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;buildCostModel&quot; msg) (Field &quot;buildCostModel&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#buildCostModel" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:buildCostModelAfter" class="def">buildCostModelAfter</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;buildCostModelAfter&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;buildCostModelAfter&quot; msg) (Field &quot;buildCostModelAfter&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#buildCostModelAfter" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:costGraph" class="def">costGraph</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;costGraph&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;costGraph&quot; msg) (Field &quot;costGraph&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#costGraph" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:debugOps" class="def">debugOps</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;debugOps&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;debugOps&quot; msg) (Field &quot;debugOps&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#debugOps" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:debugTensorWatchOpts" class="def">debugTensorWatchOpts</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;debugTensorWatchOpts&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;debugTensorWatchOpts&quot; msg) (Field &quot;debugTensorWatchOpts&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#debugTensorWatchOpts" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:debugUrls" class="def">debugUrls</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;debugUrls&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;debugUrls&quot; msg) (Field &quot;debugUrls&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#debugUrls" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:deferredDeletionBytes" class="def">deferredDeletionBytes</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;deferredDeletionBytes&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;deferredDeletionBytes&quot; msg) (Field &quot;deferredDeletionBytes&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#deferredDeletionBytes" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:deviceCount" class="def">deviceCount</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;deviceCount&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;deviceCount&quot; msg) (Field &quot;deviceCount&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#deviceCount" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:deviceFilters" class="def">deviceFilters</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;deviceFilters&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;deviceFilters&quot; msg) (Field &quot;deviceFilters&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#deviceFilters" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:doCommonSubexpressionElimination" class="def">doCommonSubexpressionElimination</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;doCommonSubexpressionElimination&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;doCommonSubexpressionElimination&quot; msg) (Field &quot;doCommonSubexpressionElimination&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#doCommonSubexpressionElimination" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:doConstantFolding" class="def">doConstantFolding</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;doConstantFolding&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;doConstantFolding&quot; msg) (Field &quot;doConstantFolding&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#doConstantFolding" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:doFunctionInlining" class="def">doFunctionInlining</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;doFunctionInlining&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;doFunctionInlining&quot; msg) (Field &quot;doFunctionInlining&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#doFunctionInlining" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:enableBfloat16Sendrecv" class="def">enableBfloat16Sendrecv</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;enableBfloat16Sendrecv&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;enableBfloat16Sendrecv&quot; msg) (Field &quot;enableBfloat16Sendrecv&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#enableBfloat16Sendrecv" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:enableRecvScheduling" class="def">enableRecvScheduling</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;enableRecvScheduling&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;enableRecvScheduling&quot; msg) (Field &quot;enableRecvScheduling&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#enableRecvScheduling" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:gpuOptions" class="def">gpuOptions</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;gpuOptions&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;gpuOptions&quot; msg) (Field &quot;gpuOptions&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#gpuOptions" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:graphOptions" class="def">graphOptions</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;graphOptions&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;graphOptions&quot; msg) (Field &quot;graphOptions&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#graphOptions" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:inferShapes" class="def">inferShapes</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;inferShapes&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;inferShapes&quot; msg) (Field &quot;inferShapes&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#inferShapes" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:interOpParallelismThreads" class="def">interOpParallelismThreads</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;interOpParallelismThreads&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;interOpParallelismThreads&quot; msg) (Field &quot;interOpParallelismThreads&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#interOpParallelismThreads" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:interOpThreadPool" class="def">interOpThreadPool</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;interOpThreadPool&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;interOpThreadPool&quot; msg) (Field &quot;interOpThreadPool&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#interOpThreadPool" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:intraOpParallelismThreads" class="def">intraOpParallelismThreads</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;intraOpParallelismThreads&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;intraOpParallelismThreads&quot; msg) (Field &quot;intraOpParallelismThreads&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#intraOpParallelismThreads" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:key" class="def">key</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;key&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;key&quot; msg) (Field &quot;key&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#key" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:logDevicePlacement" class="def">logDevicePlacement</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;logDevicePlacement&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;logDevicePlacement&quot; msg) (Field &quot;logDevicePlacement&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#logDevicePlacement" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:maybe-39-costGraph" class="def">maybe'costGraph</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;maybe'costGraph&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;maybe'costGraph&quot; msg) (Field &quot;maybe'costGraph&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#maybe%27costGraph" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:maybe-39-gpuOptions" class="def">maybe'gpuOptions</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;maybe'gpuOptions&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;maybe'gpuOptions&quot; msg) (Field &quot;maybe'gpuOptions&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#maybe%27gpuOptions" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:maybe-39-graphOptions" class="def">maybe'graphOptions</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;maybe'graphOptions&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;maybe'graphOptions&quot; msg) (Field &quot;maybe'graphOptions&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#maybe%27graphOptions" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:maybe-39-optimizerOptions" class="def">maybe'optimizerOptions</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;maybe'optimizerOptions&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;maybe'optimizerOptions&quot; msg) (Field &quot;maybe'optimizerOptions&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#maybe%27optimizerOptions" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:maybe-39-stepStats" class="def">maybe'stepStats</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;maybe'stepStats&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;maybe'stepStats&quot; msg) (Field &quot;maybe'stepStats&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#maybe%27stepStats" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:nodeName" class="def">nodeName</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;nodeName&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;nodeName&quot; msg) (Field &quot;nodeName&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#nodeName" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:numThreads" class="def">numThreads</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;numThreads&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;numThreads&quot; msg) (Field &quot;numThreads&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#numThreads" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:operationTimeoutInMs" class="def">operationTimeoutInMs</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;operationTimeoutInMs&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;operationTimeoutInMs&quot; msg) (Field &quot;operationTimeoutInMs&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#operationTimeoutInMs" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:optLevel" class="def">optLevel</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;optLevel&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;optLevel&quot; msg) (Field &quot;optLevel&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#optLevel" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:optimizerOptions" class="def">optimizerOptions</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;optimizerOptions&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;optimizerOptions&quot; msg) (Field &quot;optimizerOptions&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#optimizerOptions" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:outputPartitionGraphs" class="def">outputPartitionGraphs</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;outputPartitionGraphs&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;outputPartitionGraphs&quot; msg) (Field &quot;outputPartitionGraphs&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#outputPartitionGraphs" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:outputSlot" class="def">outputSlot</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;outputSlot&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;outputSlot&quot; msg) (Field &quot;outputSlot&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#outputSlot" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:partitionGraphs" class="def">partitionGraphs</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;partitionGraphs&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;partitionGraphs&quot; msg) (Field &quot;partitionGraphs&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#partitionGraphs" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:perProcessGpuMemoryFraction" class="def">perProcessGpuMemoryFraction</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;perProcessGpuMemoryFraction&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;perProcessGpuMemoryFraction&quot; msg) (Field &quot;perProcessGpuMemoryFraction&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#perProcessGpuMemoryFraction" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:placePrunedGraph" class="def">placePrunedGraph</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;placePrunedGraph&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;placePrunedGraph&quot; msg) (Field &quot;placePrunedGraph&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#placePrunedGraph" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:placementPeriod" class="def">placementPeriod</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;placementPeriod&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;placementPeriod&quot; msg) (Field &quot;placementPeriod&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#placementPeriod" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:sessionInterOpThreadPool" class="def">sessionInterOpThreadPool</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;sessionInterOpThreadPool&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;sessionInterOpThreadPool&quot; msg) (Field &quot;sessionInterOpThreadPool&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#sessionInterOpThreadPool" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:stepStats" class="def">stepStats</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;stepStats&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;stepStats&quot; msg) (Field &quot;stepStats&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#stepStats" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:timelineStep" class="def">timelineStep</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;timelineStep&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;timelineStep&quot; msg) (Field &quot;timelineStep&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#timelineStep" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:timeoutInMs" class="def">timeoutInMs</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;timeoutInMs&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;timeoutInMs&quot; msg) (Field &quot;timeoutInMs&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#timeoutInMs" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:traceLevel" class="def">traceLevel</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;traceLevel&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;traceLevel&quot; msg) (Field &quot;traceLevel&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#traceLevel" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:usePerSessionThreads" class="def">usePerSessionThreads</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;usePerSessionThreads&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;usePerSessionThreads&quot; msg) (Field &quot;usePerSessionThreads&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#usePerSessionThreads" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:value" class="def">value</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;value&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;value&quot; msg) (Field &quot;value&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#value" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:visibleDeviceList" class="def">visibleDeviceList</a> :: <span class="keyword">forall</span> msg msg'. HasField &quot;visibleDeviceList&quot; msg msg' =&gt; <a href="../lens-family-1.2.0/Lens-Family2-Unchecked.html#t:Lens">Lens</a> msg msg' (Field &quot;visibleDeviceList&quot; msg) (Field &quot;visibleDeviceList&quot; msg') <a href="src/Proto-Tensorflow-Core-Protobuf-Config.html#visibleDeviceList" class="link">Source</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.16.1</p></div></body></html>