Home
last modified time | relevance | path

Searched defs:dx (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/
DGradients.java61 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/
Dmath_grad_test.cc117 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 …]
Darray_grad_test.cc70 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/
Dnn_grad.cc44 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/
Dsvga_msg.c84 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/
DSkRRect.h368 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/
DSkRRect.h368 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/
Ddefs.h29 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/
DNat512.java19 int[] dx = Nat256.create(), dy = Nat256.create(); in mul() local
38 int[] dx = Nat256.create(); in square() local
DNat384.java19 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/
DNat512.java15 int[] dx = Nat256.create(), dy = Nat256.create(); in mul() local
34 int[] dx = Nat256.create(); in square() local
DNat384.java15 int[] dx = Nat192.create(), dy = Nat192.create(); in mul() local
34 int[] dx = Nat192.create(); in square() local
/external/skqp/bench/
DInterpBench.cpp62 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/
DInterpBench.cpp62 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/
Dagg_math.h33 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/
Drrect.cpp16 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()
Dblurs.cpp88 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 14 + 0.25f; variable
104 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 40 + 0.25f; variable
Dspritebitmap.cpp26 int dx, int dy, sk_sp<SkImageFilter> filter) { in draw_1_bitmap()
71 int dx = 10; in onDraw() local
/external/skqp/gm/
Drrect.cpp16 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()
Dblurs.cpp88 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 14 + 0.25f; variable
104 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 40 + 0.25f; variable
Dspritebitmap.cpp26 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/
Defi_gop.c82 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/
Dihevce_inter_pred.c181 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/
DSkEdge.cpp152 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/
DSkEdge.cpp152 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

12345678910>>...21