aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/tensor_util_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Do not pass raw binary data into text_format.Parse; use raw stringsGravatar A. Unique TensorFlower2018-07-10
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Use half_val instead of int_val to get the bfloat16 tensor value in MakeNdarray.Gravatar A. Unique TensorFlower2018-02-28
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Automated g4 rollback of changelist 186018787Gravatar Reed Wanderman-Milne2018-02-16
* Delete trailing whitespace in Python codeGravatar A. Unique TensorFlower2017-11-27
* Make tensor_util.constant_value_as_shape compatible with Eager modeGravatar Akshay Agrawal2017-10-17
* Respect __array__ and __array_interface__ for string typesGravatar Mark Daoust2017-10-16
* Fix incorrect tensor_util.constant_value results for Pack ops with axis != 0.Gravatar RJ Ryan2017-09-25
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-06
* Add support for equal() and not_equal() to tf.contrib.util.constant_value().Gravatar A. Unique TensorFlower2017-08-29
* Changed tf.pad to now support partial unknown shapes so instead of having sha...Gravatar A. Unique TensorFlower2017-08-04
* Extend static shape inference for SparseTensors with dense_shapes constructed...Gravatar A. Unique TensorFlower2017-07-06
* Bug fix: zeros_like(x) does not depend on x if its shape is fully defined.Gravatar Eugene Brevdo2017-04-13
* Merge changes from github.Gravatar Rohan Jain2017-04-07
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
* Improve error message when converting unconvertable lists of objects to Tensor.Gravatar Vijay Vasudevan2017-03-29
* Merge changes from github.Gravatar Patrick Nguyen2017-01-12
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Change constant_value for rank to return a scalar ndarray insteadGravatar A. Unique TensorFlower2016-11-15
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
* Switch callers of tf.pack and tf.unpack to call tf.stack and tf.unstack instead.Gravatar A. Unique TensorFlower2016-11-03
* Support the conversion of tuples of strings to tensors.Gravatar Derek Murray2016-10-10
* Added support for 16 bit float to the MakeNdarray functionGravatar Benoit Steiner2016-09-01
* Improve shape inference for `tf.slice()`.Gravatar Derek Murray2016-08-08
* Extract shape information and encode it as constants. This improves the step ...Gravatar Benoit Steiner2016-08-08
* Add partial shape inference for values that are used as shapes.Gravatar Derek Murray2016-06-25
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Enables feeding/fetching quint16 and qint16.Gravatar A. Unique TensorFlower2016-05-12
* Handle large integer scalars properly.Gravatar A. Unique TensorFlower2016-04-27
* In tensor_util.py, serialize quantized int values using tensor content, insteadGravatar A. Unique TensorFlower2016-04-21
* Added quantized type testing to tensor creation.Gravatar Pete Warden2016-04-17
* Rollforward of "Merge changes from github."Gravatar Geoffrey Irving2016-03-16
* Rollback of: "Merge changes from github."Gravatar Vijay Vasudevan2016-03-16
* Merge changes from github.Gravatar Martin Wicke2016-03-16
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Remove tf.tensor_util and change tf.unsupported to tf.contrib.utilGravatar Geoffrey Irving2016-02-08
* Adds UINT16 type to TensorFlow.Gravatar A. Unique TensorFlower2016-01-25
* Replace make_tensor_shape_proto with TensorShape.as_protoGravatar Geoffrey Irving2016-01-25
* Prepare to hide tf.tensor_utilGravatar Geoffrey Irving2016-01-20
* Implement `tensor_util.ConstantValue()` support for `tf.concat()`.Gravatar Derek Murray2015-12-15
* TensorFlow: merge changes from internalGravatar Vijay Vasudevan2015-12-11
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-01
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11