pub trait TensorProtoElement where
    Self: Pod
{ const DATA_TYPE: DataType; fn to_bytes(&self) -> &[u8]Notable traits for &'_ [u8]impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]; }
Expand description

Element types of TensorProto.

Associated Constants

Required methods

Implementations on Foreign Types

Implementors