Searched refs:NewLocalExecutor (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.h | 139 ::tensorflow::Status NewLocalExecutor(const LocalExecutorParams& params,
|
D | graph_runner.cc | 170 NewLocalExecutor(params, std::move(graph_to_run), &executor)); in Run()
|
D | executor_test.cc | 72 TF_CHECK_OK(NewLocalExecutor(params, std::move(graph), &exec_)); in Create()
|
D | executor.cc | 2858 Status NewLocalExecutor(const LocalExecutorParams& params, in NewLocalExecutor() function 2898 TF_RETURN_IF_ERROR(NewLocalExecutor(params, std::move(graph), &ret)); in NewExecutor()
|
D | function_test.cc | 100 TF_CHECK_OK(NewLocalExecutor(params, std::move(g), &exec)); in Create()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.cc | 277 NewLocalExecutor(params, std::move(subgraph), &unit->root)); in InitItem()
|