pub trait DeviceTypedFactExt {
// Required methods
fn to_device_fact(&self) -> TractResult<&DeviceFact>;
fn as_device_fact(&self) -> Option<&DeviceFact>;
}pub trait DeviceTypedFactExt {
// Required methods
fn to_device_fact(&self) -> TractResult<&DeviceFact>;
fn as_device_fact(&self) -> Option<&DeviceFact>;
}