pub struct RKNPUExecutionProvider {}
Implementations§
Source§impl RKNPUExecutionProvider
impl RKNPUExecutionProvider
pub fn build(self) -> ExecutionProviderDispatch
Trait Implementations§
Source§impl Clone for RKNPUExecutionProvider
impl Clone for RKNPUExecutionProvider
Source§fn clone(&self) -> RKNPUExecutionProvider
fn clone(&self) -> RKNPUExecutionProvider
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 RKNPUExecutionProvider
impl Debug for RKNPUExecutionProvider
Source§impl Default for RKNPUExecutionProvider
impl Default for RKNPUExecutionProvider
Source§fn default() -> RKNPUExecutionProvider
fn default() -> RKNPUExecutionProvider
Returns the “default value” for a type. Read more
Source§impl ExecutionProvider for RKNPUExecutionProvider
impl ExecutionProvider for RKNPUExecutionProvider
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<RKNPUExecutionProvider> for ExecutionProviderDispatch
impl From<RKNPUExecutionProvider> for ExecutionProviderDispatch
Source§fn from(value: RKNPUExecutionProvider) -> Self
fn from(value: RKNPUExecutionProvider) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RKNPUExecutionProvider
impl RefUnwindSafe for RKNPUExecutionProvider
impl Send for RKNPUExecutionProvider
impl Sync for RKNPUExecutionProvider
impl Unpin for RKNPUExecutionProvider
impl UnwindSafe for RKNPUExecutionProvider
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