Home
last modified time | relevance | path

Searched refs:NewLocalExecutor (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h139 ::tensorflow::Status NewLocalExecutor(const LocalExecutorParams& params,
Dgraph_runner.cc170 NewLocalExecutor(params, std::move(graph_to_run), &executor)); in Run()
Dexecutor_test.cc72 TF_CHECK_OK(NewLocalExecutor(params, std::move(graph), &exec_)); in Create()
Dexecutor.cc2858 Status NewLocalExecutor(const LocalExecutorParams& params, in NewLocalExecutor() function
2898 TF_RETURN_IF_ERROR(NewLocalExecutor(params, std::move(graph), &ret)); in NewExecutor()
Dfunction_test.cc100 TF_CHECK_OK(NewLocalExecutor(params, std::move(g), &exec)); in Create()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc277 NewLocalExecutor(params, std::move(subgraph), &unit->root)); in InitItem()