[][src]Trait melange::tensor::transpose_policy::BLASPolicy

pub trait BLASPolicy {
    const BLAS_TRANSPOSE: Transpose;
}

Defines the constant that should be passed to BLAS operation. Should only be implemented for contiguous policies.

Associated Constants

Loading content...

Implementors

Loading content...