History log of /external/tensorflow/tensorflow/python/util/all_util.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8e5041918f2e709ded94e63fb1779d6bb363becb 21-Apr-2017 Charles Nicholson <nicholsonc@google.com> Introduce TFDecorator, a base class for Python TensorFlow decorators. Provides basic introspection and "unwrap" services, allowing tooling code to fully 'understand' the wrapped object.
Change: 153854044
/external/tensorflow/tensorflow/python/util/all_util.py
2691c1260f792e85a40f598809e84aa60d19e227 08-Jan-2017 Martin Wicke <wicke@google.com> Fix a bad comment.
Change: 143889993
/external/tensorflow/tensorflow/python/util/all_util.py
5563229b5b45917cd8155bc47a8356af90fb20a2 16-Sep-2016 Patrick Nguyen <drpng@google.com> Remove undocumented symbols from the main tensorflow module.

This is a more robust way to remove symbols than using
__all__. This also adds all caps in addition to "dunder"
versions: both tf.__git_version__ and tf.GIT_VERSION exist.
Change: 133336857
/external/tensorflow/tensorflow/python/util/all_util.py
0cf9ed3a719c0782695154d5a0bca260001cec15 02-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Update copyright for 3p/tf/python.
Change: 123900456
/external/tensorflow/tensorflow/python/util/all_util.py
31757e11afd319639c1da9c19ca367d51dcd1940 03-Mar-2016 A. Unique TensorFlower <nobody@tensorflow.org> Only expose documented symbols from the tf package, plus current whitelisted
exceptions.

Qualified names removed by this change:
tf.DESCRIPTOR
tf.absolute_import
tf.division
tf.print_function
tf.xrange
Change: 116268941
/external/tensorflow/tensorflow/python/util/all_util.py
64017d18a9b7d2d2b1d39392bf925cd57bdf6fc9 02-Mar-2016 A. Unique TensorFlower <nobody@tensorflow.org> Make the image, nn, and train packages only expose documented symbols.
Change: 116070650
/external/tensorflow/tensorflow/python/util/all_util.py
18297126c0bc13c7045841f5a7a99f3da68176f4 10-Feb-2016 Geoffrey Irving <geoffreyi@google.com> Fix tf.test for PEP-8 and document

tf.test now has appropriate snake case function names (get_temp_dir and
is_built_with_cuda) and has normal toplevel module documentation.

Also fix a bug in make_all.
Change: 114351269
/external/tensorflow/tensorflow/python/util/all_util.py
877fcd1a113797a1c5847dd5fdbef7868addded0 21-Jan-2016 Geoffrey Irving <geoffreyi@google.com> Prepare to hide tf.tensor_util

1. There is a new tf.unsupported module to hold things which some people use
but which we don't yet support.

2. tf.tensor_util.ConstantValue is now tf.unsupported.constant_value. Most
users use this, but tf.tensor_util.ConstantValue is still available; it
will be removed in a following commit.

3. tensor_util.MakeTensorShapeProto is now make_tensor_shape_proto. It looks
like all users of this access the tensor_util module directly (not through
tf), so for now it is not in unsupported.

This commit does not remove tensor_util from tf.__all__; a few more downstream
users must be changed before that can happen.
Change: 112626961
/external/tensorflow/tensorflow/python/util/all_util.py