.. |
eager
|
cp
|
2020-07-02 07:37:10 +00:00 |
experimental
|
Merge pull request #40641 from vnvo2409:gcs-appendable
|
2020-06-22 15:02:25 -07:00 |
kernels
|
Remove unused tensor-reference-recording feature from the executor.
|
2020-03-11 17:40:42 -07:00 |
testdata
|
|
|
BUILD
|
Add an MLIR tracing implementation to the C unified API
|
2020-05-27 03:00:08 -07:00 |
c_api_experimental_test.cc
|
Add Tensor & TensorHandle C APIs taking a Context
|
2020-04-06 15:10:09 -07:00 |
c_api_experimental.cc
|
Split Abstract interfaces into Abstract and ImmediateExecution interfaces.
|
2020-06-17 12:39:13 -07:00 |
c_api_experimental.h
|
Remove unused experimental APIs
|
2020-05-19 12:36:03 -07:00 |
c_api_function_test.cc
|
[Build cleanup] Split "core_cpu_impl" into fine-grained targets (3/n).
|
2020-04-27 10:43:23 -07:00 |
c_api_function.cc
|
Reduce dependence from tensorflow/c to tensorflow/core/lib.
|
2020-04-01 08:56:02 -07:00 |
c_api_internal.h
|
[Build cleanup] Update #includes of moved header "graph/graph_constructor.h".
|
2020-04-29 09:20:48 -07:00 |
c_api_macros.h
|
Initial checkin of stub implementation for TF C/C++ SavedModel API. See RFC https://github.com/tensorflow/community/pull/207.
|
2020-04-20 10:00:01 -07:00 |
c_api_test.cc
|
Reduce dependence from tensorflow/c to tensorflow/core/lib.
|
2020-04-01 08:56:02 -07:00 |
c_api.cc
|
Fix in c_api DEFINE_GETATTR
|
2020-06-03 16:49:49 -07:00 |
c_api.h
|
[TF] Expose C API in libtensorflow_framework.
|
2020-03-18 09:17:46 -07: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
|
Add TF_DefaultThreadOptions, TF_StartThread and TF_JoinThread.
|
2018-12-10 12:52:48 -08:00 |
env.cc
|
Return instead of using out parameter
|
2020-06-18 00:24:43 +07:00 |
env.h
|
Return instead of using out parameter
|
2020-06-18 00:24:43 +07:00 |
exported_symbols.lds
|
Eager API inclusion to the dynamic library build target (#12399)
|
2017-08-21 14:10:49 -07:00 |
generate-pc.sh
|
pkgconfig: generate tensorflow_cc pkg-config entry
|
2019-08-04 15:01:14 +08:00 |
kernels_test.cc
|
Remove unused tensor-reference-recording feature from the executor.
|
2020-03-11 17:40:42 -07:00 |
kernels.cc
|
Use Status directly in TF_TensorFromTensor
|
2020-01-08 08:23:33 -08:00 |
kernels.h
|
Fix TF_AllocateOutput to actually call TF_SetOutput.
|
2019-09-16 14:57:14 -07:00 |
ops_test.cc
|
minor spelling tweaks
|
2020-01-16 14:36:52 +09: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 |
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
|
Add TF_DeleteLibraryHandle, for freeing the memory allocated by TF_LoadLibrary.
|
2016-09-12 17:16:08 -07:00 |
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_file_statistics.h
|
Separate TF_FileStatistics into own file.
|
2019-10-02 14:53:30 -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
|
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
|
Change the tensorflow/c*status* headers to depend on tensorflow/core/platform/status
|
2020-03-31 12:18:54 -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
|
Move TF_TensorToTensor and TF_TensorFromTensor from c_api_internal.h to
|
2020-04-13 17:34:30 -07:00 |
tf_tensor.cc
|
Automated g4 rollback of changelist 305053288.
|
2020-04-06 13:02:23 -07:00 |
tf_tensor.h
|
Merge pull request #37609 from Oceania2018:master
|
2020-03-16 08:47:15 -07:00 |
version_script.lds
|
Merge branch 'master' into expose-symbols-osx
|
2017-09-06 15:26:58 -07:00 |
while_loop_test.cc
|
Reduce dependence from tensorflow/c to tensorflow/core/lib.
|
2020-04-01 08:56:02 -07:00 |