Searched defs:EmptyElement (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/ |
D | composable.rs | 36 pub struct EmptyElement<Coord, DB: DrawingBackend> { struct 41 impl<Coord, DB: DrawingBackend> EmptyElement<Coord, DB> { impl 55 impl<Coord, Other, DB: DrawingBackend> Add<Other> for EmptyElement<Coord, DB> implementation 70 impl<'a, Coord, DB: DrawingBackend> PointCollection<'a, Coord> for &'a EmptyElement<Coord, DB> { implementation 78 impl<Coord, DB: DrawingBackend> Drawable<DB> for EmptyElement<Coord, DB> { implementation
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/ |
H A D | working_space.hpp | 120 struct EmptyElement struct 122 struct Workspace {}; 125 static size_t get_element_size(const WorkspaceArgs<StratType, OutputStage> &) { return 0; } in get_element_size() 128 …atic void *initialise(WorkspaceType *, void *buffer, const WorkspaceArgs<StratType, OutputStage> &) in initialise()
|