pub struct ArmNNExecutionProvider { /* private fields */ }
Implementations§
Source§impl ArmNNExecutionProvider
impl ArmNNExecutionProvider
pub fn with_arena_allocator(self) -> Self
pub fn build(self) -> ExecutionProviderDispatch
Trait Implementations§
Source§impl Clone for ArmNNExecutionProvider
impl Clone for ArmNNExecutionProvider
Source§fn clone(&self) -> ArmNNExecutionProvider
fn clone(&self) -> ArmNNExecutionProvider
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 ArmNNExecutionProvider
impl Debug for ArmNNExecutionProvider
Source§impl Default for ArmNNExecutionProvider
impl Default for ArmNNExecutionProvider
Source§fn default() -> ArmNNExecutionProvider
fn default() -> ArmNNExecutionProvider
Returns the “default value” for a type. Read more
Source§impl ExecutionProvider for ArmNNExecutionProvider
impl ExecutionProvider for ArmNNExecutionProvider
Source§fn as_str(&self) -> &'static str
fn as_str(&self) -> &'static str
Returns the identifier of this execution provider used internally by ONNX Runtime. Read more
Source§fn supported_by_platform(&self) -> bool
fn supported_by_platform(&self) -> bool
Returns whether this execution provider is supported on this platform. Read more
Source§impl From<ArmNNExecutionProvider> for ExecutionProviderDispatch
impl From<ArmNNExecutionProvider> for ExecutionProviderDispatch
Source§fn from(value: ArmNNExecutionProvider) -> Self
fn from(value: ArmNNExecutionProvider) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ArmNNExecutionProvider
impl RefUnwindSafe for ArmNNExecutionProvider
impl Send for ArmNNExecutionProvider
impl Sync for ArmNNExecutionProvider
impl Unpin for ArmNNExecutionProvider
impl UnwindSafe for ArmNNExecutionProvider
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