megengine.traced_module.node.TensorNode¶
- class TensorNode(expr, name, orig_name)[源代码]¶
TensorNode
represents the Tensor objects.Attributes
Get the device of this Node pointed Tensor.
Get the dtype of this Node.
The Expr which produces the Node.
Return the name of this Node.
Get the :calss:`QParams` of this Node.
Get the shape of this Node.
Get the parent graph of this Node.
Get the bound Tensor of this Node.
Methods