Searched refs:NewLocalExecutor (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.h | 143 ::tensorflow::Status NewLocalExecutor(const LocalExecutorParams& params,
|
D | graph_runner.cc | 171 TF_RETURN_IF_ERROR(NewLocalExecutor(params, *graph_to_run, &executor)); in Run()
|
D | executor.cc | 1352 Status NewLocalExecutor(const LocalExecutorParams& params, const Graph& graph, in NewLocalExecutor() function 1391 TF_RETURN_IF_ERROR(NewLocalExecutor(params, std::move(graph), &ret)); in NewExecutor()
|
D | executor_test.cc | 85 TF_CHECK_OK(NewLocalExecutor(params, *graph, &exec_)); in Create()
|
D | function_test.cc | 103 TF_CHECK_OK(NewLocalExecutor(params, *g, &exec)); in Create()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.cc | 290 TF_RETURN_IF_ERROR(NewLocalExecutor(params, *unit->graph, &unit->root)); in InitItem()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | dataset_test_base.cc | 462 TF_RETURN_IF_ERROR(NewLocalExecutor(params, *g, &cur_exec)); in RunFunction()
|