tensorflow-haskell/docs/haddock/tensorflow-0.1.0.0/mini_TensorFlow-Core.html

4 lines
6.4 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>TensorFlow.Core</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();};
//]]>
</script></head><body id="mini"><div id="module-header"><p class="caption">TensorFlow.Core</p></div><div id="interface"><h1>Session</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="TensorFlow-Core.html#t:Session" target="main">Session</a> a</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="TensorFlow-Core.html#t:Options" target="main">Options</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:sessionConfig" target="main">sessionConfig</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:sessionTarget" target="main">sessionTarget</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:sessionTracer" target="main">sessionTracer</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:runSession" target="main">runSession</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:runSessionWithOptions" target="main">runSessionWithOptions</a></p></div><h2>Building graphs</h2><div class="top"><p class="src"><span class="keyword">class</span> <a href="TensorFlow-Core.html#t:MonadBuild" target="main">MonadBuild</a> m</p></div><h2>Running graphs</h2><div class="top"><p class="src"><span class="keyword">class</span> <a href="TensorFlow-Core.html#t:Fetchable" target="main">Fetchable</a> t a</p></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="TensorFlow-Core.html#t:Nodes" target="main">Nodes</a> t</p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:run" target="main">run</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:run_" target="main">run_</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="TensorFlow-Core.html#t:Feed" target="main">Feed</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:feed" target="main">feed</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:runWithFeeds" target="main">runWithFeeds</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:runWithFeeds_" target="main">runWithFeeds_</a></p></div><h2>Async</h2><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:asyncProdNodes" target="main">asyncProdNodes</a></p></div><h1>Build</h1><div class="top"><p class="src"><span class="keyword">type</span> <a href="TensorFlow-Core.html#t:Build" target="main">Build</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="TensorFlow-Core.html#t:BuildT" target="main">BuildT</a> m a</p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:render" target="main">render</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:asGraphDef" target="main">asGraphDef</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:addGraphDef" target="main">addGraphDef</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:opName" target="main">opName</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:opAttr" target="main">opAttr</a></p></div><h1>Tensor</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="TensorFlow-Core.html#t:ControlNode" target="main">ControlNode</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="TensorFlow-Core.html#t:Tensor" target="main">Tensor</a> v a</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="TensorFlow-Core.html#t:Value" target="main">Value</a> a</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="TensorFlow-Core.html#t:Ref" target="main">Ref</a> a</p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:value" target="main">value</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:tensorFromName" target="main">tensorFromName</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:expr" target="main">expr</a></p></div><h2>Element types</h2><div class="top"><p class="src"><span class="keyword">class</span> <a href="TensorFlow-Core.html#t:TensorType" target="main">TensorType</a> a</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="TensorFlow-Core.html#t:TensorData" target="main">TensorData</a> a</p></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="TensorFlow-Core.html#t:TensorDataType" target="main">TensorDataType</a> s a</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="TensorFlow-Core.html#t:Scalar" target="main">Scalar</a> a</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="TensorFlow-Core.html#t:Shape" target="main">Shape</a></p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="TensorFlow-Core.html#t:OneOf" target="main">OneOf</a> ts a</p></div><div class="top"><p class="src"><span class="keyword">type family</span> a <a href="#t:-47--61-">/=</a> b :: <a href="../base-4.8.2.0/GHC-Exts.html#t:Constraint">Constraint</a></p></div><h1>Op combinators</h1><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:colocateWith" target="main">colocateWith</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="TensorFlow-Core.html#t:Device" target="main">Device</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:withDevice" target="main">withDevice</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:withNameScope" target="main">withNameScope</a></p></div><h2>Dependencies</h2><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:withControlDependencies" target="main">withControlDependencies</a></p></div><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:group" target="main">group</a></p></div><h2>Misc</h2><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:noOp" target="main">noOp</a></p></div></div></body></html>