1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-18 10:38:35 +02:00
tensorflow-haskell/docs/haddock/tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Util-TestLog.html

1 line
524 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Proto.Tensorflow.Core.Util.TestLog</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">tensorflow-proto-0.3.0.0: TensorFlow protocol buffers.</span><ul class="links" id="page-menu"><li><a href="src/Proto.Tensorflow.Core.Util.TestLog.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Proto.Tensorflow.Core.Util.TestLog</p></div><div id="synopsis"><details id="syn"><summary>Synopsis</summary><ul class="details-toggle" data-details-id="syn"><li class="src short"><span class="keyword">data</span> <a href="#t:AvailableDeviceInfo">AvailableDeviceInfo</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:BenchmarkEntries">BenchmarkEntries</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:BenchmarkEntry">BenchmarkEntry</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:BenchmarkEntry-39-ExtrasEntry">BenchmarkEntry'ExtrasEntry</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:BuildConfiguration">BuildConfiguration</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:CPUInfo">CPUInfo</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:CPUInfo-39-CacheSizeEntry">CPUInfo'CacheSizeEntry</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:CommitId">CommitId</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:CommitId-39-Kind">CommitId'Kind</a><ul class="subs"><li>= <a href="#v:CommitId-39-Changelist">CommitId'Changelist</a> !<a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a></li><li>| <a href="#v:CommitId-39-Hash">CommitId'Hash</a> !<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></li></ul></li><li class="src short"><a href="#v:_CommitId-39-Changelist">_CommitId'Changelist</a> :: Prism' <a href="Proto-Tensorflow-Core-Util-TestLog.html#t:CommitId-39-Kind" title="Proto.Tensorflow.Core.Util.TestLog">CommitId'Kind</a> <a href="../base-4.13.0.0/Data-Int.html#t:Int64" title="Data.Int">Int64</a></li><li class="src short"><a href="#v:_CommitId-39-Hash">_CommitId'Hash</a> :: Prism' <a href="Proto-Tensorflow-Core-Util-TestLog.html#t:CommitId-39-Kind" title="Proto.Tensorflow.Core.Util.TestLog">CommitId'Kind</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:EntryValue">EntryValue</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:EntryValue-39-Kind">EntryValue'Kind</a><ul class="subs"><li>= <a href="#v:EntryValue-39-DoubleValue">EntryValue'DoubleValue</a> !<a href="../base-4.13.0.0/Prelude.html#t:Double" title="Prelude">Double</a></li><li>| <a href="#v:EntryValue-39-StringValue">EntryValue'StringValue</a> !<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></li></ul></li><li class="src short"><a href="#v:_Entry