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

1 line
412 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.Event</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.Event.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.Event</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:Event">Event</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:Event-39-What">Event'What</a><ul class="subs"><li>= <a href="#v:Event-39-FileVersion">Event'FileVersion</a> !<a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></li><li>| <a href="#v:Event-39-GraphDef">Event'GraphDef</a> !<a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></li><li>| <a href="#v:Event-39-Summary">Event'Summary</a> !<a href="Proto-Tensorflow-Core-Framework-Summary.html#t:Summary" title="Proto.Tensorflow.Core.Framework.Summary">Summary</a></li><li>| <a href="#v:Event-39-LogMessage">Event'LogMessage</a> !<a href="Proto-Tensorflow-Core-Util-Event.html#t:LogMessage" title="Proto.Tensorflow.Core.Util.Event">LogMessage</a></li><li>| <a href="#v:Event-39-SessionLog">Event'SessionLog</a> !<a href="Proto-Tensorflow-Core-Util-Event.html#t:SessionLog" title="Proto.Tensorflow.Core.Util.Event">SessionLog</a></li><li>| <a href="#v:Event-39-TaggedRunMetadata">Event'TaggedRunMetadata</a> !<a href="Proto-Tensorflow-Core-Util-Event.html#t:TaggedRunMetadata" title="Proto.Tensorflow.Core.Util.Event">TaggedRunMetadata</a></li><li>| <a href="#v:Event-39-MetaGraphDef">Event'MetaGraphDef</a> !<a href="../bytestring-0.10.10.1/Data-ByteString.html#t:ByteString" title="Data.ByteString">ByteString</a></li></ul></li><li class="src short"><a href="#v:_Event-39-FileVersion">_Event'FileVersion</a> :: Prism' <a href="Proto-Tensorflow-Core-Util-Event.html#t:Event-39-What" title="Proto.Tensorflow.Core.Util.Event">Event'What</a> <a href="../text-1.2.4.0/Data-Text.html#t:Text" title="Data.Text">Text</a></li><li class="src short"><a href="#v:_Event-39-GraphDef">_Event'GraphDef</a> :: Prism' <a href="Proto-Tensorflow-Core-Util-Event.html#t:Event-39-What" title="Proto.Tensorflow.Core.Util.Event">Event'What</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:_Event-39-Summary">_Event'Summary</a> :: Prism' <a href="Proto-Tensorflow-Core-Util-Event.html#t:Event-39-What" title="Proto.Tensorflow.Core.Util.Event">Event'What</a> <a href="Proto-Tensorflow-Core-Framework-Summary.html#t:Summary" title="Proto.Tensorflow.Core.Framework.Summary">Summary</a></li><li class="src short"><a href="#v:_Event-39-LogMessage">_Event'LogMessage</a> :: Prism' <a href=