STT-tensorflow/tensorflow/c/eager
Mehdi Amini 4da3e08cd5 Fix typo in the test names: UnifedCAPI->UnifiedCAPI
PiperOrigin-RevId: 310941575
Change-Id: Ie6b16eb317bd15e98de54652568f25827cf147df
2020-05-11 10:40:46 -07:00
..
parallel_device Add Python bindings and some tests for the parallel device 2020-04-22 10:17:28 -07:00
BUILD Move c_api_tfrt to core/tfrt/eager (NFC) 2020-05-08 11:15:16 -07:00
c_api_cluster_test.cc Fix flakiness in c_api_remote_test. 2020-05-01 12:30:47 -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 Support running a function with packed input handles through C APIs. 2020-05-08 12:53:55 -07:00
c_api_experimental.h Support running a function with packed input handles through C APIs. 2020-05-08 12:53:55 -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 Support running a function with packed input handles through C APIs. 2020-05-08 12:53:55 -07:00
c_api_test_util.cc Support running a function with packed input handles through C APIs. 2020-05-08 12:53:55 -07:00
c_api_test_util.h Support running a function with packed input handles through C APIs. 2020-05-08 12:53:55 -07:00
c_api_test.cc Support running a function with packed input handles through C APIs. 2020-05-08 12:53:55 -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 Fix typo in the test names: UnifedCAPI->UnifiedCAPI 2020-05-11 10:40:46 -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 Move c_api_tfrt to core/tfrt/eager (NFC) 2020-05-08 11:15:16 -07:00
c_api.h [TF] Expose C API in libtensorflow_framework. 2020-03-18 09:17:46 -07:00
context_interface.h Implement Numpy to tensor conversion for TFRT. 2020-05-08 17:18:26 -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 Less pointer indirection for TFE_OpAttrs, add TFE_OpGetAttrs 2020-05-04 09:24:03 -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