/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/ |
D | Gradients.java | 61 public Options dx(Iterable<? extends Operand<?>> dx) { in dx() argument 66 private Iterable<? extends Operand<?>> dx; field in Gradients.Options 86 Output<?>[] dx = null; in create() local 124 public static Options dx(Iterable<? extends Operand<?>> dx) { in dx() argument
|
/external/tensorflow/tensorflow/core/ops/ |
D | math_grad_test.cc | 117 void SymGrad(const string& op, const Tensor& x, const Tensor& y, Tensor* dx, in SymGrad() 174 Tensor* dx, Tensor* di) { in ReductionGrad() 258 const Tensor& y, bool ay, Tensor* dx, Tensor* dy) { in MatMulGradCommon() 317 Tensor* dx, Tensor* dy) { in MatMulGrad() 323 Tensor* dx, Tensor* dy) { in BatchMatMulGrad() 329 Tensor* dx, Tensor* dy) { in SelectGrad() 409 auto dx = test::AsTensor<float>({3.f}); in TEST_F() local 419 auto dx = test::AsTensor<float>( in TEST_F() local 429 auto dx = test::AsTensor<float>( in TEST_F() local 439 auto dx = test::AsTensor<float>( in TEST_F() local [all …]
|
D | array_grad_test.cc | 70 auto dx = PackGrad(x0, x1, dy, 0); in TEST() local 111 auto dx = UnpackGrad(x, dy0, dy1, 0); in TEST() local 174 auto dx = ConcatGrad(1, x0, x1, dy); in TEST() local 291 auto dx = SplitGrad(1, x, dy0, dy1); in TEST() local 300 auto dx = SplitVGrad(x, size_splits, 1, dy0, dy1); in TEST() local 335 auto dx = ReshapeGrad(x, s, dy); in TEST() local 374 auto dx = ExpandDimsGrad(x, s, dy); in TEST() local 409 auto dx = SqueezeGrad(x, dy); in TEST() local 442 auto dx = TransposeGrad(x, p, dy); in TEST() local 480 auto dx = ReverseGrad(x, dims, dy); in TEST() local [all …]
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | nn_grad.cc | 44 auto dx = Mul(scope, sub, y); in SoftmaxGrad() local 122 auto dx = Sub(scope, grad_inputs[0], mul); in LogSoftmaxGrad() local 131 auto dx = internal::ReluGrad(scope, grad_inputs[0], op.input(0)); in ReluGradHelper() local 140 auto dx = internal::Relu6Grad(scope, grad_inputs[0], op.input(0)); in Relu6GradHelper() local 152 auto dx = internal::LeakyReluGrad(scope, grad_inputs[0], op.input(0), in LeakyReluGradHelper() local 165 auto dx = internal::LeakyReluGrad(scope, grad_inputs[0], op.input(1), in LeakyReluGradGradHelper() local 176 auto dx = internal::EluGrad(scope, grad_inputs[0], op.output(0)); in EluGradHelper() local 185 auto dx = internal::SeluGrad(scope, grad_inputs[0], op.output(0)); in SeluGradHelper() local 252 auto dx = internal::MaxPoolGrad( in MaxPoolGradHelper() local 268 auto dx = MaxPoolGradV2(scope, op.input(0), op.output(0), grad_inputs[0], in MaxPoolGradV2Helper() local [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_msg.c | 84 ax, bx, cx, dx, si, di) \ argument 129 ax, bx, cx, dx, si, di) \ argument 153 ax, bx, cx, dx, si, di) \ argument 184 ax, bx, cx, dx, si, di) \ argument 209 ax, bx, cx, dx, si, di) \ argument 244 ax, bx, cx, dx, si, di) \ argument 251 ax, bx, cx, dx, si, di) \ argument 259 ax, bx, cx, dx, si, di) \ argument 296 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; in svga_open_channel() local 326 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; in svga_close_channel() local [all …]
|
/external/skqp/include/core/ |
D | SkRRect.h | 368 void inset(SkScalar dx, SkScalar dy) { in inset() 387 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { in outset() 405 void outset(SkScalar dx, SkScalar dy) { in outset() 414 void offset(SkScalar dx, SkScalar dy) { in offset() 424 SkRRect SK_WARN_UNUSED_RESULT makeOffset(SkScalar dx, SkScalar dy) const { in makeOffset()
|
/external/skia/include/core/ |
D | SkRRect.h | 368 void inset(SkScalar dx, SkScalar dy) { in inset() 387 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { in outset() 405 void outset(SkScalar dx, SkScalar dy) { in outset() 414 void offset(SkScalar dx, SkScalar dy) { in offset() 424 SkRRect SK_WARN_UNUSED_RESULT makeOffset(SkScalar dx, SkScalar dy) const { in makeOffset()
|
/external/clang/test/Modules/Inputs/submodules-merge-defs/ |
D | defs.h | 29 struct D::X { int dx; } extern dx; variable 30 inline int use_dx(D::X dx) { return dx.dx; } in use_dx()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
D | Nat512.java | 19 int[] dx = Nat256.create(), dy = Nat256.create(); in mul() local 38 int[] dx = Nat256.create(); in square() local
|
D | Nat384.java | 19 int[] dx = Nat192.create(), dy = Nat192.create(); in mul() local 38 int[] dx = Nat192.create(); in square() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat512.java | 15 int[] dx = Nat256.create(), dy = Nat256.create(); in mul() local 34 int[] dx = Nat256.create(); in square() local
|
D | Nat384.java | 15 int[] dx = Nat192.create(), dy = Nat192.create(); in mul() local 34 int[] dx = Nat192.create(); in square() local
|
/external/skqp/bench/ |
D | InterpBench.cpp | 62 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 81 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 112 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 132 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 150 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
|
/external/skia/bench/ |
D | InterpBench.cpp | 62 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 81 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 112 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 132 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() 150 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
|
/external/pdfium/third_party/agg23/ |
D | agg_math.h | 33 float dx = x2 - x1; in calc_distance() local 41 float dx = x2 - x1; in calc_line_point_distance() local 50 float cx, float cy, float dx, float dy, in calc_intersection()
|
/external/skia/gm/ |
D | rrect.cpp | 16 static void inset0(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset0() 36 static void inset1(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset1() 52 static void inset2(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset2() 80 static void inset3(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset3()
|
D | blurs.cpp | 88 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 14 + 0.25f; variable 104 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 40 + 0.25f; variable
|
D | spritebitmap.cpp | 26 int dx, int dy, sk_sp<SkImageFilter> filter) { in draw_1_bitmap() 71 int dx = 10; in onDraw() local
|
/external/skqp/gm/ |
D | rrect.cpp | 16 static void inset0(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset0() 36 static void inset1(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset1() 52 static void inset2(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset2() 80 static void inset3(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset3()
|
D | blurs.cpp | 88 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 14 + 0.25f; variable 104 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 40 + 0.25f; variable
|
D | spritebitmap.cpp | 26 int dx, int dy, sk_sp<SkImageFilter> filter) { in draw_1_bitmap() 71 int dx = 10; in onDraw() local
|
/external/u-boot/lib/efi_loader/ |
D | efi_gop.c | 82 efi_uintn_t sy, efi_uintn_t dx, in gop_blt_int() 251 efi_uintn_t sy, efi_uintn_t dx, in gop_blt_video_fill() 263 efi_uintn_t sy, efi_uintn_t dx, in gop_blt_buf_to_vid16() 274 efi_uintn_t sy, efi_uintn_t dx, in gop_blt_buf_to_vid32() 285 efi_uintn_t sy, efi_uintn_t dx, in gop_blt_vid_to_vid() 297 efi_uintn_t sy, efi_uintn_t dx, in gop_blt_vid_to_buf() 326 efi_uintn_t sy, efi_uintn_t dx, in gop_blt()
|
/external/libhevc/encoder/ |
D | ihevce_inter_pred.c | 181 WORD32 dx, in ihevce_luma_interpolate_16bit_dxdy() 289 WORD32 dx, in ihevce_luma_interpolate_8bit_dxdy() 468 WORD32 dx = mv_x & 0x3; in ihevce_luma_inter_pred_pu() local 578 WORD32 dx = mv_x & 0x3; in ihevce_luma_inter_pred_pu() local 821 WORD32 dx, in ihevce_chroma_interpolate_16bit_dxdy() 929 WORD32 dx, in ihevce_chroma_interpolate_8bit_dxdy() 1096 WORD32 dx = mv_x & 0x7; in ihevce_chroma_inter_pred_pu() local 1163 WORD32 dx = mv_x & 0x7; in ihevce_chroma_inter_pred_pu() local
|
/external/skia/src/core/ |
D | SkEdge.cpp | 152 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy) in cheap_distance() 164 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2) in diff_to_shift() 222 SkFDot6 dx = (SkLeftShift(x1, 1) - x0 - x2) >> 2; in setQuadraticWithoutUpdate() local 294 SkFixed dx = fQDx; in updateQuadratic() local 400 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3); in setCubicWithoutUpdate() local
|
/external/skqp/src/core/ |
D | SkEdge.cpp | 152 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy) in cheap_distance() 164 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2) in diff_to_shift() 222 SkFDot6 dx = (SkLeftShift(x1, 1) - x0 - x2) >> 2; in setQuadraticWithoutUpdate() local 294 SkFixed dx = fQDx; in updateQuadratic() local 400 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3); in setCubicWithoutUpdate() local
|