Home
last modified time | relevance | path

Searched defs:working_space (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/assembly/
H A Ddepthwise.hpp109 void *const working_space, in execute()
136 void *const working_space, in execute()
167 void *working_space, in execute()
H A Dpooling.hpp135 void *working_space, in execute()
161 void *working_space, in execute()
189 void *working_space, in execute()
H A Dwinograd.hpp147 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 Dpooling_depthfirst_generic_quantized.hpp73 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 Ddepthfirst_driver.hpp144 void *working_space, in execute_internal()
H A Dpooling_depthfirst_cache_oblivious.hpp150 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 Doutput_transform.hpp79 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 Dinput_transform.hpp86 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 Dquantize_wrapper.hpp47 void *working_space = nullptr; member in arm_gemm::QuantizeWrapper
H A Dgemm_hybrid_quantized_inline.hpp72 void *working_space = nullptr; member in arm_gemm::GemmHybridQuantizedInline
H A Dgemm_hybrid_quantized.hpp73 void *working_space = nullptr; member in arm_gemm::GemmHybridQuantized
H A Dgemm_interleaved_pretransposed_2d.hpp433 void set_working_space(void *working_space) override { in set_working_space()
H A Dgemm_interleaved.hpp987 void set_working_space(void *working_space) override { in set_working_space()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/internal/
H A DCpuPool2dAssemblyWrapperKernel.cpp159 …auto working_space = (workspace == nullptr) ? nullptr : workspace->buffer() + workspace->inf… in run_op() local
H A DCpuDepthwiseConv2dAssemblyWrapperKernel.cpp320 …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 Ddepthfirst_driver.hpp161 void *working_space, in execute_internal()
H A Ddepthwise_planar.hpp351 void *working_space, in execute_internal()