Trait rcudnn::utils::DataTypeInfo[][src]

pub trait DataTypeInfo {
    fn cudnn_data_type() -> DataType;
fn size() -> usize; }
Expand description

CuDnn type info for generic use.

Required methods

Mostly internal.

Implementations on Foreign Types

Implementors