Home
last modified time | relevance | path

Searched defs:spatial_offset (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dbatch_to_space_nd.h75 const int spatial_offset = in_batch / output_batch_size; in BatchToSpaceND() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DGridSamplerKernel.cpp1048 for (int64_t spatial_offset = 0; spatial_offset < total_size; spatial_offset += step) { in grid_sample_2d_grid_slice_iterator() local
1108 int64_t spatial_offset = 0; in grid_sample_2d_grid_slice_iterator() local
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
H A Donedevice_train_palm_detection_filter_inference_beta.cc471 const int32_t spatial_offset = in_batch / output_batch_size; in BatchToSpaceNDRank4() local
H A Donedevice_train_palm_detection_filter_inference.cc472 const int32_t spatial_offset = in_batch / output_batch_size; in BatchToSpaceNDRank4() local
H A Donedevice_train_palm_detection_filter_inference_v2.cc471 const int32_t spatial_offset = in_batch / output_batch_size; in BatchToSpaceNDRank4() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Doptimized_ops.h4241 const int spatial_offset = in_batch / output_batch_size; in BatchToSpaceND() local