Searched refs:TFE_NewExecutor (Results 1 – 6 of 6) sorted by relevance
77 handle = pywrap_tfe.TFE_NewExecutor(enable_async)
223 TFE_Executor* executor = TFE_NewExecutor(/*is_async=*/false); in TEST()235 TFE_Executor* executor = TFE_NewExecutor(/*is_async=*/false); in TEST()276 TFE_Executor* executor = TFE_NewExecutor(async); in TEST()327 TFE_Executor* executor = TFE_NewExecutor(async); in Executor_MatMul_CPU()
307 TF_CAPI_EXPORT extern TFE_Executor* TFE_NewExecutor(bool is_async);
517 TFE_Executor* TFE_NewExecutor(bool is_async) { in TFE_NewExecutor() function
73 executor_(TFE_NewExecutor(is_async)), in DeviceThread()
783 TFE_Executor* exc = TFE_NewExecutor(is_async); in PYBIND11_MODULE()