aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/client
Commit message (Expand)AuthorAge
...
* Automated g4 rollback of changelist 189416074Gravatar Derek Murray2018-03-19
* Automated g4 rollback of changelist 189228094Gravatar Derek Murray2018-03-16
* Downgrade run-after-mutation error to a log warning.Gravatar Skye Wanderman-Milne2018-03-16
* Warn when creating a `tf.InteractiveSession` if another is active.Gravatar Derek Murray2018-03-15
* Removing underscore prefix from _enter and _ref_enter.Gravatar Anna R2018-03-14
* Introduce _USE_C_SHAPES toggle along with _USE_C_API toggle.Gravatar Skye Wanderman-Milne2018-03-13
* Make graph construction work while graph is being concurrently run.Gravatar Skye Wanderman-Milne2018-03-06
* Add TF_TryEvaluateConstant to the C API and have smart_cond call it.Gravatar Skye Wanderman-Milne2018-03-06
* Tensorflow: adds additional debugging info to feed_dict failure condition.Gravatar A. Unique TensorFlower2018-02-27
* Don't require shape functions when creating ops from Python using the C API.Gravatar Skye Wanderman-Milne2018-02-21
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Return Status instead of bool in Init(), Flush(), and Close().Gravatar Jonathan Hseu2018-02-14
* Merge changes from github.Gravatar Michael Case2018-02-07
* Add pylint check for W0611 unused-import in ci_sanity.sh and fix existing pyl...Gravatar Yifei Feng2018-02-06
* Remove hidden_ops.txt file. Instead, switch to use visibility attribute in Ap...Gravatar Anna R2018-02-02
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-31
* Add C0326 bad-whitespace error to pylint sanity check.Gravatar Yifei Feng2018-01-29
* Add C0301 line-too-long error to pylint sanity check.Gravatar Yifei Feng2018-01-26
* Add C0330 bad-continuation check to pylint.Gravatar Yifei Feng2018-01-25
* Addresses the bug that when a grpc session is created and immediately closed,...Gravatar Olivia Nordquist2018-01-04
* meta_graph export: Add support to strip default valued attributes.Gravatar A. Unique TensorFlower2018-01-02
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* This change adds a mechanism to the internal C API for updating an output han...Gravatar Akshay Agrawal2017-12-21
* Added virtual gpu support.Gravatar Guangda Lai2017-12-18
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* Raise exception on missing unused input_map keys with C API enabled.Gravatar Skye Wanderman-Milne2017-12-12
* Make BaseSession.make_callable work with the C API enabled.Gravatar Skye Wanderman-Milne2017-12-07
* Enable using C API with Tensor.consumersGravatar Skye Wanderman-Milne2017-12-06
* Fix session_list_devices_testGravatar Brennan Saeta2017-12-05
* enabling Tensor._set_shape() to work with the C APIGravatar Olivia Nordquist2017-11-30
* Automated g4 rollback of changelist 177353959Gravatar Gunhan Gulsoy2017-11-29
* Check when session cannot run because its graph was modifiedGravatar Igor Ganichev2017-11-29
* enabling Tensor._set_shape() to work with the C APIGravatar Olivia Nordquist2017-11-29
* Add `ConfigProto.isolate_session_state` option for the distributed runtime.Gravatar Derek Murray2017-11-28
* Fetch shape information from the C API when enabled.Gravatar Skye Wanderman-Milne2017-11-27
* Enable a Session tests using function and set_deviceGravatar Igor Ganichev2017-11-27
* Delete trailing whitespace in Python codeGravatar A. Unique TensorFlower2017-11-27
* Make 'name' and 'return_elements' arguments to import_graph_def work with C API.Gravatar Skye Wanderman-Milne2017-11-22
* Create Python Operations for the TF_Operations created by import_graph_def.Gravatar Skye Wanderman-Milne2017-11-22
* Minor tf_session.i refactoring.Gravatar Skye Wanderman-Milne2017-11-17
* Fix typo in tensorflow/python/client/timeline.pyGravatar Yifei Feng2017-11-10
* Fix typo in tensorflow/python/client/session_clusterspec_prop_test.pyGravatar Yifei Feng2017-11-10
* Allow Operation._get_attr() to work with all attr types with C API enabledGravatar Skye Wanderman-Milne2017-11-10
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* partially exposing the _set_attr and _get_attr method in pythonGravatar Olivia Nordquist2017-10-31
* Standardizing device names to the newer /device:<type>:<index> format by maki...Gravatar Rohan Jain2017-10-02
* Add append_hash_to_fn_name arg to TF_GraphToFunctionGravatar Igor Ganichev2017-09-28
* Fetch Operation.inputs from the C APIGravatar Skye Wanderman-Milne2017-09-27