Home
last modified time | relevance | path

Searched defs:start_valid_region (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEFillBorderKernel.cpp44 … uint8_t *const start_valid_region = tensor->ptr_to_element(tensor->info()->valid_region().anchor); in fill_constant_value_single_channel_special() local
169 …uint8_t *const start_valid_region = _tensor->ptr_to_element(_tensor->info()->valid_region().anchor… in fill_replicate_single_channel() local
223 …uint8_t *const start_valid_region = _tensor->ptr_to_element(_tensor->info()->valid_region().anchor… in fill_constant_value_single_channel() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuFillKernel.cpp63 uint8_t *const start_valid_region = inout->ptr_to_element(inout->info()->valid_region().anchor); in run_op() local