aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/tensor_util.py
Commit message (Expand)AuthorAge
* Update `make_tensor_proto` docs to reference public symbol for `make_ndarray`.Gravatar Tom Hennigan2018-09-05
* Fix typo in docstring of is_tensorGravatar Áron Ricardo Perez-Lopez2018-07-30
* Merge pull request #19533 from yongtang:19180-bfloat16Gravatar TensorFlower Gardener2018-07-25
|\
* | Add support for `is_tensor_like` property to DistributedValues and add suppor...Gravatar Anjali Sridhar2018-07-22
| * Pylint fix.Gravatar Yong Tang2018-05-24
| * Update tensorflow/python/framework/tensor_util.pyGravatar Yong Tang2018-05-24
|/
* Add `AppendFloat16ArrayToTensorProto` to acclerate `tf.constant` for float16 ...Gravatar Yan Facai (颜发才)2018-05-15
* Improvements to ResourceVariable + Variant code.Gravatar Eugene Brevdo2018-04-06
* Lazily evaluate shapes with the C API enabled.Gravatar Skye Wanderman-Milne2018-04-05
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Use half_val instead of int_val to get the bfloat16 tensor value in MakeNdarray.Gravatar A. Unique TensorFlower2018-02-28
* Automated g4 rollback of changelist 186018787Gravatar Reed Wanderman-Milne2018-02-16
* Automated g4 rollback of changelist 185927310Gravatar Reed Wanderman-Milne2018-02-16
* Use np.frombuffer instead of np.fromstring to avoid DeprecationWarning.Gravatar Reed Wanderman-Milne2018-02-15
* Add C0301 line-too-long error to pylint sanity check.Gravatar Yifei Feng2018-01-26
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-23
* Enable bfloat16 use from Python:Gravatar Peter Hawkins2017-12-04
* Adding support for `tf.SparseTensorValue` and `tf.SparseTensor` as inputs and...Gravatar Jiri Simsa2017-11-28
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Add bitwise LeftShift (aka. tf.bitwise.left_shift) and RightShift (tf.bitwise...Gravatar Peter Hawkins2017-10-17
* 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
* Add a Cython build dependency, start using some Cython tensor utilitiesGravatar Allen Lavoie2017-10-05
* Fix incorrect tensor_util.constant_value results for Pack ops with axis != 0.Gravatar RJ Ryan2017-09-25
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Resurrects autograd-free eager gradients.Gravatar Alexandre Passos2017-09-12
* 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
* Fix bug with second derivatives in eager mode.Gravatar Alexandre Passos2017-08-29
* Add ability for constant_op to accept encoded Variant tensors.Gravatar Eugene Brevdo2017-08-21
* Removes forced function definition for eager gradients.Gravatar Alexandre Passos2017-08-16
* Make tf.ResourceVariable, tf.constant_op, tf.identity, tf.colocate_with,Gravatar A. Unique TensorFlower2017-08-14
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* 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 A. Unique TensorFlower2017-04-04
* Move some asserts and other code from contrib.framework to core.Gravatar Eugene Brevdo2017-03-29
* Improve error message when converting unconvertable lists of objects to Tensor.Gravatar Vijay Vasudevan2017-03-29
* Enables all optimizers for dense resource variables.Gravatar A. Unique TensorFlower2017-01-27
* Fix issues with shape inference during graph import.Gravatar Pete Warden2017-01-13
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Add concat_v2 to array_ops.py. Also, add gradient support for concat_v2 op.Gravatar A. Unique TensorFlower2016-11-21
* Change constant_value for rank to return a scalar ndarray insteadGravatar A. Unique TensorFlower2016-11-15
* Support the conversion of tuples of strings to tensors.Gravatar Derek Murray2016-10-10
* When calling C++ shape functions from python shape functions,Gravatar A. Unique TensorFlower2016-09-07
* 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