Searched refs:ExecutorImpl (Results 1 – 1 of 1) sorted by relevance
137 class ExecutorImpl : public Executor { class139 explicit ExecutorImpl(const LocalExecutorParams& p) : immutable_state_(p) {} in ExecutorImpl() function in tensorflow::__anonce8950920111::ExecutorImpl218 TF_DISALLOW_COPY_AND_ASSIGN(ExecutorImpl);275 ExecutorImpl::KernelStats* kernel_stats_);365 ExecutorImpl::KernelStats* const kernel_stats_;393 ExecutorImpl::KernelStats* kernel_stats) in ExecutorState()1339 void ExecutorImpl::RunAsync(const Args& args, DoneCallback done) { in RunAsync()1354 ExecutorImpl* impl = new ExecutorImpl(params); in NewLocalExecutor()