Home
last modified time | relevance | path

Searched refs:TFE_ContextGetExecutorForThread (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental_test.cc276 TFE_Executor* old_executor = TFE_ContextGetExecutorForThread(ctx); in TEST()
328 TFE_Executor* old_executor = TFE_ContextGetExecutorForThread(ctx); in Executor_MatMul_CPU()
480 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in TEST()
514 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in TEST()
Dc_api_remote_test.cc105 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in TestRemoteExecute()
Dc_api_cluster_test.cc84 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in CheckRemoteMatMulExecutesOK()
138 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in TestRemoteExecuteChangeServerDef()
Dc_api_remote_test_util.cc222 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in TestRemoteExecuteSilentCopies()
Dc_api_test.cc102 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in BM_Execute()
138 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in BM_Execute_Identity()
297 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in TensorHandleCopyBetweenDevicesError()
453 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in TensorHandleSilentCopy()
597 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in TEST()
818 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in Execute_MatMul_CPU_Runtime_Error()
1301 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in BM_ExecuteFunction()
Dc_api_experimental.h372 TF_CAPI_EXPORT extern TFE_Executor* TFE_ContextGetExecutorForThread(
Dc_api_distributed_test.cc225 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in TestFunctionWithPackedInput()
Dc_api_experimental.cc596 TFE_Executor* TFE_ContextGetExecutorForThread(TFE_Context* ctx) { in TFE_ContextGetExecutorForThread() function
/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/
Dc_api_coordination_test.cc142 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in TEST()
252 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in TEST()
481 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in TEST_P()
Dc_api_multi_client_test.cc77 TFE_Executor* executor = TFE_ContextGetExecutorForThread(ctx); in StartWorkers()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py1054 pywrap_tfe.TFE_ContextGetExecutorForThread(self._context_handle))
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc965 return TFE_ContextGetExecutorForThread(tensorflow::InputTFE_Context(o)); in PYBIND11_MODULE()