History log of /external/tensorflow/tensorflow/contrib/util/__init__.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dc00fe6cf27c59fc78783735375a05ff720333f4 24-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> Update module docstrings to (consistently) link to the guide in the
body instead of the title (consistently). Also fix some malformed
@{$...} references and titles starting with "##".
Change: 148476930
/external/tensorflow/tensorflow/contrib/util/__init__.py
d065a5d984794a0e59bc1787010ef4b911d4ef89 14-Feb-2017 Andrew Selle <aselle@google.com> Link docstrings to module guides and remove redundant text.
Change: 147402322
/external/tensorflow/tensorflow/contrib/util/__init__.py
cb45a7d952ee126efe43ef1b2c08fb3503e2f6bd 30-Jan-2017 Martin Wicke <wicke@google.com> Seal contrib interfaces (as much a feasible). If you were using a symbol which is now hidden, it should be added to the _allowed_symbols list in the appropriate __init__.py file.
Change: 145943844
/external/tensorflow/tensorflow/contrib/util/__init__.py
752c24070f890519729e1c8f4c562dd25b9e98bd 07-Oct-2016 Eugene Brevdo <ebrevdo@google.com> Allow writing the MetaGraphDef to an event summary.

Supervisor and graph_actions now do this by default if saving a graph is requested.

TensorBoard can now fall back to using the MetaGraphDef if the GraphDef is not
available in the Event.

Other changes include:
* factor out metagraph code from training.saver to framework.meta_graph
* update the summary writer, session hooks, and supervisor to support these new summaries
Change: 135424442
/external/tensorflow/tensorflow/contrib/util/__init__.py
122cdce33e3e0a01a7f82645617317530aa571fb 02-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Update copyright for 3p/tf.
Change: 123901292
/external/tensorflow/tensorflow/contrib/util/__init__.py
d7ad1e72c2d0a4f5e3f568fddb62bcd3332e6c29 17-May-2016 Josh Levenberg <josh11b@tensorflow.org> Oops, did not properly include docs for ops_used_by_graph_def function.
Change: 122476458
/external/tensorflow/tensorflow/contrib/util/__init__.py
ec4d8840a5b42a2d88cef732b2c7f3e9f1e4b18d 29-Apr-2016 Josh Levenberg <josh11b@tensorflow.org> Add function ops_used_by_graph_def(), with the functionality of
stripped_op_list_for_graph() except it returns string names instead
of OpDefs.
Change: 121128648
/external/tensorflow/tensorflow/contrib/util/__init__.py
60a315e352756fe6d42a20d806e1d9a8676fdf60 03-Mar-2016 A. Unique TensorFlower <nobody@tensorflow.org> Make the contrib.layers, contrib.util, and python_io packages only expose
documented symbols.

These names are removed:
tf.contrib.layers.initializers
tf.contrib.layers.layers
tf.contrib.layers.loss_ops
tf.contrib.layers.python
tf.contrib.layers.regularizers
tf.contrib.layers.summaries
tf.errors.OpError
tf.errors.error_codes_pb2
tf.errors.traceback
tf.errors.warnings
tf.python_io.compat
tf.python_io.pywrap_tensorflow
Change: 116190055
/external/tensorflow/tensorflow/contrib/util/__init__.py
9d8ea873db7246656c21f5860b53e34f14dd2841 02-Mar-2016 Geoffrey Irving <geoffreyi@google.com> Expose tf.contrib.util.stripped_op_list_for_graph

C++ and Python use two different op registries, and in rare cases they can
actually be different. Thus, we need both functions available.

Also fix both Python and C++ to handle arbitrarily nested functions.
Change: 116142089
/external/tensorflow/tensorflow/contrib/util/__init__.py
c1d385d01924cf02e81adabbdec575c100b14f59 01-Mar-2016 Geoffrey Irving <geoffreyi@google.com> Expose tf.contrib.util.stripped_op_list_for_graph

C++ and Python use two different op registries, and in rare cases they can
actually be different. Thus, we need both functions available.

Also fix both Python and C++ to handle arbitrarily nested functions.
Change: 115918836
/external/tensorflow/tensorflow/contrib/util/__init__.py
d4b17f62fa09a10869d0f5d70e5afde833b23f0f 01-Mar-2016 Geoffrey Irving <geoffreyi@google.com> Expose tf.contrib.util.stripped_op_list_for_graph

C++ and Python use two different op registries, and in rare cases they can
actually be different. Thus, we need both functions available.

Also fix both Python and C++ to handle arbitrarily nested functions.
Change: 115915068
/external/tensorflow/tensorflow/contrib/util/__init__.py
52c73af0b029f69b5435fec4c8e6ff68f6bda4fd 27-Feb-2016 Vijay Vasudevan <vrv@google.com> TensorFlow: add 'make_ndarray' to contrib/util
Change: 115722090
/external/tensorflow/tensorflow/contrib/util/__init__.py
fe056f0b5e52db86766761f5e6446a89c1aa3938 17-Feb-2016 Vijay Vasudevan <vrv@google.com> Merge changes from github.
Change: 114882676
/external/tensorflow/tensorflow/contrib/util/__init__.py
d797048c6e78d45b22bff31e96bfaaf36780087a 08-Feb-2016 Geoffrey Irving <geoffreyi@google.com> Remove tf.tensor_util and change tf.unsupported to tf.contrib.util

tf.tensor_util was already not public (not documented), now it is not part of
tf.__all__. The one function that was in tf.unsupported is now
tf.contrib.util.constant_value, and there is also
tf.contrib.util.make_tensor_proto.
Change: 114118183
/external/tensorflow/tensorflow/contrib/util/__init__.py