Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_node
Function · 0.45
find_father
Method · 0.45
full_grad
Method · 0.45
get_output_var_shape
Method · 0.45
exec
Method · 0.45
grad
Method · 0.45
exec
Method · 0.45
get_output_var_shape
Method · 0.45
exec
Method · 0.45
grad
Method · 0.45
exec
Method · 0.45
opr_shallow_copy_collective_mm
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected