aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/c_api_test.cc
Commit message (Expand)AuthorAge
...
* C API: Follow naming conventions.Gravatar Asim Shankar2016-09-27
* C API: Introduce TF_ImportGraphDef.Gravatar Asim Shankar2016-09-22
* C-API: Add TF_ColocateWith to enable colocation.Gravatar Asim Shankar2016-09-15
* Add TF_DeleteLibraryHandle, for freeing the memory allocated by TF_LoadLibrary.Gravatar A. Unique TensorFlower2016-09-12
* C-API: Add the ability to get all the registered ops.Gravatar Asim Shankar2016-09-09
* Cosmetic: Consistently avoid using a namespace specifier when the 'using'Gravatar Asim Shankar2016-09-07
* TensorFlow C API: Add a Set and Get Tensor Shape function.Gravatar Vijay Vasudevan2016-09-07
* C-API: Add functions to get values of operation attributes.Gravatar Asim Shankar2016-09-07
* Fix ~63 ClangTidy - Performance findings in TensorFlow.Gravatar Vincent Vanhoucke2016-08-31
* Split NodeDef out of graph.proto into node_def.proto. Needed so weGravatar A. Unique TensorFlower2016-08-22
* Add TF_AllocateTensor to the C API to simplify theGravatar Jonathan Hseu2016-08-17
* Rename TF_Node to TF_Operation in C API.Gravatar A. Unique TensorFlower2016-08-08
* Move C API files (and related files used by SWIG wrappers)Gravatar A. Unique TensorFlower2016-07-29