GKernelTraitConst

Trait GKernelTraitConst 

Source
pub trait GKernelTraitConst {
    // Required method
    fn as_raw_GKernel(&self) -> *const c_void;

    // Provided methods
    fn name(&self) -> String { ... }
    fn tag(&self) -> String { ... }
    fn out_shapes(&self) -> GShapes { ... }
    fn in_kinds(&self) -> GKinds { ... }
    fn out_kinds(&self) -> GKinds { ... }
}
Expand description

Constant methods for crate::gapi::GKernel

Required Methods§

Provided Methods§

Source

fn name(&self) -> String

Source

fn tag(&self) -> String

Source

fn out_shapes(&self) -> GShapes

Source

fn in_kinds(&self) -> GKinds

Source

fn out_kinds(&self) -> GKinds

Implementors§