Home
last modified time | relevance | path

Searched refs:y_in (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv_3x3_stride_h2.cc124 const std::string y_in = "y" + std::to_string(y) + "_in"; in GetKernelDepthWiseConv3x3StrideH2() local
126 ")] * INIT_FLT(x0_in && " + y_in + ");\n"; in GetKernelDepthWiseConv3x3StrideH2()
128 ")] * INIT_FLT(x1_in && " + y_in + ");\n"; in GetKernelDepthWiseConv3x3StrideH2()
130 ")] * INIT_FLT(x2_in && " + y_in + ");\n"; in GetKernelDepthWiseConv3x3StrideH2()
132 const std::string y_in = "y" + std::to_string(y) + "_in"; in GetKernelDepthWiseConv3x3StrideH2() local
134 ", S) * INIT_FLT(x0_in && " + y_in + ");\n"; in GetKernelDepthWiseConv3x3StrideH2()
136 ", S) * INIT_FLT(x1_in && " + y_in + ");\n"; in GetKernelDepthWiseConv3x3StrideH2()
138 ", S) * INIT_FLT(x2_in && " + y_in + ");\n"; in GetKernelDepthWiseConv3x3StrideH2()
Ddepthwise_conv_3x3.cc172 const std::string y_in = "y" + std::to_string(y) + "_in"; in GenerateDepthwiseConvCode() local
174 yc[y] + ")] * INIT_FLT(x0_in && " + y_in + ");\n"; in GenerateDepthwiseConvCode()
176 yc[y] + ")] * INIT_FLT(x1_in && " + y_in + ");\n"; in GenerateDepthwiseConvCode()
178 yc[y] + ")] * INIT_FLT(x2_in && " + y_in + ");\n"; in GenerateDepthwiseConvCode()
180 yc[y] + ")] * INIT_FLT(x3_in && " + y_in + ");\n"; in GenerateDepthwiseConvCode()
182 const std::string y_in = "y" + std::to_string(y) + "_in"; in GenerateDepthwiseConvCode() local
184 ", S) * INIT_FLT(x0_in && " + y_in + ");\n"; in GenerateDepthwiseConvCode()
186 ", S) * INIT_FLT(x1_in && " + y_in + ");\n"; in GenerateDepthwiseConvCode()
188 ", S) * INIT_FLT(x2_in && " + y_in + ");\n"; in GenerateDepthwiseConvCode()
190 ", S) * INIT_FLT(x3_in && " + y_in + ");\n"; in GenerateDepthwiseConvCode()
/external/tensorflow/tensorflow/python/kernel_tests/
Dbatch_matmul_op_test.py58 def _compare(self, x_in, y_in, adjoint_a, adjoint_b, static_shape): argument
60 y_t_shape = y_in.shape[:-2] + (y_in.shape[-1], y_in.shape[-2])
62 y = y_in if not adjoint_b else y_in.reshape(y_t_shape)
157 def _checkGrad(self, x_in, y_in, adjoint_a, adjoint_b): argument
159 y_t_shape = y_in.shape[:-2] + (y_in.shape[-1], y_in.shape[-2])
161 y = y_in if not adjoint_b else y_in.reshape(y_t_shape)
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c374 nir_ssa_def *y_in = nir_channel(b, pos, 1); in blorp_nir_encode_msaa() local
395 y_out = y_in; in blorp_nir_encode_msaa()
397 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 1); in blorp_nir_encode_msaa()
399 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0); in blorp_nir_encode_msaa()
413 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 1); in blorp_nir_encode_msaa()
415 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0); in blorp_nir_encode_msaa()
429 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 2); in blorp_nir_encode_msaa()
432 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0); in blorp_nir_encode_msaa()
475 nir_ssa_def *y_in = nir_channel(b, pos, 1); in blorp_nir_decode_msaa() local
495 y_out = y_in; in blorp_nir_decode_msaa()
[all …]
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dflow_cache.h144 const float y_in = valid_box.top_ + in GetMedianFlow() local
149 const bool success = FindNewPositionOfPoint(x_in, y_in, in GetMedianFlow()
/external/angle/src/libANGLE/
Dangletypes.h55 constexpr Rectangle(int x_in, int y_in, int width_in, int height_in) in Rectangle()
56 : x(x_in), y(y_in), width(width_in), height(height_in) in Rectangle()
119 constexpr Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) {} in Offset()
152 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) in Box()
153 : x(x_in), y(y_in), z(z_in), width(width_in), height(height_in), depth(depth_in) in Box()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dp224-64.c610 const p224_felem y_in, const p224_felem z_in) { in p224_point_double() argument
622 p224_felem_square(tmp, y_in); in p224_point_double()
653 p224_felem_assign(ftmp, y_in); in p224_point_double()
902 p224_felem y_in, y_out; in ec_GFp_nistp224_point_get_affine_coordinates() local
903 p224_generic_to_felem(y_in, &point->Y); in ec_GFp_nistp224_point_get_affine_coordinates()
906 p224_felem_mul(tmp, y_in, z1); in ec_GFp_nistp224_point_get_affine_coordinates()
Dp256.c195 const fiat_p256_felem y_in, in fiat_p256_point_double() argument
201 fiat_p256_square(gamma, y_in); in fiat_p256_point_double()
222 fiat_p256_add(ftmp, y_in, z_in); in fiat_p256_point_double()
/external/boringssl/src/crypto/fipsmodule/ec/
Dp224-64.c610 const p224_felem y_in, const p224_felem z_in) { in p224_point_double() argument
622 p224_felem_square(tmp, y_in); in p224_point_double()
653 p224_felem_assign(ftmp, y_in); in p224_point_double()
902 p224_felem y_in, y_out; in ec_GFp_nistp224_point_get_affine_coordinates() local
903 p224_generic_to_felem(y_in, &point->Y); in ec_GFp_nistp224_point_get_affine_coordinates()
906 p224_felem_mul(tmp, y_in, z1); in ec_GFp_nistp224_point_get_affine_coordinates()
Dp256.c195 const fiat_p256_felem y_in, in fiat_p256_point_double() argument
201 fiat_p256_square(gamma, y_in); in fiat_p256_point_double()
222 fiat_p256_add(ftmp, y_in, z_in); in fiat_p256_point_double()
/external/webp/src/enc/
Dquant_enc.c58 const uint8_t* const y_in = it->yuv_in_ + Y_OFF_ENC; in PrintBlockInfo() local
64 for (i = 0; i < 16; ++i) printf("%3d ", y_in[i + j * BPS]); in PrintBlockInfo()
69 printf("%1d ", abs(y_in[i + j * BPS] - y_out[i + j * BPS])); in PrintBlockInfo()
/external/libpng/
Dpng.h2475 #define PNG_ROW_FROM_PASS_ROW(y_in, pass) \ argument
2476 (((y_in)<<PNG_PASS_ROW_SHIFT(pass))+PNG_PASS_START_ROW(pass))
/external/pdfium/third_party/libpng16/
Dpng.h2475 #define PNG_ROW_FROM_PASS_ROW(y_in, pass) \ argument
2476 (((y_in)<<PNG_PASS_ROW_SHIFT(pass))+PNG_PASS_START_ROW(pass))