Struct windows::AI::MachineLearning::TensorKind
#[repr(transparent)]pub struct TensorKind(pub i32);
Expand description
Required features: "AI_MachineLearning"
Tuple Fields§
§0: i32
Implementations§
§impl TensorKind
impl TensorKind
pub const Undefined: Self = _
pub const Float: Self = _
pub const UInt8: Self = _
pub const Int8: Self = _
pub const UInt16: Self = _
pub const Int16: Self = _
pub const Int32: Self = _
pub const Int64: Self = _
pub const String: Self = _
pub const Boolean: Self = _
pub const Float16: Self = _
pub const Double: Self = _
pub const UInt32: Self = _
pub const UInt64: Self = _
pub const Complex64: Self = _
pub const Complex128: Self = _
Trait Implementations§
§impl Clone for TensorKind
impl Clone for TensorKind
§impl Debug for TensorKind
impl Debug for TensorKind
§impl PartialEq<TensorKind> for TensorKind
impl PartialEq<TensorKind> for TensorKind
§fn eq(&self, other: &TensorKind) -> bool
fn eq(&self, other: &TensorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.