Searched defs:IDepthfirstStrategy (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/ |
H A D | depthwise_depthfirst_multiplier.hpp | 262 static size_t get_element_size(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in get_element_size() 268 …static void *initialise(WorkspaceType *ws, void *buffer, const WorkspaceArgs<IDepthfirstStrategy, … in initialise() 290 static size_t sizeof_input_rows(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in sizeof_input_rows() 302 static size_t sizeof_input_padding(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in sizeof_input_padding() 309 static size_t sizeof_input_patch(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in sizeof_input_patch()
|
H A D | working_space.hpp | 247 static size_t get_element_size(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in get_element_size() 253 …static void *initialise(WorkspaceType *ws, void *buffer, const WorkspaceArgs<IDepthfirstStrategy, … in initialise() 268 static size_t sizeof_outptr_array(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in sizeof_outptr_array() 274 static size_t sizeof_output_buffer(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in sizeof_output_buffer()
|
H A D | depthwise_depthfirst_generic.hpp | 186 static size_t get_element_size(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in get_element_size() 193 …static void *initialise(WorkspaceType *ws, void *buffer, const WorkspaceArgs<IDepthfirstStrategy, … in initialise()
|
H A D | depthwise_depthfirst.hpp | 202 static size_t get_element_size(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in get_element_size() 208 …static void *initialise(WorkspaceType *ws, void *buffer, const WorkspaceArgs<IDepthfirstStrategy, … in initialise()
|
H A D | depthfirst_driver.hpp | 41 class IDepthfirstStrategy class
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/ |
H A D | depthfirst_driver.hpp | 33 class IDepthfirstStrategy class
|