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