HomeSort by relevance Sort by last modified time
    Searched refs:NewLocalExecutor (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
executor.h 144 ::tensorflow::Status NewLocalExecutor(const LocalExecutorParams& params,
kernel_benchmark_testlib.cc 90 NewLocalExecutor(params, std::unique_ptr<Graph>(init), &init_exec));
98 TF_CHECK_OK(NewLocalExecutor(params, std::unique_ptr<Graph>(g), &exec_));
graph_runner.cc 173 NewLocalExecutor(params, std::move(graph_to_run), &executor));
direct_session.cc     [all...]
function.cc 634 TF_RETURN_IF_ERROR(NewLocalExecutor(params, std::move(g), &exec));
    [all...]
executor.cc     [all...]
function_test.cc 92 TF_CHECK_OK(NewLocalExecutor(params, std::move(g), &exec));
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
executor_test.cc 72 TF_CHECK_OK(NewLocalExecutor(params, std::move(graph), &exec_));
graph_mgr.cc 274 NewLocalExecutor(params, std::move(subgraph), &unit->root));

Completed in 140 milliseconds