STT-tensorflow/tensorflow/c
Chris Kennelly 4692525ffa Optimize calls to std::string::find() and friends for a single char.
The character literal overload is more efficient.

PiperOrigin-RevId: 348126864
Change-Id: I12485209607a957ecb17a4ba1087473bb0c4dd06
2020-12-17 18:11:13 -08:00
..
eager use outputs directly 2020-12-15 13:18:38 +07:00
experimental Optimize calls to std::string::find() and friends for a single char. 2020-12-17 18:11:13 -08:00
kernels Update benchmarks to use newer API 2020-11-24 16:59:20 -08:00
testdata
BUILD Add python/lib BUILD and refactor python/BUILD 2020-12-10 12:42:17 -08:00
c_api_experimental_test.cc address review comments 2020-10-09 20:36:59 +00:00
c_api_experimental.cc address comments 2020-11-18 10:28:12 +00:00
c_api_experimental.h Merge pull request #43610 from Intel-tensorflow:pluggable_device_load 2020-12-08 16:47:36 -08:00
c_api_function_test.cc [TF2XLA] Remove unused and broken call to enable XLA, remove unneeded build macro 2020-08-27 11:25:21 -07:00
c_api_function.cc Copy stack traces to instantiated functions. 2020-12-08 16:33:18 -08:00
c_api_internal.h Copy stack traces to instantiated functions. 2020-12-08 16:33:18 -08:00
c_api_macros.h Merge pull request #41713 from dnguyen28061:allocate_temp 2020-08-12 14:08:54 -07:00
c_api_test.cc fix the comment and change build dependency 2020-10-15 12:44:55 +00:00
c_api.cc address review comments 2020-10-09 20:36:59 +00:00
c_api.h fix typos in c dir 2020-10-28 22:18:48 +03:00
c_test_util.cc Reduce dependence from tensorflow/c to tensorflow/core/lib. 2020-04-01 08:56:02 -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 Avoid depending on non-standard sys/time.h in c_test.c 2020-01-15 09:51:26 -08:00
checkpoint_reader.cc Reduce dependence from tensorflow/c to tensorflow/core/lib. 2020-04-01 08:56:02 -07:00
checkpoint_reader.h Reduce dependence from tensorflow/c to tensorflow/core/lib. 2020-04-01 08:56:02 -07:00
conversion_macros.h Less pointer indirection for TFE_OpAttrs, add TFE_OpGetAttrs 2020-05-04 09:24:03 -07:00
env_test.cc
env.cc Rename LoadLibrary to avoid conflict with Windows macros 2020-08-04 19:24:11 -07:00
env.h Run clang-format 2020-07-30 01:50:49 +07:00
exported_symbols.lds
generate-pc.sh pkgconfig: generate tensorflow_cc pkg-config entry 2019-08-04 15:01:14 +08:00
kernels_test.cc Merge pull request #44017 from Intel-tensorflow:pluggable_device_kernel_c_api 2020-12-11 11:44:50 -08:00
kernels.cc Revert PR #44017: [PluggableDevice] Kernel C API enhancement for retrieving attributes 2020-12-10 12:52:29 -08:00
kernels.h Revert PR #44017: [PluggableDevice] Kernel C API enhancement for retrieving attributes 2020-12-10 12:52:29 -08:00
logging.cc Add va_end to TF_Log 2020-08-18 20:10:33 +07:00
logging.h Use c_api_macros instead of c_api 2020-08-04 01:26:23 +07:00
ops_test.cc Merge pull request #41429 from dnguyen28061:scalar_shape 2020-07-22 19:48:11 -07:00
ops.cc Merge pull request #41429 from dnguyen28061:scalar_shape 2020-07-22 19:48:11 -07:00
ops.h Merge pull request #41429 from dnguyen28061:scalar_shape 2020-07-22 19:48:11 -07:00
python_api.cc Merge pull request #43383 from SciSharp:master 2020-10-08 18:22:49 -07:00
python_api.h
README.md
tensor_interface.h Moving RAII helpers for TensorHandle, Tensor, and Operation to their respective classes. 2020-06-21 19:12:38 -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
tf_datatype.cc
tf_datatype.h
tf_file_statistics.h Separate TF_FileStatistics into own file. 2019-10-02 14:53:30 -07:00
tf_shape_internal.h Adding an opaque TF_Shape type to the C API. This is necessary to represent shapes for TF_TensorSpec. 2020-09-29 17:25:41 -07:00
tf_shape.cc Adding an opaque TF_Shape type to the C API. This is necessary to represent shapes for TF_TensorSpec. 2020-09-29 17:25:41 -07:00
tf_shape.h Adding an opaque TF_Shape type to the C API. This is necessary to represent shapes for TF_TensorSpec. 2020-09-29 17:25:41 -07:00
tf_status_helper_test.cc Change the tensorflow/c*status* headers to depend on tensorflow/core/platform/status 2020-03-31 12:18:54 -07:00
tf_status_helper.cc
tf_status_helper.h Export TFE_TensorHandleToNumpy in pywrap_tensor.h so that in case be used in python binding for unified API. 2020-09-08 20:09:11 -07:00
tf_status_internal.h Change the tensorflow/c*status* headers to depend on tensorflow/core/platform/status 2020-03-31 12:18:54 -07:00
tf_status.cc Change the tensorflow/c*status* headers to depend on tensorflow/core/platform/status 2020-03-31 12:18:54 -07:00
tf_status.h Add TF_SetStatusFromIOError to the C API. 2019-11-06 13:03:07 -08:00
tf_tensor_internal.h Revert "switched from allocator attributes struct to opaque pointer" 2020-08-05 19:13:52 +00:00
tf_tensor.cc Reduce a redundant shallow copy of tensorflow::Tensor in TF_TensorFromTensor. 2020-08-06 10:41:53 -07:00
tf_tensor.h Merge pull request #41713 from dnguyen28061:allocate_temp 2020-08-12 14:08:54 -07:00
tf_tstring.h Eliminate unnecessary packing/unpacking of string tensors across the C-API and language bindings. 2020-06-29 18:16:59 -07:00
version_script.lds
while_loop_test.cc Reduce dependence from tensorflow/c to tensorflow/core/lib. 2020-04-01 08:56:02 -07:00