Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h143 ::tensorflow::Status NewLocalExecutor(const LocalExecutorParams& params,
Dgraph_runner.cc171 TF_RETURN_IF_ERROR(NewLocalExecutor(params, *graph_to_run, &executor)); in Run()
Dexecutor.cc1352 Status NewLocalExecutor(const LocalExecutorParams& params, const Graph& graph, in NewLocalExecutor() function
1391 TF_RETURN_IF_ERROR(NewLocalExecutor(params, std::move(graph), &ret)); in NewExecutor()
Dexecutor_test.cc85 TF_CHECK_OK(NewLocalExecutor(params, *graph, &exec_)); in Create()
Dfunction_test.cc103 TF_CHECK_OK(NewLocalExecutor(params, *g, &exec)); in Create()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc290 TF_RETURN_IF_ERROR(NewLocalExecutor(params, *unit->graph, &unit->root)); in InitItem()
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_test_base.cc462 TF_RETURN_IF_ERROR(NewLocalExecutor(params, *g, &cur_exec)); in RunFunction()