aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/constant_op.py
Commit message (Expand)AuthorAge
* Allow creating a py EagerTensor that shares the underlying TensorHandle.Gravatar Akshay Modi2018-09-05
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Add documentation clarifying the differences between tf.fill and tf.constant.Gravatar A. Unique TensorFlower2018-08-16
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-23
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-21
* Automated g4 rollback of changelist 179735577Gravatar Anna R2017-12-20
* Implements the fill op for int64 indices.Gravatar Alexandre Passos2017-12-20
* Do not create dtype objects in the eager hot path for execution, use enumsGravatar Alexandre Passos2017-11-14
* tf.constant takes numpy dtypes in eager mode as wellGravatar Alexandre Passos2017-10-23
* Replace as_gpu_tensor and as_cpu_tensor to gpu and cpuGravatar A. Unique TensorFlower2017-10-18
* Optimize gradients for MeanGravatar A. Unique TensorFlower2017-10-11
* Move EagerTensor from python to C.Gravatar A. Unique TensorFlower2017-09-30
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Pass around the eager context object instead of getting itGravatar A. Unique TensorFlower2017-09-19
* Make Saver work with GPU variables in Eager mode.Gravatar A. Unique TensorFlower2017-09-14
* Resurrects autograd-free eager gradients.Gravatar Alexandre Passos2017-09-12
* Scope the scalar cache in the context.Gravatar Alexandre Passos2017-09-08
* Delete some unnecessary code.Gravatar A. Unique TensorFlower2017-09-08
* Cache per-device scalars when creating eager tensors, to reduce number of DMA...Gravatar Alexandre Passos2017-09-07
* Deletes convert_n_to_eager_tensor. Moves convert_to_eager_tensor to constant_op.Gravatar Alexandre Passos2017-08-18
* Make tf.ResourceVariable, tf.constant_op, tf.identity, tf.colocate_with,Gravatar A. Unique TensorFlower2017-08-14
* Add only string constants to ASSET_FILEPATHS collection.Gravatar David Soergel2017-06-06
* In python function to convert a shape to a tensor, support converting toGravatar A. Unique TensorFlower2017-04-17
* Fix link in `constant_op.py`.Gravatar Mark Daoust2017-03-17
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* TASK 1. Python module doc stringsGravatar A. Unique TensorFlower2017-02-13
* Add tf.random_poisson(shape, lam) to tf core.Gravatar A. Unique TensorFlower2017-02-07
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Remove unneeded call_cpp_shape_fn call, since it is now the default.Gravatar Vijay Vasudevan2016-11-14
* Switch Const to call_cpp_shape_fn, but still do work in python to avoid seria...Gravatar Vijay Vasudevan2016-11-11
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Add random_gamma to constant_op.py to match ops/constant_op.py.Gravatar A. Unique TensorFlower2016-06-14
* Execute TODOs toGravatar Olivia Nordquist2016-06-14