Trait wasmedge_tensorflow_interface::TensorType[][src]

pub trait TensorType: Clone {
    type InnerType;
    fn val() -> u32;
fn zero() -> Self; }
Expand description

TensorType trait. Internal only.

Associated Types

Required methods

Implementations on Foreign Types

Implementors