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

Function prev_dev_ptr

test/src/include/megbrain/test/helper.h:440–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440static inline const void* prev_dev_ptr(SymbolVar var) {
441 return var.node()->prev_dev_ptr();
442}
443
444static inline void set_priority(SymbolVar var, int pri) {
445 var.node()->owner_opr()->node_prop().attribute().priority = pri;

Callers 13

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
run<basic>Function · 0.85
run<non_contig>Function · 0.85
test_merge_oprFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
do_test_dynamic_splitFunction · 0.85

Calls 2

prev_dev_ptrMethod · 0.80
nodeMethod · 0.45

Tested by

no test coverage detected