TensorNode

class TensorNode(expr, name=None, qualname=None, shape=None, dtype=None, qparams=None)[source]

TensorNode represents the Tensor objects.

property device

Get the device of this Node pointed Tensor.

property dtype

Get the dtype of this Node.

property qparams

Get the QParams of this Node.

property shape

Get the shape of this Node.

property value

Get the bound Tensor of this Node.