Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/mem/
A Dmem_file.h48 int w_offset; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dim2col_utils.h50 const int w_offset = std::max(0, -iw_ungated_start); in ExtractPatchIntoBufferColumn() local
54 std::min(kwidth - w_offset, in_width - iw_start) * in_depth; in ExtractPatchIntoBufferColumn()
57 output_row_offset + (h_offset * kwidth + w_offset) * in_depth; in ExtractPatchIntoBufferColumn()
63 const int left_padding = w_offset; in ExtractPatchIntoBufferColumn()

Completed in 5 milliseconds