Struct ndk_sys::ANeuralNetworksOperandType [−][src]
#[repr(C)]pub struct ANeuralNetworksOperandType {
pub type_: i32,
pub dimensionCount: u32,
pub dimensions: *const u32,
pub scale: f32,
pub zeroPoint: i32,
}
Fields
type_: i32
dimensionCount: u32
dimensions: *const u32
scale: f32
zeroPoint: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ANeuralNetworksOperandType
impl !Send for ANeuralNetworksOperandType
impl !Sync for ANeuralNetworksOperandType
impl Unpin for ANeuralNetworksOperandType
impl UnwindSafe for ANeuralNetworksOperandType
Blanket Implementations
Mutably borrows from an owned value. Read more