pub struct EthosU55Support;Expand description
Operator support for Ethos-U55 (128 MAC configuration).
Trait Implementations§
Source§impl OperatorSupport for EthosU55Support
impl OperatorSupport for EthosU55Support
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 EthosU55Support
impl RefUnwindSafe for EthosU55Support
impl Send for EthosU55Support
impl Sync for EthosU55Support
impl Unpin for EthosU55Support
impl UnsafeUnpin for EthosU55Support
impl UnwindSafe for EthosU55Support
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