aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/client/tf_session.i
Commit message (Expand)AuthorAge
* Copy Tensor._handle_data from external_capture to placeholder for Variant ten...Gravatar Saurabh Saxena2018-09-19
* 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
* Expose each device's incarnation via `Session.list_devices()`.Gravatar Derek Murray2018-07-19
* Use PyLong_FromLongLong to convert 64-bit ints in SWIG code.Gravatar Skye Wanderman-Milne2018-06-20
* Enable fetching shapes from the C API by default.Gravatar Skye Wanderman-Milne2018-06-15
* Make TF functions work with _USE_C_SHAPES=True.Gravatar Skye Wanderman-Milne2018-04-24
* Adding Operation._control_outputsGravatar Alexandre Passos2018-04-04
* Use PyLong_AsLongLong instead of PyInt_AsLong to guarantee 64-bit output.Gravatar Skye Wanderman-Milne2018-04-03
* Apply "Raise exception in SWIG on bad TF_Status" to base.iGravatar Akshay Modi2018-04-03
* ResourceHandleShapeAndType returns bytes, not unicode.Gravatar Skye Wanderman-Milne2018-04-02
* Raise exception in SWIG on bad TF_Status from C API.Gravatar Skye Wanderman-Milne2018-03-30
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-03-29
* Make _USE_C_API = True and _USE_C_SHAPES = False work with handle data, take 2.Gravatar Skye Wanderman-Milne2018-03-27
* Automated g4 rollback of changelist 190293303Gravatar A. Unique TensorFlower2018-03-26
* Make _USE_C_API = True and _USE_C_SHAPES = False work with handle data.Gravatar Skye Wanderman-Milne2018-03-25
* 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
* Don't require shape functions when creating ops from Python using the C API.Gravatar Skye Wanderman-Milne2018-02-21
* 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
* 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
* 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
* 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
* Fetch Operation.inputs from the C APIGravatar Skye Wanderman-Milne2017-09-27
* Fix C API Python wrapping for TF_DeviceListMemoryBytes and TF_DimGravatar Allen Lavoie2017-09-08
* Add function support to Tensorflow C APIGravatar Igor Ganichev2017-08-30
* Experimental C and Python APIs to invoke TensorFlow kernels on concrete values.Gravatar Alexandre Passos2017-08-10
* Use SWIG_exception_fail instead of SWIG_failGravatar A. Unique TensorFlower2017-08-02
* Create ScopedTFStatus to manage TF_Status lifetime.Gravatar Skye Wanderman-Milne2017-07-17
* Introduce Python-only extensions to the C APIGravatar Skye Wanderman-Milne2017-07-12
* Use C API to implement Operation.typeGravatar A. Unique TensorFlower2017-07-10
* Use C API to implement Operation.control_inputsGravatar A. Unique TensorFlower2017-07-06
* Use C API to implement Operation.name propertyGravatar A. Unique TensorFlower2017-06-20
* Use new C API for Session.partial_run and its setupGravatar A. Unique TensorFlower2017-06-16
* Optionally use new session API in Python APIGravatar Skye Wanderman-Milne2017-05-26
* Light refactoring of tf_session_helper.h/ccGravatar Skye Wanderman-Milne2017-05-18
* Create a TF_Graph alongside the Python graph.Gravatar Skye Wanderman-Milne2017-05-10
* Improve efficiency of get_session_handleGravatar Shanqing Cai2017-04-13