aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/python_api.cc
Commit message (Expand)AuthorAge
* Copy Tensor._handle_data from external_capture to placeholder for Variant ten...Gravatar Saurabh Saxena2018-09-19
* Fix bug in SetResourceHandleShapeAndType.Gravatar Skye Wanderman-Milne2018-07-12
* Make TF functions work with _USE_C_SHAPES=True.Gravatar Skye Wanderman-Milne2018-04-24
* 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
* Fix race in C API.Gravatar Skye Wanderman-Milne2018-03-12
* Make graph construction work while graph is being concurrently run.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
* Add Operation._remove_all_control_inputs and use in ControlFlowContext.Gravatar Skye Wanderman-Milne2017-12-08
* Check when session cannot run because its graph was modifiedGravatar Igor Ganichev2017-11-29
* Validate shapes when updating edges from Python.Gravatar Olivia Nordquist2017-11-13
* Fix some recently introduced invalid memory accesses.Gravatar Asim Shankar2017-11-03
* partially exposing the _set_attr and _get_attr method in pythonGravatar Olivia Nordquist2017-10-31
* implementing _update_input for the C APIGravatar Olivia Nordquist2017-09-26
* detecting cycles when users add a control edge to a graphGravatar Olivia Nordquist2017-09-06
* Implementing set_device for the C APIGravatar Olivia Nordquist2017-07-18
* Introduce Python-only extensions to the C APIGravatar Skye Wanderman-Milne2017-07-12