pub fn expand<T: Scalar, N: Size>(
scope: &Scope,
tensor: &<Tensor<Vector<T, N>> as CubeType>::ExpandType,
offset_layout: <usize as CubeType>::ExpandType,
rank: Option<usize>,
) -> <usize as CubeType>::ExpandTypeExpand description
Returns the offset of the tensor corresponding to a contiguous layout.