STT-tensorflow/tensorflow/c
2020-01-14 07:49:11 -08:00
..
eager Patch to enable r2.0 ROCm non-xla support 2019-09-16 14:34:04 -05:00
experimental Allow cancelling a Recv_ op via cancellation_manager. 2019-07-25 20:13:39 -07:00
kernels Fix buildifier 2020-01-14 07:49:11 -08:00
testdata Added experimental C APIs to build a stack of dataset + iterator nodes that 2018-03-26 10:53:46 -07:00
BUILD Remove the target tensorflow/core:lib_platform 2019-08-05 22:49:17 -07:00
c_api_experimental_test.cc Handle input_tensors in C shape inference API. 2019-08-05 14:00:23 -07:00
c_api_experimental.cc Handle input_tensors in C shape inference API. 2019-08-05 14:00:23 -07:00
c_api_experimental.h Handle input_tensors in C shape inference API. 2019-08-05 14:00:23 -07:00
c_api_function_test.cc Use absl instead of deprecated str_util 2019-05-21 08:10:10 -07:00
c_api_function.cc Make sure GraphToFunctionDef() output is deterministic. 2019-05-28 19:40:20 -07:00
c_api_internal.h Split tf_tensor_internal into its own header 2019-06-14 19:25:41 -07:00
c_api_test.cc Add TF_TensorIsAligned function to C API. 2019-07-30 17:25:15 -07:00
c_api.cc In TF_FinishOperation, consume the node information from the node_builder. 2019-08-05 07:36:14 -07:00
c_api.h Split out TF_Tensor into its own header. 2019-06-03 19:18:31 -07:00
c_test_util.cc Added forked versions of stateless If and While ops. They should only be used, 2018-08-08 18:06:53 -07:00
c_test_util.h Added forked versions of stateless If and While ops. They should only be used, 2018-08-08 18:06:53 -07:00
c_test.c Fix generation of bad GetAttr calls 2019-02-07 10:40:27 -08:00
checkpoint_reader.cc Use TF_Status* SWIG typemap 2019-04-17 13:06:01 -07:00
checkpoint_reader.h Use TF_Status* SWIG typemap 2019-04-17 13:06:01 -07:00
env_test.cc Add TF_DefaultThreadOptions, TF_StartThread and TF_JoinThread. 2018-12-10 12:52:48 -08:00
env.cc Add TF_DefaultThreadOptions, TF_StartThread and TF_JoinThread. 2018-12-10 12:52:48 -08:00
env.h Fix problems in env.h and kernels.h when included from a C translation unit 2018-12-17 19:46:52 -08:00
exported_symbols.lds
generate-pc.sh pkgconfig: generate tensorflow_cc pkg-config entry 2019-09-14 17:41:47 +08:00
kernels_test.cc Add TF_AllocateOutput function to C API. This function can be used to allocate 2019-07-31 12:30:22 -07:00
kernels.cc Add TF_AllocateOutput function to C API. This function can be used to allocate 2019-07-31 12:30:22 -07:00
kernels.h Add TF_AllocateOutput function to C API. This function can be used to allocate 2019-07-31 12:30:22 -07:00
ops_test.cc Remove a bunch of AddAttr functions, add unit tests. 2019-05-30 15:23:38 -07:00
ops.cc Don't call ProcessRegistrations in TF_RegisterOpDefinition 2019-06-27 10:45:54 -07:00
ops.h Split tf_tensor_internal into its own header 2019-06-14 19:25:41 -07:00
python_api.cc Remove unused variables. 2019-06-24 10:17:51 -07:00
python_api.h Expose clear_attr in the python graph API. Use it to clear hanging nodes with no input/output from being TPU compiled. 2019-02-28 15:12:22 -08:00
README.md [Java/C]: Add links to nightly builds. 2018-10-22 18:38:30 -07:00
test_op1.cc Update c_api_test.cc to load test_op1.so instead of test_op.so. If op has the same name as already 2018-11-05 18:40:19 -08:00
test_op.cc
tf_attrtype.h Split TF_AttrType into its own header 2019-05-16 16:25:05 -07:00
tf_datatype.cc Split TF_DataType into its own header. 2019-05-23 12:14:59 -07:00
tf_datatype.h Split TF_DataType into its own header. 2019-05-23 12:14:59 -07:00
tf_status_helper_test.cc Add test for tf_status_helper.cc. 2019-05-29 17:25:23 -07:00
tf_status_helper.cc Split out TF_Status into a separate header file so that other C API libraries 2019-06-06 16:18:48 -07:00
tf_status_helper.h Split out TF_Status into a separate header file so that other C API libraries 2019-06-06 16:18:48 -07:00
tf_status_internal.h Split out TF_Status into a separate header file so that other C API libraries 2019-06-06 16:18:48 -07:00
tf_status.cc Split out TF_Status into a separate header file so that other C API libraries 2019-06-06 16:18:48 -07:00
tf_status.h Split TF_Status into its own header. 2019-05-17 17:42:58 -07:00
tf_tensor_internal.h Add TF_AllocateOutput function to C API. This function can be used to allocate 2019-07-31 12:30:22 -07:00
tf_tensor.cc Add TF_AllocateOutput function to C API. This function can be used to allocate 2019-07-31 12:30:22 -07:00
tf_tensor.h Add TF_TensorIsAligned function to C API. 2019-07-30 17:25:15 -07:00
version_script.lds
while_loop_test.cc 1st code review: rename 'scope_name' to 'prefix', etc. 2018-07-25 21:10:30 -04:00