Home
last modified time | relevance | path

Searched defs:dy (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/external/tensorflow/tensorflow/core/ops/
Darray_grad_test.cc37 const Tensor& dy, int axis) { in PackGrad()
68 Tensor dy(DT_FLOAT, {2, 2, 3}); in TEST() local
118 const Tensor& dy) { in ConcatGrad()
142 const Tensor& dy) { in ConcatGradV2()
170 Tensor dy(DT_FLOAT, {2, 4, 5}); in TEST() local
308 const Tensor& dy) { in ReshapeGrad()
333 Tensor dy(DT_FLOAT, {8, 5}); in TEST() local
347 const Tensor& dy) { in ExpandDimsGrad()
372 Tensor dy(DT_FLOAT, {2, 1, 4, 5}); in TEST() local
385 std::vector<Tensor> SqueezeGrad(const Tensor& x, const Tensor& dy) { in SqueezeGrad()
[all …]
Dmath_grad_test.cc119 Tensor* dy) { in SymGrad()
286 const Tensor& y, bool ay, Tensor* dx, Tensor* dy) { in MatMulGradCommon()
345 Tensor* dx, Tensor* dy) { in MatMulGrad()
351 Tensor* dx, Tensor* dy) { in BatchMatMulGrad()
357 Tensor* dx, Tensor* dy) { in BatchMatMulV2Grad()
363 Tensor* dx, Tensor* dy) { in SelectGrad()
684 Tensor dy; in TEST_F() local
702 Tensor dy; in TEST_F() local
730 Tensor dy; in TEST_F() local
748 Tensor dy; in TEST_F() local
[all …]
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/
DGradients.java102 Output<?>[] dy = in create() local
144 public List<Output<?>> dy() { in dy() method in Gradients
159 public <T> Output<T> dy(int index) { in dy() method in Gradients
163 private List<Output<?>> dy; field in Gradients
165 private Gradients(List<Output<?>> dy) { in Gradients()
/external/libaom/aom_dsp/x86/
Dintrapred_sse4.c437 int upsample_above, int dx, int dy) { in av1_dr_prediction_z1_sse4_1()
464 int upsample_left, int dx, int dy) { in dr_prediction_z2_Nx4_sse4_1()
582 int upsample_left, int dx, int dy) { in dr_prediction_z2_Nx8_sse4_1()
716 int upsample_left, int dx, int dy) { in dr_prediction_z2_HxW_sse4_1()
912 int dy) { in av1_dr_prediction_z2_sse4_1()
934 int dy) { in dr_prediction_z3_4x4_sse4_1()
950 int dy) { in dr_prediction_z3_8x8_sse4_1()
970 int dy) { in dr_prediction_z3_4x8_sse4_1()
983 int dy) { in dr_prediction_z3_8x4_sse4_1()
998 int dy) { in dr_prediction_z3_8x16_sse4_1()
[all …]
Dintrapred_avx2.c1904 int dx, int dy, int bd) { in av1_highbd_dr_prediction_z1_avx2()
1964 int dy) { in highbd_dr_prediction_32bit_z2_Nx4_avx2()
2090 int dy) { in highbd_dr_prediction_z2_Nx4_avx2()
2214 int dy) { in highbd_dr_prediction_32bit_z2_Nx8_avx2()
2364 int dy) { in highbd_dr_prediction_z2_Nx8_avx2()
2509 int dy) { in highbd_dr_prediction_32bit_z2_HxW_avx2()
2705 int dy) { in highbd_dr_prediction_z2_HxW_avx2()
2856 int upsample_left, int dx, int dy, in av1_highbd_dr_prediction_z2_avx2()
2898 int upsample_left, int dy, in highbd_dr_prediction_z3_4x4_avx2()
2919 int upsample_left, int dy, in highbd_dr_prediction_z3_8x8_avx2()
[all …]
/external/skia/src/core/
DSkEdge.cpp95 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in setLine() local
137 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in updateLine() local
171 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy) in cheap_distance()
183 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2) in diff_to_shift()
242 SkFDot6 dy = (SkLeftShift(y1, 1) - y0 - y2) >> 2; in setQuadraticWithoutUpdate() local
315 SkFixed dy = fQDy; in updateQuadratic() local
421 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubicWithoutUpdate() local
/external/skia/src/effects/imagefilters/
DSkDropShadowImageFilter.cpp36 SkDropShadowImageFilter(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, in SkDropShadowImageFilter()
47 static sk_sp<SkImageFilter> Make(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, in Make()
76 SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, in DropShadow()
83 SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, in DropShadowOnly()
98 SkScalar dy = buffer.readScalar(); in CreateProc() local
/external/skia/include/core/
DSkRRect.h341 void inset(SkScalar dx, SkScalar dy) { in inset()
360 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { in outset()
378 void outset(SkScalar dx, SkScalar dy) { in outset()
387 void offset(SkScalar dx, SkScalar dy) { in offset()
397 SkRRect SK_WARN_UNUSED_RESULT makeOffset(SkScalar dx, SkScalar dy) const { in makeOffset()
/external/skia/gm/
Drrect.cpp23 static void inset0(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset0()
43 static void inset1(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset1()
59 static void inset2(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset2()
87 static void inset3(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset3()
Dspritebitmap.cpp35 int dx, int dy, sk_sp<SkImageFilter> filter) { in draw_1_bitmap()
82 int dy = 10; in onDraw() local
/external/pdfium/third_party/agg23/
Dagg_math.h36 float dy = y2 - y1; in calc_distance() local
44 float dy = y2 - y1; in calc_line_point_distance() local
52 float cx, float cy, float dx, float dy, in calc_intersection()
/external/libchrome-gestures/src/
Diir_filter_interpreter.cc82 float dx = 0.0, dy = 0.0; in SyncInterpretImpl() local
93 float dy = fs->position_y - hist->PrevOut(0)->position_y; in SyncInterpretImpl() local
162 void IirFilterInterpreter::IoHistory::WarpBy(float dx, float dy) { in WarpBy()
Dfinger_merge_filter_interpreter.cc62 float dy = fs.position_y - start_info.position_y; in IsSuspiciousAngle() local
122 float dy = fs->position_y - start_info.position_y; in UpdateFingerMergeState() local
/external/libyuv/files/source/
Dscale_uv.cc69 int dy, in ScaleUVDown2()
193 int dy) { in ScaleUVDown4Box()
262 int dy, in ScaleUVDownEven()
338 int dy, in ScaleUVBilinearDown()
464 int dy, in ScaleUVBilinearUp()
642 int dy; in ScaleUVLinearUp2() local
749 int dy; in ScaleUVLinearUp2_16() local
855 int dy) { in ScaleUVSimple()
962 int dy = 0; in ScaleUV() local
1106 int dy = 0; in UVScale_16() local
Dscale_argb.cc44 int dy, in ScaleARGBDown2()
155 int dy) { in ScaleARGBDown4Box()
213 int dy, in ScaleARGBDownEven()
289 int dy, in ScaleARGBBilinearDown()
421 int dy, in ScaleARGBBilinearUp()
615 int dy, in ScaleYUVToARGBBilinearUp()
884 int dy) { in ScaleARGBSimple()
956 int dy = 0; in ScaleARGB() local
/external/libhevc/encoder/
Dihevce_inter_pred.c180 WORD32 dy, in ihevce_luma_interpolate_16bit_dxdy()
288 WORD32 dy, in ihevce_luma_interpolate_8bit_dxdy()
469 WORD32 dy = mv_y & 0x3; in ihevce_luma_inter_pred_pu() local
579 WORD32 dy = mv_y & 0x3; in ihevce_luma_inter_pred_pu() local
820 WORD32 dy, in ihevce_chroma_interpolate_16bit_dxdy()
928 WORD32 dy, in ihevce_chroma_interpolate_8bit_dxdy()
1097 WORD32 dy = (mv_y & ((1 << (!u1_is_422 + 2)) - 1)) << u1_is_422; in ihevce_chroma_inter_pred_pu() local
1164 WORD32 dy = (mv_y & ((1 << (!u1_is_422 + 2)) - 1)) << u1_is_422; in ihevce_chroma_inter_pred_pu() local
/external/libaom/third_party/libyuv/source/
Dscale_uv.cc69 int dy, in ScaleUVDown2()
209 int dy) { in ScaleUVDown4Box()
278 int dy, in ScaleUVDownEven()
364 int dy, in ScaleUVBilinearDown()
482 int dy, in ScaleUVBilinearUp()
668 int dy) { in ScaleUVSimple()
767 int dy = 0; in ScaleUV() local
Dscale_argb.cc44 int dy, in ScaleARGBDown2()
155 int dy) { in ScaleARGBDown4Box()
213 int dy, in ScaleARGBDownEven()
289 int dy, in ScaleARGBBilinearDown()
405 int dy, in ScaleARGBBilinearUp()
592 int dy, in ScaleYUVToARGBBilinearUp()
841 int dy) { in ScaleARGBSimple()
918 int dy = 0; in ScaleARGB() local
/external/ComputeLibrary/src/cpu/operators/
DCpuScale.cpp38 void precompute_dx_dy_offsets(ITensor *dx, ITensor *dy, ITensor *offsets, float wr, float hr, Sampl… in precompute_dx_dy_offsets()
120 auto dy = std::make_unique<TensorInfo>(tensor_info_dxdy); in configure() local
153 ITensorInfo *dy = nullptr; in validate() local
199 auto dy = tensors.get_tensor(TensorType::ACL_INT_1); in prepare() local
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c192 int dx, int dy, int sx, int sy, in nv04_surface_copy_swizzle()
273 int dx, int dy, int sx, int sy, in nv04_surface_copy_m2mf()
361 int dx, int dy, int sx, int sy, in nv04_surface_copy_cpu()
389 int dx, int dy, int sx, int sy, in nv04_surface_copy()
423 int dx, int dy, int w, int h) in nv04_surface_fill()
/external/ComputeLibrary/src/cpu/kernels/
DCpuScaleKernel.cpp133 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *dx, const ITensorInfo *dy, in validate_arguments()
185 void CpuScaleKernel::configure(const ITensorInfo *src, const ITensorInfo *dx, const ITensorInfo *dy in configure()
280 …e_nearest_nchw(const ITensor *src, ITensor *dst, const ITensor *dx, const ITensor *dy, const ITens… in scale_nearest_nchw()
320 …_bilinear_nchw(const ITensor *src, ITensor *dst, const ITensor *dx, const ITensor *dy, const ITens… in scale_bilinear_nchw()
410 …e_area_nchw_u8(const ITensor *src, ITensor *dst, const ITensor *dx, const ITensor *dy, const ITens… in scale_area_nchw_u8()
463 …ilinear_qasymm(const ITensor *src, ITensor *dst, const ITensor *dx, const ITensor *dy, const ITens… in scale_bilinear_qasymm()
569 …us CpuScaleKernel::validate(const ITensorInfo *input, const ITensorInfo *dx, const ITensorInfo *dy, in validate()
587 const auto dy = tensors.get_const_tensor(TensorType::ACL_INT_1); in run_op() local
/external/libvpx/third_party/libyuv/source/
Dscale_argb.cc44 int dy, in ScaleARGBDown2()
139 int dy) { in ScaleARGBDown4Box()
197 int dy, in ScaleARGBDownEven()
263 int dy, in ScaleARGBBilinearDown()
379 int dy, in ScaleARGBBilinearUp()
545 int dy, in ScaleYUVToARGBBilinearUp()
773 int dy) { in ScaleARGBSimple()
837 int dy = 0; in ScaleARGB() local
/external/lmfit/lib/
Dlmcurve_tyd.c21 const double* dy; member
37 const double* t, const double* y, const double* dy, in lmcurve_tyd()
/external/wayland/egl/
Dwayland-egl-abi-check.c41 int dy; member
54 int dy; member
71 int dy; member
89 int dy; member
/external/skia/src/effects/
DSkLayerDrawLooper.cpp272 void SkLayerDrawLooper::Builder::addLayer(SkScalar dx, SkScalar dy) { in addLayer()
308 sk_sp<SkDrawLooper> SkBlurDrawLooper::Make(SkColor color, SkScalar sigma, SkScalar dx, SkScalar dy) in Make()
314 SkScalar sigma, SkScalar dx, SkScalar dy) in Make()

12345678910>>...18