Home
last modified time | relevance | path

Searched refs:get_input_buffer_fill_value (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Dworking_space.hpp189 char get_input_buffer_fill_value(const OutputStage &) in get_input_buffer_fill_value() function
197 template <> char get_input_buffer_fill_value(const arm_gemm::Requantize32 &qp) __attribute__ ((unus…
198 template <> char get_input_buffer_fill_value(const arm_gemm::Requantize32 &qp) in get_input_buffer_fill_value() function
227 … memset(ws->input_buffer, get_input_buffer_fill_value(args.output_stage), get_element_size(args)); in initialise()
H A Ddepthwise_depthfirst_multiplier.hpp283 get_input_buffer_fill_value(args.output_stage), in initialise()