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

Method is_root

imperative/src/impl/interpreter/tensor_info.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 std::shared_ptr<DsuNode> parent;
26
27 bool is_root() { return !bool(parent); }
28
29 double t;
30};

Callers 14

make_from_op_nodeFunction · 0.45
find_fatherMethod · 0.45
full_gradMethod · 0.45
get_output_var_shapeMethod · 0.45
execMethod · 0.45
gradMethod · 0.45
execMethod · 0.45
get_output_var_shapeMethod · 0.45
execMethod · 0.45
gradMethod · 0.45
execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected