aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/BUILD
Commit message (Expand)AuthorAge
* Added a C utility to create a ServerDef proto from text representation.Gravatar A. Unique TensorFlower2018-09-26
* test is failing in asan, disabling for nowGravatar Olivia Nordquist2018-09-06
* Added a new eager C API TFE_NewContextFromSession(), where TFE_NewContext willGravatar Mingsheng Hong2018-09-04
* Remove :c_api dependency from common_runtime/eagerGravatar Jared Duke2018-08-29
* experimental C API: Fix compilation failure in Windows.Gravatar Asim Shankar2018-04-10
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Make _USE_C_API = True and _USE_C_SHAPES = False work with handle data, take 2.Gravatar Skye Wanderman-Milne2018-03-27
* Exclude Python C extension from tensorflow/c:srcs target.Gravatar Skye Wanderman-Milne2018-03-27
* Added experimental C APIs to build a stack of dataset + iterator nodes thatGravatar Mingsheng Hong2018-03-26
* 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
* Added experimental C APIs to build a hard-coded stack of dataset + iterator.Gravatar Mingsheng Hong2018-03-22
* Simplified the experimental APIs related to TPU execution, by moving the graphGravatar Mingsheng Hong2018-03-21
* Internal change.Gravatar Mingsheng Hong2018-03-14
* Package c_api_experimental.h in binary release distributions.Gravatar Richard Wei2018-02-28
* Remove experimental C API from srcs rule as it requires other sourcesGravatar A. Unique TensorFlower2018-02-19
* Added an experimental C API TF_EnableXLACompilation() to enable XLA compilation.Gravatar Mingsheng Hong2018-02-16
* Added C-API based unit tests for GPU and XLA GPU testing.Gravatar Mingsheng Hong2018-02-14
* Enabled XLA for TF C API.Gravatar Mingsheng Hong2018-02-09
* Initial XLA support for TF eager. This is prerequisite for TF compiler's XLA ...Gravatar Mingsheng Hong2018-02-07
* Add new src targets for C API and native TFGravatar A. Unique TensorFlower2018-01-22
* Read ApiDef from TensorFlow Go API.Gravatar Anna R2017-12-20
* Internal change.Gravatar A. Unique TensorFlower2017-10-13
* Use void* intead of TF_Buffer in TF_FunctionImportFunctionDefGravatar Igor Ganichev2017-09-28
* Add append_hash_to_fn_name arg to TF_GraphToFunctionGravatar Igor Ganichev2017-09-28
* Implement TF_FunctionImportFunctionDefGravatar Igor Ganichev2017-09-19
* Add function support to Tensorflow C APIGravatar Igor Ganichev2017-08-30
* Introduce C++ API while loop builder methodGravatar Skye Wanderman-Milne2017-08-29
* Unify the NDArray <-> Tensor conversion.Gravatar A. Unique TensorFlower2017-08-23
* C API: Make TF_TensorFromTensor return an error instead of just logging it.Gravatar Asim Shankar2017-08-03
* C API: Groundwork for experimenting with TF_Tensor in device memory.Gravatar Asim Shankar2017-07-27
* Split out new while_loop_test.cc from c_api_test.ccGravatar Skye Wanderman-Milne2017-07-17
* Add c_api dep to python_api targetGravatar Skye Wanderman-Milne2017-07-13
* Introduce Python-only extensions to the C APIGravatar Skye Wanderman-Milne2017-07-12
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Include c++ gradients in c_api build rule.Gravatar Suharsh Sivakumar2017-05-04
* Internal C API headers.Gravatar Alexandre Passos2017-04-20
* Add C++ gradients to c_api.Gravatar Suharsh Sivakumar2017-04-13
* libtensorflow.so: Don't export private symbols.Gravatar Asim Shankar2017-04-06
* C API methods for creating while loopsGravatar Skye Wanderman-Milne2017-02-07
* Remove explicit static linking from tests that load a shared library.Gravatar Suharsh Sivakumar2017-01-24
* 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
* Add SavedModel support to the C APIGravatar Jonathan Hseu2016-12-19
* 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
* TF Checkpoint V2: make CheckpointReader work with the V2 format.Gravatar Zongheng Yang2016-09-28
* Add TF_DeleteLibraryHandle, for freeing the memory allocated by TF_LoadLibrary.Gravatar A. Unique TensorFlower2016-09-12