Home
last modified time | relevance | path

Searched refs:LocalExecutorParams (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor_factory.h30 struct LocalExecutorParams;
34 virtual Status NewExecutor(const LocalExecutorParams& params,
45 const LocalExecutorParams& params,
Dexecutor.h127 struct LocalExecutorParams { struct
139 ::tensorflow::Status NewLocalExecutor(const LocalExecutorParams& params, argument
Dexecutor_factory.cc77 const LocalExecutorParams& params, in NewExecutor()
Dgraph_runner.cc156 LocalExecutorParams params; in Run()
Dkernel_benchmark_testlib.cc77 LocalExecutorParams params; in Benchmark()
Dexecutor.cc290 ExecutorImpl(const LocalExecutorParams& p, std::unique_ptr<const Graph> g) in ExecutorImpl()
368 LocalExecutorParams params_;
2858 Status NewLocalExecutor(const LocalExecutorParams& params, in NewLocalExecutor()
2894 Status NewExecutor(const LocalExecutorParams& params, in NewExecutor()
Dexecutor_test.cc61 LocalExecutorParams params; in Create()
Dfunction_test.cc89 LocalExecutorParams params; in Create()
601 Status NewExecutor(const LocalExecutorParams& params, in NewExecutor()
Ddirect_session.cc1259 LocalExecutorParams params; in CreateExecutors()
Dfunction.cc881 LocalExecutorParams params; in CreateItem()
/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor.cc34 explicit SingleThreadedExecutorImpl(const LocalExecutorParams& params) in SingleThreadedExecutorImpl()
310 const LocalExecutorParams params_;
361 Status NewExecutor(const LocalExecutorParams& params, in NewExecutor()
376 Status NewSingleThreadedExecutor(const LocalExecutorParams& params, in NewSingleThreadedExecutor()
Dsingle_threaded_executor.h55 Status NewSingleThreadedExecutor(const LocalExecutorParams& params,
Dsingle_threaded_executor_test.cc59 LocalExecutorParams params; in Create()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc196 LocalExecutorParams params; in InitItem()