STT-tensorflow/tensorflow/c/eager
Mihai Maruseac fa5194b3b5 Disable flaky test on TSAN
PiperOrigin-RevId: 309344029
Change-Id: I2aab1976de7d95f05c07869be1bae6fae70fc7d1
2020-04-30 19:13:13 -07:00
..
parallel_device Add Python bindings and some tests for the parallel device 2020-04-22 10:17:28 -07:00
BUILD Disable flaky test on TSAN 2020-04-30 19:13:13 -07:00
c_api_debug_test.cc Add Tensor & TensorHandle C APIs taking a Context 2020-04-06 15:10:09 -07:00
c_api_debug.cc Avoid pointer indirection in handle, context & op 2020-04-28 18:58:17 -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 Avoid pointer indirection in handle, context & op 2020-04-28 18:58:17 -07:00
c_api_experimental.h Small cleanups for experimental TFE attribute APIs 2020-04-28 11:20:43 -07:00
c_api_internal.h Avoid pointer indirection in handle, context & op 2020-04-28 18:58:17 -07:00
c_api_remote_test.cc Rollback of "Avoid partially creating/updating cluster when some workers fail during update." as it breaks on Windows 2020-04-30 17:28:56 -07:00
c_api_test_util.cc Add Tensor & TensorHandle C APIs taking a Context 2020-04-06 15:10:09 -07:00
c_api_test_util.h Add Tensor & TensorHandle C APIs taking a Context 2020-04-06 15:10:09 -07:00
c_api_test.cc Avoid pointer indirection in handle, context & op 2020-04-28 18:58:17 -07:00
c_api_unified_experimental_eager.cc Improve documentation for the unified C API and perform some minor cleanups 2020-04-27 14:35:08 -07:00
c_api_unified_experimental_graph.cc Improve documentation for the unified C API and perform some minor cleanups 2020-04-27 14:35:08 -07:00
c_api_unified_experimental_internal.h Improve documentation for the unified C API and perform some minor cleanups 2020-04-27 14:35:08 -07:00
c_api_unified_experimental_test.cc Improve documentation for the unified C API and perform some minor cleanups 2020-04-27 14:35:08 -07:00
c_api_unified_experimental.cc Improve documentation for the unified C API and perform some minor cleanups 2020-04-27 14:35:08 -07:00
c_api_unified_experimental.h Improve documentation for the unified C API and perform some minor cleanups 2020-04-27 14:35:08 -07:00
c_api.cc Rollback of "Avoid partially creating/updating cluster when some workers fail during update." as it breaks on Windows 2020-04-30 17:28:56 -07:00
c_api.h [TF] Expose C API in libtensorflow_framework. 2020-03-18 09:17:46 -07:00
context_interface.h Fix TFE_ContextClearCaches for TFRT. 2020-04-29 16:56:00 -07:00
custom_device_test.cc Automatically place operation on custom device when reasonably safe. 2020-04-16 21:11:38 -07:00
custom_device_testutil.cc Add a way to register custom devices with the Python TFE_Context 2020-04-09 17:50:19 -07:00
custom_device_testutil.h Add a way to register custom devices with the Python TFE_Context 2020-04-09 17:50:19 -07:00
dlpack.cc Avoid pointer indirection in handle, context & op 2020-04-28 18:58:17 -07:00
dlpack.h fix 2020-03-28 08:41:24 +00:00
operation_interface.h Unify device names in EagerOperation. 2020-04-15 14:41:23 -07:00
tape.h This CL optimizes C++11 range-based for loops where the variable is copied in each iteration but it would suffice to obtain it by const reference. This is only applied to loop variables of types that are expensive to copy which means they are not trivially copyable or have a non-trivial copy constructor or destructor. 2020-04-06 19:54:28 -07:00
tensor_handle_interface.h Remove implicit mirroring toggle 2020-04-02 09:58:19 -07:00
tfe_cancellation_manager_internal.h Attempting to split c_api_internal.h into separate files. 2020-04-21 11:04:58 -07:00
tfe_context_internal.h Avoid pointer indirection in handle, context & op 2020-04-28 18:58:17 -07:00
tfe_executor_internal.h Attempting to split c_api_internal.h into separate files. 2020-04-21 11:04:58 -07:00
tfe_monitoring_internal.h Attempting to split c_api_internal.h into separate files. 2020-04-21 11:04:58 -07:00
tfe_op_attrs_internal.h Avoid pointer indirection in handle, context & op 2020-04-28 18:58:17 -07:00
tfe_op_internal.h Avoid pointer indirection in handle, context & op 2020-04-28 18:58:17 -07:00
tfe_tensor_debug_info_internal.h Attempting to split c_api_internal.h into separate files. 2020-04-21 11:04:58 -07:00
tfe_tensorhandle_internal.h Avoid pointer indirection in handle, context & op 2020-04-28 18:58:17 -07:00