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

Method apply_on_var_node

imperative/src/impl/op_def.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43VarNodeArray OpDef::apply_on_var_node(const OpDef& def, const VarNodeArray& inputs) {
44 return def.trait()->apply_on_var_node(def, inputs);
45}
46
47std::tuple<SmallVector<LogicalTensorDesc>, bool> OpDef::infer_output_attrs_fallible(
48 const OpDef& def, const SmallVector<LogicalTensorDesc>& inputs) {

Callers 15

matrix_inverse.cppFile · 0.80
general_norm.cppFile · 0.80
resize.cppFile · 0.80
opr_attr.cppFile · 0.80
broadcast.cppFile · 0.80
warp_affine.cppFile · 0.80
rnn.cppFile · 0.80
vision.cppFile · 0.80
indexing.cppFile · 0.80
extern_opr.cppFile · 0.80

Calls 1

traitMethod · 0.45

Tested by

no test coverage detected