MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / scn_do_execute

Method scn_do_execute

src/opr/impl/loop/impl.cpp:316–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316void LoopImpl::DescImplBase::CounterProvider::scn_do_execute() {
317 mgb_assert(output(0)->dev_tensor().raw_ptr() == m_next_val_dev.raw_ptr());
318}
319
320void LoopImpl::DescImplBase::CounterProvider::init_output_static_infer_desc() {
321 using namespace cg::static_infer;

Callers

nothing calls this directly

Calls 15

copy_from_fixlayoutMethod · 0.80
recorderMethod · 0.80
on_fwd_beginMethod · 0.80
should_loopMethod · 0.80
sub_graphMethod · 0.80
execFunction · 0.50
raw_ptrMethod · 0.45
dev_tensorMethod · 0.45
eq_shapeMethod · 0.45
shapeMethod · 0.45
copy_fromMethod · 0.45
on_exec_beginMethod · 0.45

Tested by

no test coverage detected