Home
last modified time | relevance | path

Searched refs:h_offset (Results 1 – 3 of 3) sorted by relevance

/external/vixl/test/aarch64/
Dtest-utils-aarch64.cc454 const int h_offset = offsetof(dump_t, h_); in Dump() local
508 __ Add(dump, dump_base, h_offset); in Dump()
514 USE(h_offset); in Dump()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1995 const int h_offset = std::max(0, -ih_ungated_start); in ExtractPatchIntoBufferColumn() local
2003 output_row_offset + (h_offset * kwidth + w_offset) * in_depth; in ExtractPatchIntoBufferColumn()
2007 const int top_padding = h_offset; in ExtractPatchIntoBufferColumn()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h1858 const int h_offset = std::max(0, -ih_ungated_start); in ExtractPatchIntoBufferColumn() local
1866 output_row_offset + (h_offset * kwidth + w_offset) * in_depth; in ExtractPatchIntoBufferColumn()
1870 const int top_padding = h_offset; in ExtractPatchIntoBufferColumn()