aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/__init__.py
Commit message (Expand)AuthorAge
...
* Improve error message during ImportError.Gravatar Vijay Vasudevan2017-01-06
* Seal tf.losses.Gravatar Patrick Nguyen2016-12-28
* Add a small documentation blurb to __import__.py describing steps for adding ...Gravatar A. Unique TensorFlower2016-12-22
* Automated rollback of change 142681535Gravatar A. Unique TensorFlower2016-12-21
* Adding BigQuery Reader OP.Gravatar A. Unique TensorFlower2016-12-21
* Force fix documentation causing open source blocks.Gravatar Andrew Selle2016-12-06
* Moves most metrics from contrib into core.Gravatar A. Unique TensorFlower2016-12-02
* Moves tf.contrib.losses into core, with changes.Gravatar A. Unique TensorFlower2016-12-02
* Moves metrics/sets and tensor_util.convert_to_tensor_or_sparse_tensor from co...Gravatar A. Unique TensorFlower2016-12-01
* Seal the tf.layers interface.Gravatar Patrick Nguyen2016-11-29
* Introduce the FullyConnected layer class and functional wrapper.Gravatar A. Unique TensorFlower2016-11-23
* Removes the _ref dtypes from the public list.Gravatar A. Unique TensorFlower2016-11-15
* Update doc to use numpy name (tf.sub -> tf.subtract).Gravatar Patrick Nguyen2016-11-12
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Remove uses and deprecate listdiff (use setdiff1d)Gravatar Andrew Selle2016-11-08
* Expose tf.graph_util explicitly and seal its interface.Gravatar Patrick Nguyen2016-11-04
* Utility functions to use handles, and tests.Gravatar A. Unique TensorFlower2016-10-19
* Seal tf.resource_loader's interface.Gravatar Patrick Nguyen2016-10-18
* Adds a resource reference dtype to TF.Gravatar A. Unique TensorFlower2016-10-14
* Modify pywrap_tensorflow loading to support other platforms.Gravatar Derek Murray2016-09-29
* Move initialize_all_tables to Variables documentation.Gravatar Patrick Nguyen2016-09-28
* Move SDCA optimizer kernels to core.Gravatar A. Unique TensorFlower2016-09-27
* Move user_ops to the right section of the whitelist.Gravatar Patrick Nguyen2016-09-21
* Remove tf.bytes from tensorflow interface.Gravatar Patrick Nguyen2016-09-21
* Seal compat's interface.Gravatar Patrick Nguyen2016-09-21
* Reduce "big bang" burden on tensorflow upgrades.Gravatar Patrick Nguyen2016-09-21
* Reference math_ops symbols in the documentation and remove from whitelist.Gravatar Patrick Nguyen2016-09-21
* Reference py_func in script_ops and remove from whitelist.Gravatar Patrick Nguyen2016-09-21
* Reference array_ops symbols in the documentation and remove from whitelist.Gravatar Patrick Nguyen2016-09-21
* Reference state_ops symbols in the documentation and remove from whitelist.Gravatar Patrick Nguyen2016-09-21
* Remove undocumented symbols from the main tensorflow module.Gravatar Patrick Nguyen2016-09-15
* Include sha hash in python variable __version__Gravatar Andrew Selle2016-09-06
* Load the `tf.contrib` module on demand only.Gravatar Derek Murray2016-08-25
* Split NodeDef out of graph.proto into node_def.proto. Needed so weGravatar A. Unique TensorFlower2016-08-22
* Extend the TensorFlow summary system to support logging arbitrary Tensors.Gravatar Dan Mané2016-07-19
* Extended slicing in TensorFlow (similar to NumPy)Gravatar Andrew Selle2016-06-15
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Publish TensorArray and PaddingFIFOQueue into the public API.Gravatar Eugene Brevdo2016-06-02
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar Derek Murray2016-05-23
* Reformat python/__init__.py and mnist_with_summaries.pyGravatar Dan Mané2016-05-04
* Whitelist DeviceSpec for export without documentation.Gravatar RJ Ryan2016-04-26
* Rename python/platform/logging.py to python/platform/tf_logging to simplify f...Gravatar A. Unique TensorFlower2016-04-22
* Add ops/check_ops.py, which contains common asserts and is_* (a boolean check).Gravatar A. Unique TensorFlower2016-04-14
* This is another step to make TensorFlow more interactive and flexible to user...Gravatar Yuan Yu2016-04-10
* Added reduce_join op.Gravatar A. Unique TensorFlower2016-04-08
* Clean up the interface to the distributed runtime from PythonGravatar Derek Murray2016-04-07
* PyLint updates.Gravatar Josh Levenberg2016-04-01
* Moved the higher order functions into functional_ops.py, to avoid some potent...Gravatar Yuan Yu2016-03-28
* Added replica_device_setter() for multi-replica training.Gravatar Sherry Moore2016-03-25