pub trait BackendWrapperTraitConst {
// Required method
fn as_raw_BackendWrapper(&self) -> *const c_void;
// Provided methods
fn backend_id(&self) -> i32 { ... }
fn target_id(&self) -> i32 { ... }
}
Expand description
Constant methods for crate::dnn::BackendWrapper
Required Methods§
fn as_raw_BackendWrapper(&self) -> *const c_void
Provided Methods§
Sourcefn backend_id(&self) -> i32
fn backend_id(&self) -> i32
Backend identifier.