Trait burn::tensor::BroadcastArgs
pub trait BroadcastArgs<const D1: usize, const D2: usize> {
// Required method
fn into_shape(self, shape: &Shape) -> Shape;
}
Expand description
Trait used for broadcast arguments.
Required Methods§
fn into_shape(self, shape: &Shape) -> Shape
fn into_shape(self, shape: &Shape) -> Shape
Converts to a shape.