aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c
Commit message (Expand)AuthorAge
* 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
* To prepare for removal of cuda_cc_test(s) build rule, make all build rulesGravatar Gunhan Gulsoy2016-09-09
* 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
* Change c_api function to use new input_edge() API from Node*, and useGravatar Vijay Vasudevan2016-08-26
* TF_SetAttrTensorShapeProto should take a "const void*", not a "void*" argument.Gravatar A. Unique TensorFlower2016-08-26
* Fix a memory leak in TF_SetAttrBoolList.Gravatar A. Unique TensorFlower2016-08-25
* Split NodeDef out of graph.proto into node_def.proto. Needed so weGravatar A. Unique TensorFlower2016-08-22
* Comment formatting.Gravatar A. Unique TensorFlower2016-08-19
* Add TF_AllocateTensor to the C API to simplify theGravatar Jonathan Hseu2016-08-17
* Merge changes from github.Gravatar Benoit Steiner2016-08-16
* Rename TF_Node to TF_Operation in C API.Gravatar A. Unique TensorFlower2016-08-08
* Remove debugging logging accidentally left in.Gravatar A. Unique TensorFlower2016-08-01
* Move C API files (and related files used by SWIG wrappers)Gravatar A. Unique TensorFlower2016-07-29