Home
last modified time | relevance | path

Searched refs:y_i (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/gil/image_processing/
Dscaling.hpp65 for (y_coord_t y_i = (std::max)(source_y - static_cast<y_coord_t>(a) + y_one, y_zero); in lanczos_at() local
66 y_i <= (std::min)(source_y + static_cast<y_coord_t>(a), input_view.height() - y_one); in lanczos_at()
67 ++y_i) in lanczos_at()
73 double lanczos_response = lanczos(source_x - x_i, a) * lanczos(source_y - y_i, a); in lanczos_at()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dminimum_grad_cpu_kernel.cc106 size_t y_i = y_shape[dim] == dout_shape[dim] ? i * y_cargo[dim] : 0; in MinimumGradRecTask() local
110 if (*(x + x_index + x_i) < *(y + y_index + y_i)) { in MinimumGradRecTask()
113 *(dy + y_index + y_i) += *(dout + dout_index + i); in MinimumGradRecTask()
116 …MinimumGradRecTask(x, y, dout, dx, dy, dim + 1, x_index + x_i, y_index + y_i, dout_index + dout_i,… in MinimumGradRecTask()
Dmaximum_grad_cpu_kernel.cc79 size_t y_i = y_shape[dim] == dout_shape[dim] ? i * y_cargo[dim] : 0; in MaximumGradRecTask() local
83 if (*(x + x_index + x_i) > *(y + y_index + y_i)) { in MaximumGradRecTask()
86 *(dy + y_index + y_i) += *(dout + dout_index + i); in MaximumGradRecTask()
89 …MaximumGradRecTask(x, y, dout, dx, dy, dim + 1, x_index + x_i, y_index + y_i, dout_index + dout_i,… in MaximumGradRecTask()
/third_party/python/Tools/demo/
Dvector.py87 return sum(x_i * y_i for (x_i, y_i) in zip(self, other))
/third_party/mindspore/mindspore/explainer/explanation/_attribution/_perturbation/
Drise.py124 masks = [sample[:, x_i: x_i + height, y_i: y_i + width] for sample, x_i, y_i
/third_party/boost/libs/numeric/odeint/doc/concepts/
Dstate_algebra_operations.qbk91 …r_each2( y , x , operation2 )`] [void] [Calls `operation2( y_i , x_i )` for each element `y_i` of …
92 … , x1 , x2 , operation3 )`] [void] [Calls `operation3( y_i , x1_i , x2_i )` for each element `y_i`…
93 … , operation['N] )]] [void] [Calls [^operation['N]( y_i , x1_i , ... , xN_i )] for each element `y…
/third_party/mindspore/mindspore/ccsrc/fl/armour/secure_protocol/
Dsecret_sharing.cc117 int SecretSharing::CheckShares(Share *share_i, BIGNUM *x_i, BIGNUM *y_i, BIGNUM *denses_i, BIGNUM *… in CheckShares() argument
118 if (x_i == nullptr || y_i == nullptr || denses_i == nullptr || nums_i == nullptr) { in CheckShares()
122 if (!GetShare(x_i, y_i, share_i)) { in CheckShares()
Dsecret_sharing.h51 int CheckShares(Share *share_i, BIGNUM *x_i, BIGNUM *y_i, BIGNUM *denses_i, BIGNUM *nums_i);
/third_party/mindspore/mindspore/core/abstract/
Dutils.cc243 int64_t y_i = y_shape[i]; // i-th dimension of y in RealBroadcast() local
245 if (x_i == y_i) { in RealBroadcast()
248 output_i = y_i; in RealBroadcast()
249 } else if (y_i == 1) { in RealBroadcast()
/third_party/openGLES/extensions/EXT/
DEXT_window_rectangles.txt155 Each four elements (x_i,y_i,w_i,h_i) corresponds to the /i/th window
158 (x_i,y_i) and upper-right corner at (x_i+w_i,y_i+h_i).
168 y_i <= yw < y_i+h_i,
293 Each four elements (x_i,y_i,w_i,h_i) corresponds to the /i/th window
296 (x_i,y_i) and upper-right corner at (x_i+w_i,y_i+h_i).
306 y_i <= yw < y_i+h_i,
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_window_rectangles.txt155 Each four elements (x_i,y_i,w_i,h_i) corresponds to the /i/th window
158 (x_i,y_i) and upper-right corner at (x_i+w_i,y_i+h_i).
168 y_i <= yw < y_i+h_i,
293 Each four elements (x_i,y_i,w_i,h_i) corresponds to the /i/th window
296 (x_i,y_i) and upper-right corner at (x_i+w_i,y_i+h_i).
306 y_i <= yw < y_i+h_i,
/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dops_front_infer_function.cc111 const int64_t y_i = reverse_y[i]; in ComputeReduceIndex() local
113 if (x_i == y_i) { in ComputeReduceIndex()
118 } else if (y_i == 1) { in ComputeReduceIndex()
/third_party/boost/libs/math/doc/differentiation/
Dautodiff.tex403 &= \sum_{i=0}^N(x_i+y_i)\varepsilon^i \\
404 z_i &= x_i + y_i \qquad \text{for}\; i\in\{0,1,2,...,N\}.
414 &= \sum_{i=0}^N(x_i-y_i)\varepsilon^i \\
415 z_i &= x_i - y_i \qquad \text{for}\; i\in\{0,1,2,...,N\}.
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c3007 LLVMValueRef y_i = LLVMBuildBitCast(b, y_10, bld->int_vec_type, "y_i"); in lp_build_sin_or_cos() local
3010 LLVMValueRef y_and = LLVMBuildAnd(b, y_i, poly_mask_inv, "y_and"); in lp_build_sin_or_cos()