HomeSort by relevance Sort by last modified time
    Searched full:h_start (Results 1 - 8 of 8) sorted by null

  /external/elfutils/libdwfl/
image-header.c 48 #define H_START (H_SETUP_SECTS & -4)
56 #define H_READ_SIZE (H_END - H_START)
70 *start_offset + H_START);
76 header = header_buffer - H_START;
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 115 __u16 h_start; member in struct:omap3isp_hist_region
148 __u16 h_start; member in struct:omap3isp_h3a_af_iir
153 __u16 h_start; member in struct:omap3isp_h3a_af_paxel
  /external/tensorflow/tensorflow/core/kernels/
pooling_ops_common.h 221 // (h_start, h_end) * (w_start, w_end) is the range that the input
225 const int32 h_start = (hpad < window_rows)
235 for (int32 ph = h_start; ph < h_end; ++ph) {
468 // (h_start, h_end) * (w_start, w_end) is the range that the input
472 const int32 h_start = (hpad < window_rows)
482 for (int32 ph = h_start; ph < h_end; ++ph) {
557 // (h_start, h_end) * (w_start, w_end) is the range that the input
561 const int h_start =
576 for (int ph = h_start; ph < h_end; ++ph) {
pooling_ops_3d.cc 609 // (p_start, p_end) * (h_start, h_end) * (w_start, w_end) is the
613 int h_start = ph * row_stride - pad_rows;
614 const int h_end = std::min(h_start + window_rows, in_rows);
618 h_start = std::max(h_start, 0);
627 for (int h = h_start; h < h_end && !should_stop; ++h) {
    [all...]
maxpooling_op.cc 119 // (h_start, h_end) * (w_start, w_end) is the range that the input
123 const int h_start =
131 for (int ph = h_start; ph < h_end; ++ph) {
593 // (h_start, h_end) * (w_start, w_end) is the range that the input
595 int h_start = ph * row_stride - pad_rows;
596 const int h_end = std::min(h_start + window_rows, in_rows);
599 h_start = std::max(h_start, 0);
606 for (int h = h_start; h < h_end && !should_stop; ++h) {
    [all...]
  /external/kernel-headers/original/uapi/linux/
omap3isp.h 207 __u16 h_start; member in struct:omap3isp_hist_region
258 __u16 h_start; /* IIR horizontal start */ member in struct:omap3isp_h3a_af_iir
265 __u16 h_start; /* Horizontal Start Position */ member in struct:omap3isp_h3a_af_paxel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
omap3isp.h 205 __u16 h_start; member in struct:omap3isp_hist_region
256 __u16 h_start; /* IIR horizontal start */ member in struct:omap3isp_h3a_af_iir
263 __u16 h_start; /* Horizontal Start Position */ member in struct:omap3isp_h3a_af_paxel
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h     [all...]

Completed in 268 milliseconds