tensorflow-haskell/docs/haddock/tensorflow-mnist-0.1.0.1/TensorFlow-Examples-MNIST-T...

1 line
4.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>TensorFlow.Examples.MNIST.TrainedGraph</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">tensorflow-mnist-0.1.0.1: TensorFlow demo application for learning MNIST model.</span><ul class="links" id="page-menu"><li><a href="src/TensorFlow.Examples.MNIST.TrainedGraph.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">TensorFlow.Examples.MNIST.TrainedGraph</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Paths to test helper files.</p></div></div><div id="synopsis"><details id="syn"><summary>Synopsis</summary><ul class="details-toggle" data-details-id="syn"><li class="src short"><a href="#v:mnistPb">mnistPb</a> :: <a href="../base-4.13.0.0/System-IO.html#t:IO" title="System.IO">IO</a> <a href="../base-4.13.0.0/System-IO.html#t:FilePath" title="System.IO">FilePath</a></li><li class="src short"><a href="#v:wtsCkpt">wtsCkpt</a> :: <a href="../base-4.13.0.0/System-IO.html#t:IO" title="System.IO">IO</a> <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></li><li class="src short"><a href="#v:biasCkpt">biasCkpt</a> :: <a href="../base-4.13.0.0/System-IO.html#t:IO" title="System.IO">IO</a> <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></li></ul></details></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:mnistPb" class="def">mnistPb</a> :: <a href="../base-4.13.0.0/System-IO.html#t:IO" title="System.IO">IO</a> <a href="../base-4.13.0.0/System-IO.html#t:FilePath" title="System.IO">FilePath</a> <a href="src/TensorFlow.Examples.MNIST.TrainedGraph.html#mnistPb" class="link">Source</a> <a href="#v:mnistPb" class="selflink">#</a></p><div class="doc"><p>File containing a Tensorflow serialized proto of MNIST.</p></div></div><div class="top"><p class="src"><a id="v:wtsCkpt" class="def">wtsCkpt</a> :: <a href="../base-4.13.0.0/System-IO.html#t:IO" title="System.IO">IO</a> <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a> <a href="src/TensorFlow.Examples.MNIST.TrainedGraph.html#wtsCkpt" class="link">Source</a> <a href="#v:wtsCkpt" class="selflink">#</a></p><div class="doc"><p>Files containing pre-trained weights for MNIST.</p></div></div><div class="top"><p class="src"><a id="v:biasCkpt" class="def">biasCkpt</a> :: <a href="../base-4.13.0.0/System-IO.html#t:IO" title="System.IO">IO</a> <a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a> <a href="src/TensorFlow.Examples.MNIST.TrainedGraph.html#biasCkpt" class="link">Source</a> <a href="#v:biasCkpt" class="selflink">#</a></p><div class="doc"><p>Files containing pre-trained weights for MNIST.</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.23.0</p></div></body></html>