Home
last modified time | relevance | path

Searched defs:yc (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtensor_desc.cc250 std::string yc; in PerformReadSelector() local
267 std::string yc; in GetLinkingContextFromWriteSelector() local
290 std::string yc; in PerformWriteSelector() local
475 std::string yc; in PerformGetAddressSelector() local
693 const std::string& xc, const std::string& yc, const std::string& zc, in GetGlobalAddressNoDeclaration()
714 const std::string& xc, const std::string& yc, const std::string& zc, in GetPhysicalCoords()
808 std::string* yc, std::string* zc, in ParseCoordsFromArgs()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv_3x3_stride_h2.cc122 const std::string yc = "y" + std::to_string(y); in GetKernelDepthWiseConv3x3StrideH2() local
Ddepthwise_conv_3x3.cc108 std::string yc[4] = {"Y - 1", "Y", "Y + 1", "Y + 2"}; in GenerateDepthwiseConvCode() local
Dwinograd.cc589 const std::string yc = std::to_string(x); in GetWinograd36To4x4Tile4x1Code() local
600 const std::string yc = std::to_string(y * 6 + x); in GetWinograd36To4x4Tile4x1Code() local
Dconv_powervr.cc572 const std::string yc = "(DST_Y + " + yind + ")"; in GenerateConv() local
698 std::string yc = conv_params.y_kernel_is_1 ? "yc" + yind : "yck" + yind; in GenerateConv() local
755 std::string yc = in GenerateConv() local
/external/libopus/celt/arm/
Dcelt_mdct_ne10.c118 kiss_fft_cpx yc; in clt_mdct_forward_neon() local
/external/libopus/celt/mips/
Dmdct_mipsr1.h140 kiss_fft_cpx yc; in clt_mdct_forward() local
/external/libopus/celt/
Dmdct.c197 kiss_fft_cpx yc; in clt_mdct_forward_c() local
/external/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp210 yc = Coeffs(fYSelector); in buildEffectShader() local
/external/libaom/libaom/av1/common/
Dmv.h302 const int yc = in gm_get_motion_vector() local
/external/ImageMagick/MagickCore/
Ddistort.c2356 yc; in DistortImage() local
/external/libgav1/libgav1/src/
Dmotion_vector.cc82 const int yc = gm.params[4] * x + in SetupGlobalMv() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c850 get_next_xcoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) in get_next_xcoord()
888 get_next_ycoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) in get_next_ycoord()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc824 XlaOp yc = y * c; in IgammacContinuedFraction() local
/external/python/cpython3/Lib/
D_pydecimal.py5960 def _dpower(xc, xe, yc, ye, p): argument
/external/python/cpython2/Lib/
Ddecimal.py5802 def _dpower(xc, xe, yc, ye, p): argument