Mojo module
casting
Ops that modify the shape or data type of a symbolic tensor.
Functionsβ
- β
broadcast_to
: Broadcasts a symbolic tensor. - β
cast
: Casts a symbolic tensor to a different data type. - β
rebind
: Rebinds a symbolic tensor to a specified set of dimensions. - β
reshape
: Reshapes a symbolic tensor. - β
reshape_like
: Reshapes a symbolic tensor to the same shape as another symbolic tensor. - β
shape_of
: Gets the shape of a symbolic tensor as a rank-1 symbolic tensor. - β
squeeze
: Removes a size-1 dimension from a symbolic tensor. - β
transpose
: Transposes two dimensions of a symbolic tensor. - β
transpose_matrix
: Transposes the last two dimensions of a symbolic tensor. - β
unsqueeze
: Inserts a size-1 dimension into a symbolic tensor.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
π What went wrong?