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

Function apply_on_var_node

imperative/src/impl/ops/utility.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126namespace {
127namespace fastpathcopy {
128auto apply_on_var_node(const OpDef& def, const VarNodeArray& inputs) {
129 return inputs;
130}
131
132auto make_backward_graph(
133 const OpDef& def, const SmallVector<LogicalTensorDesc>& inputs,

Callers 1

initializeMethod · 0.70

Calls 14

SymbolVarClass · 0.85
set_scopeMethod · 0.80
scopeMethod · 0.80
makeFunction · 0.70
sizeMethod · 0.45
push_backMethod · 0.45
nodeMethod · 0.45
make_nameMethod · 0.45
owner_oprMethod · 0.45
addMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected