aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c
Commit message (Expand)AuthorAge
* Add additional named signatures to test half_plus_two model.Gravatar Kiril Gorovoy2017-01-27
* Remove explicit static linking from tests that load a shared library.Gravatar Suharsh Sivakumar2017-01-24
* Expose more ImportGraphDef functionality in the C API.Gravatar Skye Wanderman-Milne2017-01-20
* Ensure all structs in the C API are named (in addition to typedef'd).Gravatar Skye Wanderman-Milne2017-01-19
* Automated rollback of change 144673014Gravatar Asim Shankar2017-01-18
* Automated rollback of change 144470928Gravatar Patrick Nguyen2017-01-16
* C API: Package rules for a C library and header files.Gravatar Asim Shankar2017-01-13
* 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
* Fix typo.Gravatar A. Unique TensorFlower2016-11-22
* C API: Fix typo in header fileGravatar Asim Shankar2016-11-18
* 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
* Automated rollback of change 138934248Gravatar Asim Shankar2016-11-14
* C API: Package rules for a C library and header files.Gravatar Asim Shankar2016-11-11
* 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 Patrick Nguyen2016-10-20
* checkpoint_reader: fix VarToShapeMap V2 impl.Gravatar Zongheng Yang2016-10-14
* Adds a resource reference dtype to TF.Gravatar A. Unique TensorFlower2016-10-14
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10
* tensor_bundle: tighten Lookup() semantics, add LookupDtypeShape().Gravatar Zongheng Yang2016-10-07
* C API: Add comment to TF_GraphToGraphDefGravatar Asim Shankar2016-09-29
* Merge changes from github.Gravatar Jonathan Hseu2016-09-29
* TF Checkpoint V2: make CheckpointReader work with the V2 format.Gravatar Zongheng Yang2016-09-28
* C API: Follow naming conventions.Gravatar Asim Shankar2016-09-27
* C API: Introduce TF_ImportGraphDef.Gravatar Asim Shankar2016-09-22
* ShapeRefiner: implement TODO to plumb in OpRegistryInterface from Graph.Gravatar Vijay Vasudevan2016-09-19
* TensorFlow: allow shape refiner to run subgraphs to evaluate constantGravatar Vijay Vasudevan2016-09-19
* 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