.. |
parallel_device
|
Update device_id to be int32 rather than int64.
|
2020-06-22 13:09:26 -07:00 |
BUILD
|
Split Abstract interfaces into Abstract and ImmediateExecution interfaces.
|
2020-06-17 12:39:13 -07:00 |
abstract_context.h
|
Moving RAII helpers for TensorHandle, Tensor, and Operation to their respective classes.
|
2020-06-21 19:12:38 -07:00 |
abstract_function.h
|
Split Abstract interfaces into Abstract and ImmediateExecution interfaces.
|
2020-06-17 12:39:13 -07:00 |
abstract_operation.h
|
Moving RAII helpers for TensorHandle, Tensor, and Operation to their respective classes.
|
2020-06-21 19:12:38 -07:00 |
abstract_tensor_handle.h
|
Moving RAII helpers for TensorHandle, Tensor, and Operation to their respective classes.
|
2020-06-21 19:12:38 -07:00 |
c_api.cc
|
Split Abstract interfaces into Abstract and ImmediateExecution interfaces.
|
2020-06-17 12:39:13 -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 |
c_api_cluster_test.cc
|
Fix c_api_remote_test tsan flakiness.
|
2020-05-29 13:08:17 -07:00 |
c_api_debug.cc
|
Avoid pointer indirection in handle, context & op
|
2020-04-28 18:58:17 -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_distributed_test.cc
|
Fix c_api_remote_test tsan flakiness.
|
2020-05-29 13:08:17 -07:00 |
c_api_experimental.cc
|
Add experimental C API to access EagerContext context ID.
|
2020-06-20 11:32:20 -07:00 |
c_api_experimental.h
|
Add experimental C API to access EagerContext context ID.
|
2020-06-20 11:32:20 -07:00 |
c_api_experimental_test.cc
|
Parallel device: avoid deadlocks when the EagerContext's default executor is async
|
2020-06-16 16:53: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
|
Fix c_api_remote_test tsan flakiness.
|
2020-05-29 13:08:17 -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_test_util.cc
|
Fix c_api_remote_test tsan flakiness.
|
2020-05-29 13:08:17 -07:00 |
c_api_test_util.h
|
Fix c_api_remote_test tsan flakiness.
|
2020-05-29 13:08:17 -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_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
|
Add an MLIR tracing implementation to the C unified API
|
2020-05-27 03:00:08 -07:00 |
c_api_unified_experimental_test.cc
|
Add an MLIR tracing implementation to the C unified API
|
2020-05-27 03:00:08 -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
|
cp
|
2020-07-02 07:37:10 +00:00 |
dlpack.h
|
fix
|
2020-03-28 08:41:24 +00:00 |
immediate_execution_context.h
|
Moving RAII helpers for TensorHandle, Tensor, and Operation to their respective classes.
|
2020-06-21 19:12:38 -07:00 |
immediate_execution_operation.h
|
Moving RAII helpers for TensorHandle, Tensor, and Operation to their respective classes.
|
2020-06-21 19:12:38 -07:00 |
immediate_execution_tensor_handle.h
|
Moving RAII helpers for TensorHandle, Tensor, and Operation to their respective classes.
|
2020-06-21 19:12:38 -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 |
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
|
Split Abstract interfaces into Abstract and ImmediateExecution interfaces.
|
2020-06-17 12:39:13 -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
|
Split Abstract interfaces into Abstract and ImmediateExecution interfaces.
|
2020-06-17 12:39:13 -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
|
Split Abstract interfaces into Abstract and ImmediateExecution interfaces.
|
2020-06-17 12:39:13 -07:00 |