pub struct EthosU65Support;Expand description
Operator support for Ethos-U65 (512 MAC configuration).
Trait Implementations§
Source§impl OperatorSupport for EthosU65Support
impl OperatorSupport for EthosU65Support
Source§fn op_support(&self, op_name: &str, precision: Precision) -> PerformanceTier
fn op_support(&self, op_name: &str, precision: Precision) -> PerformanceTier
Query the support tier for a given operator at a given precision.
Source§fn hardware_name(&self) -> &str
fn hardware_name(&self) -> &str
Human-readable hardware name.
Source§fn native_ops(&self) -> &[&str]
fn native_ops(&self) -> &[&str]
Operators that run natively on this hardware.
Source§fn emulated_ops(&self) -> &[&str]
fn emulated_ops(&self) -> &[&str]
Operators that are emulated (decomposed or CPU fallback).
Auto Trait Implementations§
impl Freeze for EthosU65Support
impl RefUnwindSafe for EthosU65Support
impl Send for EthosU65Support
impl Sync for EthosU65Support
impl Unpin for EthosU65Support
impl UnsafeUnpin for EthosU65Support
impl UnwindSafe for EthosU65Support
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