Home
last modified time | relevance | path

Searched refs:fetch_start (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Ddepthwise_conv_3x3_stride_h2.cc109 const std::string fetch_start = in GetKernelDepthWiseConv3x3StrideH2() local
112 W[0] = fetch_start + "0" + fetch_end; in GetKernelDepthWiseConv3x3StrideH2()
113 W[1] = fetch_start + "1" + fetch_end; in GetKernelDepthWiseConv3x3StrideH2()
114 W[2] = fetch_start + "2" + fetch_end; in GetKernelDepthWiseConv3x3StrideH2()
115 W[3] = fetch_start + "3" + fetch_end; in GetKernelDepthWiseConv3x3StrideH2()
116 W[4] = fetch_start + "4" + fetch_end; in GetKernelDepthWiseConv3x3StrideH2()
117 W[5] = fetch_start + "5" + fetch_end; in GetKernelDepthWiseConv3x3StrideH2()
118 W[6] = fetch_start + "6" + fetch_end; in GetKernelDepthWiseConv3x3StrideH2()
119 W[7] = fetch_start + "7" + fetch_end; in GetKernelDepthWiseConv3x3StrideH2()
120 W[8] = fetch_start + "8" + fetch_end; in GetKernelDepthWiseConv3x3StrideH2()
[all …]
H A Ddepthwise_conv_3x3.cc162 const std::string fetch_start = in GenerateDepthwiseConvCode() local
165 W[0] = fetch_start + "0" + fetch_end; in GenerateDepthwiseConvCode()
166 W[1] = fetch_start + "1" + fetch_end; in GenerateDepthwiseConvCode()
167 W[2] = fetch_start + "2" + fetch_end; in GenerateDepthwiseConvCode()
168 W[3] = fetch_start + "3" + fetch_end; in GenerateDepthwiseConvCode()
169 W[4] = fetch_start + "4" + fetch_end; in GenerateDepthwiseConvCode()
170 W[5] = fetch_start + "5" + fetch_end; in GenerateDepthwiseConvCode()
171 W[6] = fetch_start + "6" + fetch_end; in GenerateDepthwiseConvCode()
172 W[7] = fetch_start + "7" + fetch_end; in GenerateDepthwiseConvCode()
173 W[8] = fetch_start + "8" + fetch_end; in GenerateDepthwiseConvCode()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h41 unsigned fetch_start, fetch_count; in CONCAT2() local
83 fetch_start = min_index + elt_bias; in CONCAT2()
87 if (fetch_start < min_index || fetch_start < elt_bias) in CONCAT2()
115 fetch_start, fetch_count, in CONCAT2()
H A Ddraw_pt.h119 unsigned fetch_start,
/aosp_15_r20/external/coreboot/src/soc/qualcomm/common/display/
H A Dmdss.c60 uint32_t v_total, h_total, fetch_start, vfp_start; in mdss_intf_fetch_start_config() local
91 fetch_start = (v_total - prefetch_avail) * h_total + h_total + 1; in mdss_intf_fetch_start_config()
92 write32(&mdp_intf->intf_prof_fetch_start, fetch_start); in mdss_intf_fetch_start_config()