Searched refs:TFE_ContextSetExecutorForThread (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_experimental_test.cc | 331 TFE_ContextSetExecutorForThread(ctx, executor); in TEST() 357 TFE_ContextSetExecutorForThread(ctx, old_executor); in TEST() 407 TFE_ContextSetExecutorForThread(ctx, executor); in TEST() 436 TFE_ContextSetExecutorForThread(ctx, old_executor); in TEST() 462 TFE_ContextSetExecutorForThread(ctx, executor); in Executor_MatMul_CPU() 478 TFE_ContextSetExecutorForThread(ctx, old_executor); in Executor_MatMul_CPU()
|
D | c_api_experimental.h | 409 TF_CAPI_EXPORT extern void TFE_ContextSetExecutorForThread(TFE_Context*,
|
D | c_api_experimental.cc | 615 void TFE_ContextSetExecutorForThread(TFE_Context* ctx, TFE_Executor* executor) { in TFE_ContextSetExecutorForThread() function
|
/external/tensorflow/tensorflow/python/eager/ |
D | context.py | 819 pywrap_tfe.TFE_ContextSetExecutorForThread(self._context_handle, 839 pywrap_tfe.TFE_ContextSetExecutorForThread(self._context_handle, e.handle())
|
/external/tensorflow/tensorflow/python/ |
D | tfe_wrapper.cc | 490 TFE_ContextSetExecutorForThread(tensorflow::InputTFE_Context(ctx), &exc); in PYBIND11_MODULE()
|