/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/assembly/ |
H A D | depthwise.hpp | 109 void *const working_space, in execute() 136 void *const working_space, in execute() 167 void *working_space, in execute()
|
H A D | pooling.hpp | 135 void *working_space, in execute() 161 void *working_space, in execute() 189 void *working_space, in execute()
|
H A D | winograd.hpp | 147 void *working_space, unsigned int thread_id, unsigned int n_threads) const in execute() 189 void *working_space, unsigned int thread_id, unsigned int n_threads) const in execute()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/ |
H A D | pooling_depthfirst_generic_quantized.hpp | 73 void *const working_space, in execute() 102 void *const working_space, in execute() 174 uint8_t *const working_space = static_cast<uint8_t *>(_working_space); in execute() local
|
H A D | depthfirst_driver.hpp | 144 void *working_space, in execute_internal()
|
H A D | pooling_depthfirst_cache_oblivious.hpp | 150 uint8_t *const working_space = static_cast<uint8_t *>(_working_space); in execute() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/ |
H A D | output_transform.hpp | 79 void *working_space, unsigned int thread_id, unsigned int n_threads in execute_internal() 179 void *working_space, unsigned int thread_id, unsigned int n_threads in execute()
|
H A D | input_transform.hpp | 86 void *working_space, unsigned int thread_id, unsigned int n_threads in execute_internal() 164 void *working_space, unsigned int thread_id, unsigned int n_threads in execute()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/ |
H A D | quantize_wrapper.hpp | 47 void *working_space = nullptr; member in arm_gemm::QuantizeWrapper
|
H A D | gemm_hybrid_quantized_inline.hpp | 72 void *working_space = nullptr; member in arm_gemm::GemmHybridQuantizedInline
|
H A D | gemm_hybrid_quantized.hpp | 73 void *working_space = nullptr; member in arm_gemm::GemmHybridQuantized
|
H A D | gemm_interleaved_pretransposed_2d.hpp | 433 void set_working_space(void *working_space) override { in set_working_space()
|
H A D | gemm_interleaved.hpp | 987 void set_working_space(void *working_space) override { in set_working_space()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/internal/ |
H A D | CpuPool2dAssemblyWrapperKernel.cpp | 159 …auto working_space = (workspace == nullptr) ? nullptr : workspace->buffer() + workspace->inf… in run_op() local
|
H A D | CpuDepthwiseConv2dAssemblyWrapperKernel.cpp | 320 …auto working_space = workspace->buffer() + workspace->info()->offset_first_element_in_bytes… in run_op() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/ |
H A D | depthfirst_driver.hpp | 161 void *working_space, in execute_internal()
|
H A D | depthwise_planar.hpp | 351 void *working_space, in execute_internal()
|