aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/ops.py
Commit message (Expand)AuthorAge
* Removes need for expected_shape in Variable() constructor.Gravatar A. Unique TensorFlower2016-12-07
* Replace using of tf.contrib.deprecated.merge_all_summaries with tf.summary.me...Gravatar Dan Mané2016-12-01
* Migrate tf summary ops to use tf.contrib.deprecated endpoints.Gravatar Dan Mané2016-11-30
* Internal change:Gravatar Eugene Brevdo2016-11-23
* No longer expose the as_ref argument from convert_to_tensor and friends.Gravatar A. Unique TensorFlower2016-11-21
* Remove tf.RegisterShape from public API. No longer needed sinceGravatar Vijay Vasudevan2016-11-21
* Automated rollback of change 138583261Gravatar Jonathan Hseu2016-11-18
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Some clean up in prepration for removing RegisterShape from python API.Gravatar Vijay Vasudevan2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Adding merged evaluation module.Gravatar Nathan Silberman2016-11-16
* Make the python default for shape fn be call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-11-14
* Rename tf.Tensor to tf.OutputGravatar Jonathan Hseu2016-11-08
* Replace usages all_variables -> global_variables, GraphKeys.VARIABLES -> Grap...Gravatar Illia Polosukhin2016-11-04
* Removed newline char in logs.Gravatar A. Unique TensorFlower2016-11-03
* Making simple gradient descent work with resource variables.Gravatar A. Unique TensorFlower2016-11-03
* Renamed:Gravatar Illia Polosukhin2016-11-03
* Move SparseTensor into its own framework.py, add get_shape().Gravatar Eugene Brevdo2016-11-01
* Remove weight_parameters from OpStats and graph_metrics.Gravatar A. Unique TensorFlower2016-11-01
* Add better error messaging for passing a non-SparseTensor arg toGravatar A. Unique TensorFlower2016-11-01
* Automated rollback of change 137740850Gravatar A. Unique TensorFlower2016-10-31
* Automated rollback of change 137731142Gravatar A. Unique TensorFlower2016-10-31
* Adds functionality for shape inference and dtype checking of variable-based r...Gravatar A. Unique TensorFlower2016-10-31
* Added missing call to strip_scope_name for WhileContext frames.Gravatar Sherry Moore2016-10-28
* Automatically add the operations used for training to the 'train_op' collectionGravatar Benoit Steiner2016-10-26
* Added ability to export, import and copy a scoped meta graph.Gravatar Sherry Moore2016-10-20
* Merge changes from github.Gravatar Patrick Nguyen2016-10-20
* Utility functions to use handles, and tests.Gravatar A. Unique TensorFlower2016-10-19
* Added _unsafed_unfinalize() function to do the opposite of finalize().Gravatar Sherry Moore2016-10-13
* Improving the error message of the tf.Tensor.__bool__ call to explain a bitGravatar A. Unique TensorFlower2016-10-11
* Add syntax highlighting and fix some lists in docs.Gravatar Patrick Nguyen2016-09-28
* Supports capturing tensors from outside of a Defun.Gravatar A. Unique TensorFlower2016-09-27
* Add an experimental tf.Graph._attr_scope() that can be used to tag nodes with...Gravatar A. Unique TensorFlower2016-09-15
* Added to_proto and from_proto for CondContext and WhileContext.Gravatar Sherry Moore2016-09-13
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09
* Removes a few limitation of Defun:Gravatar A. Unique TensorFlower2016-09-08
* Change shape ops that produce int32s to also output int64s in the typeGravatar Vijay Vasudevan2016-09-06
* Remove the use of weakref in the default session stack.Gravatar Derek Murray2016-08-31
* Split NodeDef out of graph.proto into node_def.proto. Needed so weGravatar A. Unique TensorFlower2016-08-22
* Merge changes from github.Gravatar Benoit Steiner2016-08-18
* Expanding on descriptions and examples for indices, values, and shape argumentsGravatar A. Unique TensorFlower2016-08-18
* Avoid some unnecessary locks when the graph is finalized.Gravatar A. Unique TensorFlower2016-08-16
* Adds a ready_for_local_init_op to SessionManager and Supervisor.Gravatar A. Unique TensorFlower2016-08-13
* Change Saver to support checkpointing ops other than Variables.Gravatar A. Unique TensorFlower2016-08-10
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* Create a type alias "Output" for "Tensor". Plan is toGravatar A. Unique TensorFlower2016-07-29
* Adds python_grad_func argument to function.Defun.Gravatar A. Unique TensorFlower2016-07-23
* A few debugging-related tweaksGravatar Geoffrey Irving2016-07-20
* s/Tensorflow/TensorFlow. A losing battle :)Gravatar Vijay Vasudevan2016-07-13
* Validate the argument to `tf.name_scope()` and fix bug in op name validation.Gravatar Derek Murray2016-07-01