.. |
parallel_device
|
Add support for a device ID op in parallel_device
|
2020-05-12 09:34:03 -07:00 |
BUILD
|
Disable flaky tensorflow/c/eager:c_api_test
|
2020-05-18 18:40:40 -07:00 |
c_api_cluster_test.cc
|
Validate remote resource devices before safe access of resources.
|
2020-05-12 21:27:15 -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
|
Allow dynamically configuring device placement
|
2020-05-12 23:17:39 -07:00 |
c_api_experimental.h
|
Allow dynamically configuring device placement
|
2020-05-12 23:17:39 -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 cancellation in multi-device and distributed function execution.
|
2020-05-15 14:53:58 -07:00 |
c_api_test_util.cc
|
Validate remote resource devices before safe access of resources.
|
2020-05-12 21:27:15 -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
|
Validate remote resource devices before safe access of resources.
|
2020-05-12 21:27:15 -07:00 |
c_api_unified_experimental_eager.cc
|
Introduce a higher-level function handling in the tracing oriented unified API
|
2020-05-14 07:45:39 -07:00 |
c_api_unified_experimental_graph.cc
|
Add support for setting up a TF_OutputList from the client and use it to build function with multiple results
|
2020-05-14 12:38:55 -07:00 |
c_api_unified_experimental_internal.h
|
Introduce a higher-level function handling in the tracing oriented unified API
|
2020-05-14 07:45:39 -07:00 |
c_api_unified_experimental_test.cc
|
Add support for setting up a TF_OutputList from the client and use it to build function with multiple results
|
2020-05-14 12:38:55 -07:00 |
c_api_unified_experimental.cc
|
Add support for setting up a TF_OutputList from the client and use it to build function with multiple results
|
2020-05-14 12:38:55 -07:00 |
c_api_unified_experimental.h
|
Add support for setting up a TF_OutputList from the client and use it to build function with multiple results
|
2020-05-14 12:38:55 -07:00 |
c_api.cc
|
Skip TFE_ContextAsyncWait for tfrt. In current TF-TFRT integration, all ops are executed synchronously. We will revisit this later.
|
2020-05-15 12:18:55 -07:00 |
c_api.h
|
Initial checkin of C++ header-only TensorHandle as part of RFC https://github.com/tensorflow/community/pull/207.
|
2020-05-12 12:37:48 -07:00 |
context_interface.h
|
Add Unsupported dtype in tfrt for backward compatibility. We will use this dtype to support legacy types (e.g. DT_RESOURCE, DT_VARIANT) that are not natively implemented in TFRT.
|
2020-05-15 13:36:05 -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 |