Trait concision_core::prelude::TensorConstructor

source ·
pub trait TensorConstructor<T, O = Self>
where Self: DefaultLike<Output = O> + FillLike<T, Output = O> + OnesLike<Output = O> + ZerosLike<Output = O>,
{ }

Implementations on Foreign Types§

source§

impl<A, S, D> TensorConstructor<A> for ArrayBase<S, D>
where A: Clone + Default + Num, D: Dimension, S: DataOwned<Elem = A>,

Implementors§