aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/c_api.cc
Commit message (Expand)AuthorAge
...
* C API: TF_Tensors will always be in host memory.Gravatar Asim Shankar2017-08-03
* Copy function definitions from TF_Graph to session's graphGravatar A. Unique TensorFlower2017-08-02
* C API: Avoid converting uninitialized tensorflow::Tensor to TF_Tensor*Gravatar Asim Shankar2017-08-01
* Make TF_RESOURCE memory handling consistent with other types.Gravatar Asim Shankar2017-07-31
* C API: Groundwork for experimenting with TF_Tensor in device memory.Gravatar Asim Shankar2017-07-27
* C API: Fix a bug with TF_OperationGetAttrTensor when TF_STRING tensors areGravatar Asim Shankar2017-07-25
* Add "gradients" subscope when generating gradients in C/++Gravatar Skye Wanderman-Milne2017-07-13
* Update deprecated ByteSize to ByteSizeLongGravatar A. Unique TensorFlower2017-07-02
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Moves TensorCApi from c_api.cc to c_api_internal.h, where it can be usedGravatar A. Unique TensorFlower2017-06-27
* Use new C API for Session.partial_run and its setupGravatar A. Unique TensorFlower2017-06-16
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Replace protobuf CopyFrom with assignmentGravatar A. Unique TensorFlower2017-05-30
* Remove unused using declarationsGravatar A. Unique TensorFlower2017-05-30
* Use "nullptr" for null pointer valuesGravatar A. Unique TensorFlower2017-05-30
* Remove unused using-declarationsGravatar A. Unique TensorFlower2017-05-26
* Add session.list_devices() APIGravatar Brennan Saeta2017-05-26
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* C API: Do not ignore errors in shape inference when constructing the graph.Gravatar Asim Shankar2017-05-12
* Internal C API headers.Gravatar Alexandre Passos2017-04-20
* partial_run_setup: Avoid an invalid free() if TF_PRunSetup fails.Gravatar Asim Shankar2017-04-18
* Add C++ gradients to c_api.Gravatar Suharsh Sivakumar2017-04-13
* Fetch / py_func arguments no longer copy.Gravatar Alexandre Passos2017-04-12
* Disable input forwarding for tensors fed from python or returned from py_func.Gravatar Alexandre Passos2017-03-29
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* C API: Keep the TF_LoadSessionFromSavedModel symbol in Android builds.Gravatar Asim Shankar2017-02-27
* C API: Tests and cleanup for partial run.Gravatar Asim Shankar2017-02-16
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* C API methods for creating while loopsGravatar Skye Wanderman-Milne2017-02-07
* Expose more ImportGraphDef functionality in the C API.Gravatar Skye Wanderman-Milne2017-01-20
* Java/C API: Make them Android friendly.Gravatar Asim Shankar2017-01-12
* Switch open-source to use jemalloc for CPU Tensor memory allocation, gRPC, an...Gravatar Jonathan Hseu2017-01-11
* Add support for list(func) AttrValues.Gravatar Peter Hawkins2017-01-11
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
* Add SavedModel support to the C APIGravatar Jonathan Hseu2016-12-19
* Merge changes from github.Gravatar A. Unique TensorFlower2016-11-17
* Rename TF_Port to TF_Output and add a TF_Input type.Gravatar Jonathan Hseu2016-11-16
* C API: Comment tweaks and some suggested corner case handlingGravatar Asim Shankar2016-11-16
* C API: Helper functions to encode/decode strings for TF_STRING tensors.Gravatar Asim Shankar2016-11-15
* C API: Do not take ownership of the TF_TensorsGravatar Asim Shankar2016-11-15
* C API: Add TF_Version(), akin to __version__ in python.Gravatar Asim Shankar2016-11-14
* C API: Stick to a convention around use of size_t and int.Gravatar Asim Shankar2016-11-14
* C API: Slight re-organization of code that deletes input tensors.Gravatar Asim Shankar2016-11-09
* C API: Rename TF_SessionWithGraph to TF_Session.Gravatar Asim Shankar2016-11-09
* C API: Rename TF_Session to TF_DeprecatedSession.Gravatar Asim Shankar2016-11-08
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10
* C API: Follow naming conventions.Gravatar Asim Shankar2016-09-27