Trait burn_tensor::ReshapeArgs
source · pub trait ReshapeArgs<const D2: usize> {
// Required method
fn into_shape<B: Backend, const D: usize, K: BasicOps<B>>(
self,
tensor: &Tensor<B, D, K>,
) -> Shape<D2>;
}Expand description
Trait used for reshape arguments.
Required Methods§
Object Safety§
This trait is not object safe.