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