aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/client/tf_session_helper.cc
Commit message (Expand)AuthorAge
* Implement TF graph capture.Gravatar Russell Power2018-09-20
* Automated rollback of commit b8a9d163d9cbb4b581c044d9c4b1b256c801a9c4Gravatar Russell Power2018-07-26
* Automated rollback of commit 8048b3a53d5a919fef74874fcffbec9039e6acd1Gravatar Russell Power2018-07-23
* Destroy tf.Session when the session is closed.Gravatar Russell Power2018-07-23
* Branch 191925087 (#18299)Gravatar Rasmus Munk Larsen2018-04-06
* Adding Operation._control_outputsGravatar Alexandre Passos2018-04-04
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-03-29
* Add TF_TryEvaluateConstant to the C API and have smart_cond call it.Gravatar Skye Wanderman-Milne2018-03-06
* meta_graph export: Add support to strip default valued attributes.Gravatar A. Unique TensorFlower2018-01-02
* This change adds a mechanism to the internal C API for updating an output han...Gravatar Akshay Agrawal2017-12-21
* Raise exception on missing unused input_map keys with C API enabled.Gravatar Skye Wanderman-Milne2017-12-12
* Enable using C API with Tensor.consumersGravatar Skye Wanderman-Milne2017-12-06
* enabling Tensor._set_shape() to work with the C APIGravatar Olivia Nordquist2017-11-30
* Automated g4 rollback of changelist 177353959Gravatar Gunhan Gulsoy2017-11-29
* enabling Tensor._set_shape() to work with the C APIGravatar Olivia Nordquist2017-11-29
* Fetch shape information from the C API when enabled.Gravatar Skye Wanderman-Milne2017-11-27
* 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
* Add function description parameter to TF_GraphToFunctionGravatar Igor Ganichev2017-09-20
* Factor out Python/C++-bridge safe-pointer helpers into a separate file.Gravatar A. Unique TensorFlower2017-09-07
* Add function support to Tensorflow C APIGravatar Igor Ganichev2017-08-30
* Unify the NDArray <-> Tensor conversion.Gravatar A. Unique TensorFlower2017-08-23
* Minor cleanupGravatar A. Unique TensorFlower2017-08-06
* C API: TF_Tensors will always be in host memory.Gravatar Asim Shankar2017-08-03
* Minor refactoring the TF_Tensor <-> PyArray conversion functions.Gravatar Asim Shankar2017-08-01
* Make TF_RESOURCE memory handling consistent with other types.Gravatar Asim Shankar2017-07-31
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Use C API to implement Operation.control_inputsGravatar A. Unique TensorFlower2017-07-06
* Use new C API for Session.partial_run and its setupGravatar A. Unique TensorFlower2017-06-16
* Fix benign "bug" in PyArrayToTFTensorGravatar Skye Wanderman-Milne2017-05-26
* Optionally use new session API in Python APIGravatar Skye Wanderman-Milne2017-05-26
* A few more tf_session_helper.cc tweaksGravatar Skye Wanderman-Milne2017-05-19
* Light refactoring of tf_session_helper.h/ccGravatar Skye Wanderman-Milne2017-05-18
* partial_run_setup: Avoid an invalid free() if TF_PRunSetup fails.Gravatar Asim Shankar2017-04-18
* Fetch / py_func arguments no longer copy.Gravatar Alexandre Passos2017-04-12
* Call Py_CLEAR on dead fields during TF_RESOURCE-to-ndarray conversionGravatar Shanqing Cai2017-04-05
* Move equal_graph_def.h/cc from core/graph to core/utilGravatar Skye Wanderman-Milne2017-03-29
* py_func no longer copies return values (attempt #3)Gravatar Alexandre Passos2017-03-29
* Automated rollback of change 151332384Gravatar A. Unique TensorFlower2017-03-28
* py_func no longer copies outbut buffer (attempt #2)Gravatar Alexandre Passos2017-03-27
* Automated rollback of change 151188187Gravatar A. Unique TensorFlower2017-03-24
* py_func return values are no longer copied.Gravatar Alexandre Passos2017-03-24
* Reuses numpy memory for fed Tensors.Gravatar Alexandre Passos2017-03-24
* Enable the direct use of TensorHandles as feed values through ResourceHandlesGravatar Shanqing Cai2017-03-09
* C API: Do not take ownership of the TF_TensorsGravatar Asim Shankar2016-11-15
* C API: Rename TF_Session to TF_DeprecatedSession.Gravatar Asim Shankar2016-11-08
* Fix reference-counting bug in SWIG wrapper for feed_dict.Gravatar Derek Murray2016-09-19
* SWIG simplification: Move the FeedVector conversion into C++.Gravatar Derek Murray2016-09-17
* Add TF_AllocateTensor to the C API to simplify theGravatar Jonathan Hseu2016-08-17
* Support unicode strings consistently in all python versions.Gravatar A. Unique TensorFlower2016-08-17