1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-01 18:43:36 +02:00
tensorflow-haskell/docs/haddock/tensorflow-proto-0.3.0.0/Proto-Tensorflow-Core-Protobuf-SavedObjectGraph.html

1 line
422 KiB
HTML
Raw 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.Protobuf.SavedObjectGraph</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.Protobuf.SavedObjectGraph.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.Protobuf.SavedObjectGraph</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:FunctionSpec">FunctionSpec</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:SaveableObject">SaveableObject</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:SavedAsset">SavedAsset</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:SavedBareConcreteFunction">SavedBareConcreteFunction</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:SavedConcreteFunction">SavedConcreteFunction</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:SavedConstant">SavedConstant</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:SavedFunction">SavedFunction</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:SavedObject">SavedObject</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:SavedObject-39-Kind">SavedObject'Kind</a><ul class="subs"><li>= <a href="#v:SavedObject-39-UserObject">SavedObject'UserObject</a> !<a href="Proto-Tensorflow-Core-Protobuf-SavedObjectGraph.html#t:SavedUserObject" title="Proto.Tensorflow.Core.Protobuf.SavedObjectGraph">SavedUserObject</a></li><li>| <a href="#v:SavedObject-39-Asset">SavedObject'Asset</a> !<a href="Proto-Tensorflow-Core-Protobuf-SavedObjectGraph.html#t:SavedAsset" title="Proto.Tensorflow.Core.Protobuf.SavedObjectGraph">SavedAsset</a></li><li>| <a href="#v:SavedObject-39-Function">SavedObject'Function</a> !<a href="Proto-Tensorflow-Core-Protobuf-SavedObjectGraph.html#t:SavedFunction" title="Proto.Tensorflow.Core.Protobuf.SavedObjectGraph">SavedFunction</a></li><li>| <a href="#v:SavedObject-39-Variable">SavedObject'Variable</a> !<a href="Proto-Tensorflow-Core-Protobuf-SavedObjectGraph.html#t:SavedVariable" title="Proto.Tensorflow.Core.Protobuf.SavedObjectGraph">SavedVariable</a></li><li>| <a href="#v:SavedObject-39-BareConcreteFunction">SavedObject'BareConcreteFunction</a> !<a href="Proto-Tensorflow-Core-Protobuf-SavedObjectGraph.html#t:SavedBareConcreteFunction" title="Proto.Tensorflow.Core.Protobuf.SavedObjectGraph">SavedBareConcreteFunction</a></li><li>| <a href="#v:SavedObject-39-Constant">SavedObject'Constant</a> !<a href="Proto-Tensorflow-Core-Protobuf-SavedObjectGraph.html#t:SavedConstant" title="Proto.Tensorflow.Core.Protobuf.SavedObjectGraph">SavedConstant</a></li><li>| <a href="#v:SavedObject-39-Resource">Save