Home
last modified time | relevance | path

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

12345678910>>...19

/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()
711 int upsample_left, int dx, int dy) { in dr_prediction_z2_HxW_sse4_1()
907 int dy) { in av1_dr_prediction_z2_sse4_1()
929 int dy) { in dr_prediction_z3_4x4_sse4_1()
945 int dy) { in dr_prediction_z3_8x8_sse4_1()
965 int dy) { in dr_prediction_z3_4x8_sse4_1()
978 int dy) { in dr_prediction_z3_8x4_sse4_1()
993 int dy) { in dr_prediction_z3_8x16_sse4_1()
[all …]
Dintrapred_avx2.c1921 int dx, int dy, int bd) { in av1_highbd_dr_prediction_z1_avx2()
1981 int dy) { in highbd_dr_prediction_32bit_z2_Nx4_avx2()
2107 int dy) { in highbd_dr_prediction_z2_Nx4_avx2()
2231 int dy) { in highbd_dr_prediction_32bit_z2_Nx8_avx2()
2381 int dy) { in highbd_dr_prediction_z2_Nx8_avx2()
2526 int dy) { in highbd_dr_prediction_32bit_z2_HxW_avx2()
2722 int dy) { in highbd_dr_prediction_z2_HxW_avx2()
2873 int upsample_left, int dx, int dy, in av1_highbd_dr_prediction_z2_avx2()
2915 int upsample_left, int dy, in highbd_dr_prediction_z3_4x4_avx2()
2936 int upsample_left, int dy, in highbd_dr_prediction_z3_8x8_avx2()
[all …]
/external/skia/src/core/
DSkEdge.cpp97 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in setLine() local
139 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in updateLine() local
173 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy) in cheap_distance()
185 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2) in diff_to_shift()
244 SkFDot6 dy = (SkLeftShift(y1, 1) - y0 - y2) >> 2; in setQuadraticWithoutUpdate() local
317 SkFixed dy = fQDy; in updateQuadratic() local
423 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubicWithoutUpdate() local
/external/skia/include/core/
DSkRRect.h348 void inset(SkScalar dx, SkScalar dy) { in inset()
367 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { in outset()
385 void outset(SkScalar dx, SkScalar dy) { in outset()
394 void offset(SkScalar dx, SkScalar dy) { in offset()
404 [[nodiscard]] SkRRect makeOffset(SkScalar dx, SkScalar dy) const { in makeOffset()
/external/skia/src/effects/imagefilters/
DSkDropShadowImageFilter.cpp84 SkScalar dy = buffer.readScalar(); in legacy_drop_shadow_create_proc() local
100 SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor4f color, in DropShadow()
108 SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor4f color, in DropShadowOnly()
/external/libchrome-gestures/src/
Diir_filter_interpreter.cc87 float dx = 0.0, dy = 0.0; in SyncInterpretImpl() local
98 float dy = fs.position_y - hist->PrevOut(0)->position_y; in SyncInterpretImpl() local
168 void IirFilterInterpreter::IoHistory::WarpBy(float dx, float dy) { in WarpBy()
Dfinger_merge_filter_interpreter.cc67 float dy = fs.position_y - start_info.position_y; in IsSuspiciousAngle() local
127 float dy = fs->position_y - start_info.position_y; in UpdateFingerMergeState() 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/libyuv/source/
Dscale_uv.cc69 int dy, in ScaleUVDown2()
202 int dy) { in ScaleUVDown4Box()
279 int dy, in ScaleUVDownEven()
361 int dy, in ScaleUVBilinearDown()
494 int dy, in ScaleUVBilinearUp()
680 int dy; in ScaleUVLinearUp2() local
799 int dy; in ScaleUVLinearUp2_16() local
905 int dy) { in ScaleUVSimple()
1012 int dy = 0; in ScaleUV() local
1155 int dy = 0; in UVScale_16() local
Dscale_argb.cc45 int dy, in ScaleARGBDown2()
165 int dy) { in ScaleARGBDown4Box()
234 int dy, in ScaleARGBDownEven()
320 int dy, in ScaleARGBBilinearDown()
460 int dy, in ScaleARGBBilinearUp()
662 int dy, in ScaleYUVToARGBBilinearUp()
950 int dy) { in ScaleARGBSimple()
1022 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/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/
Dprojection.rs65 let dy = v1.y - v2.y; in project() localVariable
88 let dy = v1.y - v2.y; in dual_project() localVariable
111 let dy = v1.y - v2.y; in dual_project_unscaled() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/hint/
Dprojection.rs65 let dy = v1.y - v2.y; in project() localVariable
88 let dy = v1.y - v2.y; in dual_project() localVariable
111 let dy = v1.y - v2.y; in dual_project_unscaled() localVariable
/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/skia/gm/
Dspritebitmap.cpp38 int dx, int dy, sk_sp<SkImageFilter> filter) { in draw_1_bitmap()
80 int dy = 10; in onDraw() local
Drrect.cpp31 static void inset0(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset0()
51 static void inset1(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset1()
67 static void inset2(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset2()
95 static void inset3(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset3()
/external/wayland/egl/
Dwayland-egl-abi-check.c41 int dy; member
54 int dy; member
71 int dy; member
89 int dy; member
/external/libaom/aom_dsp/flow_estimation/
Dransac.c103 const double dy = proj_y - y2; in score_translation() local
129 const double dy = proj_y - y2; in score_affine() local
150 const double dy = points[index].ry; in find_translation() local
180 const double dy = points[index].ry; in find_rotzoom() local
235 const double dy = points[index].ry; in find_affine() local

12345678910>>...19