Home
last modified time | relevance | path

Searched defs:dx1 (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/
Darithmetic_grad.cc37 auto dx1 = out_tensors_[0]; in Init() local
79 int ArithmeticGradCPUKernel::ArithmeticGradAdd(float *dy, int dy_size, float *dx1, int dx1_size, fl… in ArithmeticGradAdd()
96 int ArithmeticGradCPUKernel::ArithmeticGradSub(float *dy, int dy_size, float *dx1, int dx1_size, fl… in ArithmeticGradSub()
118 int ArithmeticGradCPUKernel::ArithmeticGradMul(float *dy, int dy_size, float *dx1, int dx1_size, fl… in ArithmeticGradMul()
129 int ArithmeticGradCPUKernel::ArithmeticGradMul1L(float *dy, int dy_size, float *dx1, int dx1_size, … in ArithmeticGradMul1L()
143 int ArithmeticGradCPUKernel::ArithmeticGradMul2L(float *dy, int dy_size, float *dx1, int dx1_size, … in ArithmeticGradMul2L()
157 int ArithmeticGradCPUKernel::ArithmeticGradDiv(float *dy, int dy_size, float *dx1, int dx1_size, fl… in ArithmeticGradDiv()
168 int ArithmeticGradCPUKernel::ArithmeticGradDiv1L(float *dy, int dy_size, float *dx1, int dx1_size, … in ArithmeticGradDiv1L()
190 int ArithmeticGradCPUKernel::ArithmeticGradDiv2L(float *dy, int dy_size, float *dx1, int dx1_size, … in ArithmeticGradDiv2L()
208 int ArithmeticGradCPUKernel::ArithmeticGradMaximum(float *dy, int dy_size, float *dx1, int dx1_size… in ArithmeticGradMaximum()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dbroadcast_grad_impl.cu52 const T *x2, const T *dy, T *dx1, T *dx2) { in BroadcastGradOperator()
69 const T *x2, const T *dy, T *dx1, T *dx2) { in BroadcastGradKernel()
84 const T *dy, T *dx1, T *dx2, cudaStream_t stream) { in BroadcastGrad()
92 … const T *x1, const T *x2, const T *dy, T *dx1, T *dx2) { in NoBroadcastOperator()
100 … enum BroadcastGradOpType op, const T *x1, const T *x2, const T *dy, T *dx1, in NoBroadcastGradKernel()
112 const T *x1, const T *x2, const T *dy, T *dx1, T *dx2, cudaStream_t stream) { in NoBroadcastGrad()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16_grad/
Darithmetic_fp16_grad.cc45 int ArithmeticGradCPUKernelFp16::ArithmeticGradMaximum(float16_t *dy, int dy_size, float16_t *dx1, … in ArithmeticGradMaximum()
59 int ArithmeticGradCPUKernelFp16::ArithmeticGradMinimum(float16_t *dy, int dy_size, float16_t *dx1, … in ArithmeticGradMinimum()
77 auto dx1 = reinterpret_cast<float16_t *>(out_tensors_[0]->data()); in Execute() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dmax_min_grad_infer.c31 TensorC *dx1 = outputs[0]; in MaxMinGradInferShape() local
Dadd_sub_grad_infer.c31 TensorC *dx1 = outputs[0]; in AddSubGradInferShape() local
Darithmetic_grad_infer.c38 TensorC *dx1 = outputs[0]; in ArithmeticGradInferShape() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dlayernorm_grad.c54 float dx1 = dy[j] * gamma[param_shift] * var_sqrt; in LayerNormFp16Grad() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dlayernorm_grad.c57 float dx1 = dy[index] * gamma[param_shift] * var_sqrt; in LayerNormGrad() local
/third_party/skia/src/gpu/vk/
DGrVkMSAALoadManager.cpp175 float dx1 = 2.f * (rect.fLeft + w) / dw - 1.f; in loadMSAAFromResolve() local
/third_party/boost/boost/geometry/strategies/cartesian/
Dbuffer_join_round.hpp79 PromotedType const dx1 = get<0>(perp1) - get<0>(vertex); in generate_points() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dbroadcast_grad_gpu_kernel.h51 T *dx1 = GetDeviceAddress<T>(outputs, 0); in Launch() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c317 unsigned dx1, dy1, dx2, dy2; in emit_blit() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dlayer_norm_grad_cpu_kernel.cc131 auto dx1 = dy[j] * gamma[param_shift] * var_sqrt; in LaunchKernel() local
/third_party/boost/libs/multiprecision/example/
Dfloating_point_examples.cpp250 const value_type dx1 = dx; in derivative() local
/third_party/mesa3d/src/mesa/swrast/
Ds_aatriangle.c195 const GLfloat dx1 = v2[0] - v1[0]; in compute_coveragef() local
/third_party/ffmpeg/libavfilter/
Dvf_swaprect.c91 double dx1, dy1; in filter_frame() local
/third_party/boost/libs/geometry/test/robustness/overlay/buffer/
Dmany_ring_buffer.cpp80 double dx1 = bg::get<0>(perp1) - bg::get<0>(vertex); in generate_points() local
/third_party/boost/boost/polygon/detail/
Dpolygon_arbitrary_formation.hpp84 at dx1 = (at)pts[0]->get(HORIZONTAL) - (at)x; in equal_slope() local
128 at dx1 = (at)pts[0]->get(HORIZONTAL) - (at)x; in less_slope() local
390 … high_precision y_high, dx1, dy1, dx2, dy2, x11, x21, y11, y21, x_num, y_num, x_den, y_den, x, y; member
393 … long double y_high, dx1, dy1, dx2, dy2, x11, x21, y11, y21, x_num, y_num, x_den, y_den, x, y; in compute_lazy_intersection() local
630 high_precision dx1 = (high_precision)(he1.second.get(HORIZONTAL)) - in compute_intersection() local
1239 Unit dx1 = elm1.first.first.first.get(HORIZONTAL) - elm1.first.first.second.get(HORIZONTAL); in operator ()() local
Dvoronoi_predicates.hpp108 int_x2_type dx1 = static_cast<int_x2_type>(point1.x()) - in eval() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.cpp958 float dx1 = lineWidth * 0.5f * P1.w / W; in setupLine() local
1067 float dx1 = lineWidth * 0.5f * P1.w / W; in setupLine() local
/third_party/boost/boost/multiprecision/detail/functions/
Dtrig.hpp505 T dx1; in eval_asin() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c634 int dx1, dy1, dx2, dy2; in emit_blit_texture() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.cpp1871 float dx1 = lineWidth * 0.5f * P1.w / W; in setupLine() local
1980 float dx1 = lineWidth * 0.5f * P1.w / W; in setupLine() local
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp259 void ApplyRConicTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in ApplyRConicTo()
269 void ApplyRCubicTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2, in ApplyRCubicTo()
302 void ApplyRQuadTo(SkPath& p, SkScalar dx1, SkScalar dy1, SkScalar dx2, SkScalar dy2) { in ApplyRQuadTo()
/third_party/boost/boost/polygon/
Dpolygon_traits.hpp1229 at dx1 = (at)pts[0]->get(HORIZONTAL) - (at)x; in equal_slope() local
1273 at dx1 = (at)pts[0]->get(HORIZONTAL) - (at)x; in less_slope() local

12