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

Method ExecutorState

tensorflow/core/common_runtime/executor.cc:510–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508
509template <class PropagatorStateType>
510ExecutorState<PropagatorStateType>::ExecutorState(
511 const Executor::Args& args, const ImmutableExecutorState& immutable_state,
512 ExecutorInternal::KernelStats* kernel_stats)
513 : ExecutorState(args, immutable_state, kernel_stats, nullptr) {}
514
515template <class PropagatorStateType>
516ExecutorState<PropagatorStateType>::ExecutorState(

Callers

nothing calls this directly

Calls 5

IsEnabledFunction · 0.85
GetEventCollectorFunction · 0.85
paramsMethod · 0.80
nameMethod · 0.65
getMethod · 0.45

Tested by

no test coverage detected