Struct ndk_sys::OperandCode
source · #[repr(transparent)]pub struct OperandCode(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_FLOAT32: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_INT32: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_UINT32: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_FLOAT32: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_INT32: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_QUANT8_ASYMM: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_BOOL: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_QUANT16_SYMM: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_FLOAT16: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_BOOL8: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_FLOAT16: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_QUANT8_SYMM_PER_CHANNEL: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_QUANT16_ASYMM: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_QUANT8_SYMM: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_TENSOR_QUANT8_ASYMM_SIGNED: OperandCode = _
source§impl OperandCode
impl OperandCode
pub const ANEURALNETWORKS_MODEL: OperandCode = _
Trait Implementations§
source§impl Clone for OperandCode
impl Clone for OperandCode
source§fn clone(&self) -> OperandCode
fn clone(&self) -> OperandCode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OperandCode
impl Debug for OperandCode
source§impl Hash for OperandCode
impl Hash for OperandCode
source§impl PartialEq for OperandCode
impl PartialEq for OperandCode
source§fn eq(&self, other: &OperandCode) -> bool
fn eq(&self, other: &OperandCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OperandCode
impl Eq for OperandCode
impl StructuralPartialEq for OperandCode
Auto Trait Implementations§
impl Freeze for OperandCode
impl RefUnwindSafe for OperandCode
impl Send for OperandCode
impl Sync for OperandCode
impl Unpin for OperandCode
impl UnwindSafe for OperandCode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more