Skip to main content

TensorRefAPI

Trait TensorRefAPI 

Source
pub trait TensorRefAPI<'l>: TensorViewAPI { }

Implementors§

Source§

impl<'l, R, T, B, D> TensorRefAPI<'l> for &'l TensorAny<R, T, B, D>
where D: DimAPI, R: DataAPI<Data = B::Raw>, B: DeviceAPI<T>, Self: TensorViewAPI,

Source§

impl<'l, T, B, D> TensorRefAPI<'l> for TensorView<'l, T, B, D>
where D: DimAPI, B: DeviceAPI<T>, Self: TensorViewAPI,