[][src]Trait ssvm_tensorflow_interface::TensorType

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

TensorType trait. Internal only.

Associated Types

Loading content...

Required methods

pub fn val() -> u32[src]

pub fn zero() -> Self[src]

Loading content...

Implementations on Foreign Types

impl TensorType for f32[src]

type InnerType = f32

impl TensorType for f64[src]

type InnerType = f64

impl TensorType for i32[src]

type InnerType = i32

impl TensorType for u8[src]

type InnerType = u8

impl TensorType for u16[src]

type InnerType = u16

impl TensorType for u32[src]

type InnerType = u32

impl TensorType for u64[src]

type InnerType = u64

impl TensorType for i16[src]

type InnerType = i16

impl TensorType for i8[src]

type InnerType = i8

impl TensorType for i64[src]

type InnerType = i64

impl TensorType for bool[src]

type InnerType = bool

Loading content...

Implementors

Loading content...