Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc318 friend class ExecutorState;
851 class ExecutorState { class
853 ExecutorState(const Executor::Args& args, ExecutorImpl* impl);
854 ~ExecutorState();
1378 ExecutorState::ExecutorState(const Executor::Args& args, ExecutorImpl* impl) in ExecutorState() function in tensorflow::__anon6f8fc96b0111::ExecutorState
1415 ExecutorState::~ExecutorState() { in ~ExecutorState()
1507 void ExecutorState::RunAsync(Executor::DoneCallback done) { in RunAsync()
1544 struct ExecutorState::AsyncState {
1611 void ExecutorState::Process(TaggedNode tagged_node, int64 scheduled_nsec) { in Process()
1878 Status ExecutorState::PrepareInputs(const NodeItem& item, Entry* first_input, in PrepareInputs()
[all …]