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

Method ProcessNoop

tensorflow/core/common_runtime/executor.cc:823–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821
822template <class PropagatorStateType>
823void ExecutorState<PropagatorStateType>::ProcessNoop(
824 NodeExecStatsInterface* stats) {
825 nodestats::SetOpStart(stats);
826 nodestats::SetOpEnd(stats);
827}
828
829template <class PropagatorStateType>
830void ExecutorState<PropagatorStateType>::ProcessConstTensor(

Callers

nothing calls this directly

Calls 2

SetOpStartFunction · 0.85
SetOpEndFunction · 0.85

Tested by

no test coverage detected