Trait tvm::ndarray::Num32[][src]

pub trait Num32: Num + Sealed {
    const BITS: u8;
}
Expand description

A trait for the supported 32-bits numerical types in frontend.

Associated Constants

Implementations on Foreign Types

Implementors