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_: i32dimensionCount: u32dimensions: *const u32scale: f32zeroPoint: i32Trait 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