MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Process

Method Process

tensorflow/core/common_runtime/executor.cc:841–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839
840template <class PropagatorStateType>
841void ExecutorState<PropagatorStateType>::Process(
842 TaggedNode tagged_node, int64_t scheduled_nsec) {
843 std::vector<TaggedNode> nodes;
844 nodes.push_back(tagged_node);
845 BatchProcess(nodes, 1, scheduled_nsec);
846}
847
848template <class PropagatorStateType>
849void ExecutorState<PropagatorStateType>::BatchProcess(std::vector<TaggedNode> nodes,

Callers 9

mainFunction · 0.45
testFlushMethod · 0.45
launchFunction · 0.45
CostProcessMethod · 0.45
ScheduleReadyMethod · 0.45
CostScheduleReadyMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by 4

testFlushMethod · 0.36