1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-25 22:18:34 +02:00
tensorflow-haskell/docs/haddock/tensorflow-0.1.0.2/mini_TensorFlow-Core.html

4 lines
6.9 KiB
HTML
Raw Normal View History

2017-10-20 05:56:38 +02:00
<!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 src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</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">type</span> <a href="TensorFlow-Core.html#t:Session" target="main">Session</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><div class="top"><p class="src"><a href="TensorFlow-Core.html#v:addInitializer" target="main">addInitializer</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">tensorFromNa