Struct rds_tensors::TensorN [] [src]

pub struct TensorN<T: RDSTyped> { /* fields omitted */ }

Trait Implementations

impl<T: RDSTyped> Tensor<T> for TensorN<T>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl<I, T> Index<I> for TensorN<T> where
    I: AsRef<[usize]>,
    T: RDSTyped
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<I, T> IndexMut<I> for TensorN<T> where
    I: AsRef<[usize]>,
    T: RDSTyped
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T: RDSTyped> Display for TensorN<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for TensorN<T> where
    T: Send

impl<T> Sync for TensorN<T> where
    T: Sync