Home
last modified time | relevance | path

Searched refs:eshape (Results 1 – 25 of 55) sorted by relevance

123

/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dwrapper.py23 eshape = jd.shape
24 fshape = eshape[0], 3
27 e = array(eshape, 'uint8')
59 eshape = ilength, jlength
63 e = array(eshape, 'uint8')
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/
H A Dtensor_gpu-inl.h125 Shape<dim> eshape = expr::ShapeCheck<dim, E>::Check(exp.self()); in MapExp() local
127 CHECK(eshape[0] == 0 || eshape == dshape) in MapExp()
129 << "eshape: " << eshape << " dshape:" << dshape; in MapExp()
143 Shape<2> eshape = expr::ShapeCheck<expr::ExpInfo<E>::kDim, E> in MapReduceKeepLowest() local
147 CHECK_NE(eshape[0], 0U) << "can not reduce over empty tensor"; in MapReduceKeepLowest()
149 (MakePlan(dst->self()), MakePlan(exp.self()), scale, eshape, in MapReduceKeepLowest()
161 EShape eshape = expr::ShapeCheck<expr::ExpInfo<E>::kDim, E> in MapReduceKeepHighDim() local
166 Shape<4> pshape = Shape4(eshape.ProdShape(0, dimkeep), in MapReduceKeepHighDim()
167 eshape[dimkeep], in MapReduceKeepHighDim()
168 eshape.ProdShape(dimkeep + 1, EShape::kSubdim), in MapReduceKeepHighDim()
[all …]
H A Dtensor_cpu-inl.h213 CHECK(eshape[0] == 0 || eshape == dshape)
215 << "eshape: " << eshape << " dshape:" << dshape;
228 Shape<2> eshape = expr::ShapeCheck<expr::ExpInfo<E>::kDim, E>
232 CHECK_NE(eshape[0], 0U) << "can not reduce over empty tensor";
239 for (openmp_index_t x = 0; x < eshape[1]; ++x) {
241 for (index_t y = 1; y < eshape[0]; ++y) {
256 EShape eshape = expr::ShapeCheck<expr::ExpInfo<E>::kDim, E>
259 CHECK_EQ(eshape[dimkeep], dshape[0])
262 Shape<4> pshape = Shape4(eshape.ProdShape(0, dimkeep),
263 eshape[dimkeep],
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/
H A Dtensor_gpu-inl.h125 Shape<dim> eshape = expr::ShapeCheck<dim, E>::Check(exp.self()); in MapExp() local
127 CHECK(eshape[0] == 0 || eshape == dshape) in MapExp()
129 << "eshape: " << eshape << " dshape:" << dshape; in MapExp()
143 Shape<2> eshape = expr::ShapeCheck<expr::ExpInfo<E>::kDim, E> in MapReduceKeepLowest() local
147 CHECK_NE(eshape[0], 0U) << "can not reduce over empty tensor"; in MapReduceKeepLowest()
149 (MakePlan(dst->self()), MakePlan(exp.self()), scale, eshape, in MapReduceKeepLowest()
161 EShape eshape = expr::ShapeCheck<expr::ExpInfo<E>::kDim, E> in MapReduceKeepHighDim() local
166 Shape<4> pshape = Shape4(eshape.ProdShape(0, dimkeep), in MapReduceKeepHighDim()
167 eshape[dimkeep], in MapReduceKeepHighDim()
168 eshape.ProdShape(dimkeep + 1, EShape::kSubdim), in MapReduceKeepHighDim()
[all …]
H A Dtensor_cpu-inl.h213 CHECK(eshape[0] == 0 || eshape == dshape)
215 << "eshape: " << eshape << " dshape:" << dshape;
228 Shape<2> eshape = expr::ShapeCheck<expr::ExpInfo<E>::kDim, E>
232 CHECK_NE(eshape[0], 0U) << "can not reduce over empty tensor";
239 for (openmp_index_t x = 0; x < eshape[1]; ++x) {
241 for (index_t y = 1; y < eshape[0]; ++y) {
256 EShape eshape = expr::ShapeCheck<expr::ExpInfo<E>::kDim, E>
259 CHECK_EQ(eshape[dimkeep], dshape[0])
262 Shape<4> pshape = Shape4(eshape.ProdShape(0, dimkeep),
263 eshape[dimkeep],
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/numpy/
H A Dargwhere.hpp20 auto eshape = sutils::getshape(arr); in argwhere() local
33 buffer_iter[j] = (i / mult) % eshape[j]; in argwhere()
34 mult *= eshape[j]; in argwhere()
/dports/misc/orange3/orange3-3.29.1/Orange/tests/
H A Dtest_manifold.py45 eshape = data.X.shape[0], n_com
48 self.assertEqual(eshape, mds_fit.embedding_.shape)
49 self.assertEqual(eshape, mds_odist.embedding_.shape)
50 self.assertEqual(eshape, mds_sdist.embedding_.shape)
87 eshape = data.X.shape[0], n_com
88 self.assertEqual(eshape, isomap_fit.embedding_.shape)
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Dcurvedelems.hpp276 ArrayMem<double,20> eshape; member in BaseFiniteElement1D
308 { return eshape[index]; }; in GetEdgeShape()
352 eshape.SetSize(maxedgeorder-1); in SetElementNumber()
388 eshape.SetSize(maxedgeorder-1); in SetElementNumber()
426 ArrayMem<double,80> eshape; member in BaseFiniteElement2D
491 { return eshape[index]; }; in GetEdgeShape()
619 ArrayMem<double,120> eshape; member in BaseFiniteElement3D
691 { return eshape[index]; }; in GetEdgeShape()
/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.survival.R318 eshape <- link2list(lshape) functionVar
319 lshape <- attr(eshape, "function.name")
340 namesof("shape", lshape, earg = eshape, tag = TRUE)),
387 .eshape = eshape, .escale = escale,
394 .eshape = eshape, .escale = escale ))),
403 .eshape = eshape, .escale = escale ))),
421 .eshape = eshape, .escale = escale ))),
431 .eshape = eshape, .escale = escale ))),
446 .eshape = eshape, .escale = escale ))),
H A Dfamily.aunivariate.R35 eshape <- link2list(lshape) functionVar
36 lshape <- attr(eshape, "function.name")
1268 eshape <- link2list(lshape) functionVar
3320 eshape <- link2list(lshape) functionVar
4033 eshape <- link2list(lshape) functionVar
4124 .eshape = eshape,
4228 .eshape = eshape ))),
4365 eshape <- link2list(lshape) functionVar
4699 eshape <- link2list(lshape) functionVar
4947 eshape <- link2list(lshape) functionVar
[all …]
H A Dfamily.others.R156 eshape <- link2list(lshape) functionVar
157 lshape <- attr(eshape, "function.name")
252 .eshape = eshape, .eratee = eratee))),
468 eshape <- link2list(lshape) functionVar
469 lshape <- attr(eshape, "function.name")
577 .eshape = eshape, .escale = escale,
748 eshape <- link2list(lshape) functionVar
749 lshape <- attr(eshape, "function.name")
860 .escale = escale, .eshape = eshape,
1048 eshape <- link2list(lshape) functionVar
[all …]
H A Dfamily.extremes.R233 eshape <- link2list(lshape) functionVar
234 lshape <- attr(eshape, "function.name")
724 eshape <- link2list(lshape) functionVar
725 lshape <- attr(eshape, "function.name")
826 (any( .ishape <= eshape$min | .ishape >= eshape$max)))
1664 eshape <- link2list(lshape) functionVar
1665 lshape <- attr(eshape, "function.name")
1906 .escale = escale, .eshape = eshape,
1958 .escale = escale, .eshape = eshape,
2755 eshape <- link2list(lshape) functionVar
[all …]
H A Dfamily.censored.R741 eshape <- link2list(lshape) functionVar
742 lshape <- attr(eshape, "function.name")
863 .emeann = emeann, .eshape = eshape,
915 .emeann = emeann, .eshape = eshape,
983 }), list( .eshape = eshape ))))
1002 eshape <- link2list(lshape) functionVar
1003 lshape <- attr(eshape, "function.name")
1163 .escale = escale, .eshape = eshape,
1224 .escale = escale, .eshape = eshape,
1234 .escale = escale, .eshape = eshape,
[all …]
H A Dfamily.univariate.R3892 eshape <- link2list(lshape) functionVar
4172 eshape <- link2list(lshape) functionVar
6727 eshape <- link2list(lshape) functionVar
6968 eshape <- link2list(lshape) functionVar
8446 eshape <- link2list(lshape) functionVar
9118 eshape <- link2list(lshape) functionVar
9461 eshape <- link2list(lshape) functionVar
9710 eshape <- link2list(lshape) functionVar
9927 eshape <- link2list(lshape) functionVar
9929 earg <- eshape
[all …]
/dports/science/py-h5py/h5py-3.6.0/h5py/_hl/
H A Dselections.py255 eshape = []
258 eshape.append(1)
262 eshape.append(t)
272 return tuple(eshape[::-1])
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/cuda/
H A Dtensor_gpu-inl.cuh145 DType scale, Shape<2> eshape) { in MapRedKeepLowestKernel() argument
151 if (threadIdx.y < eshape[0] && x < eshape[1]) { in MapRedKeepLowestKernel()
154 for (unsigned y = warp_size; y < eshape[0]; y += warp_size) { in MapRedKeepLowestKernel()
155 if (threadIdx.y + y < eshape[0] && x < eshape[1]) { in MapRedKeepLowestKernel()
160 if (eshape[0] >= warp_size) { in MapRedKeepLowestKernel()
163 Reduce1DNotAlign<Reducer, warp_bits>(s_res[threadIdx.y], eshape[0]); in MapRedKeepLowestKernel()
167 if (threadIdx.y == 0 && x < eshape[1]) { in MapRedKeepLowestKernel()
176 DType scale, Shape<2> eshape, in MapReduceKeepLowest() argument
179 dim3 dimGrid((eshape[1] + kMemUnit - 1) >> kMemUnitBits); in MapReduceKeepLowest()
184 <<<dimGrid, dimBlock, 0, stream>>>(dst, plan, scale, eshape); in MapReduceKeepLowest()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/cuda/
H A Dtensor_gpu-inl.cuh145 DType scale, Shape<2> eshape) { in MapRedKeepLowestKernel() argument
151 if (threadIdx.y < eshape[0] && x < eshape[1]) { in MapRedKeepLowestKernel()
154 for (unsigned y = warp_size; y < eshape[0]; y += warp_size) { in MapRedKeepLowestKernel()
155 if (threadIdx.y + y < eshape[0] && x < eshape[1]) { in MapRedKeepLowestKernel()
160 if (eshape[0] >= warp_size) { in MapRedKeepLowestKernel()
163 Reduce1DNotAlign<Reducer, warp_bits>(s_res[threadIdx.y], eshape[0]); in MapRedKeepLowestKernel()
167 if (threadIdx.y == 0 && x < eshape[1]) { in MapRedKeepLowestKernel()
176 DType scale, Shape<2> eshape, in MapReduceKeepLowest() argument
179 dim3 dimGrid((eshape[1] + kMemUnit - 1) >> kMemUnitBits); in MapReduceKeepLowest()
184 <<<dimGrid, dimBlock, 0, stream>>>(dst, plan, scale, eshape); in MapReduceKeepLowest()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/generatenimbus/
H A DPainterGenerator.java255 Ellipse eshape = (Ellipse) shape; in generate() local
256 float x1 = encode((float)eshape.getX1(), a, b, width); in generate()
257 float y1 = encode((float)eshape.getY1(), c, d, height); in generate()
258 float x2 = encode((float)eshape.getX2(), a, b, width); in generate()
259 float y2 = encode((float)eshape.getY2(), c, d, height); in generate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/jdk/src/classes/build/tools/generatenimbus/
H A DPainterGenerator.java255 Ellipse eshape = (Ellipse) shape; in generate() local
256 float x1 = encode((float)eshape.getX1(), a, b, width); in generate()
257 float y1 = encode((float)eshape.getY1(), c, d, height); in generate()
258 float x2 = encode((float)eshape.getX2(), a, b, width); in generate()
259 float y2 = encode((float)eshape.getY2(), c, d, height); in generate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/generatenimbus/
H A DPainterGenerator.java255 Ellipse eshape = (Ellipse) shape; in generate() local
256 float x1 = encode((float)eshape.getX1(), a, b, width); in generate()
257 float y1 = encode((float)eshape.getY1(), c, d, height); in generate()
258 float x2 = encode((float)eshape.getX2(), a, b, width); in generate()
259 float y2 = encode((float)eshape.getY2(), c, d, height); in generate()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/make/src/classes/build/tools/generatenimbus/
H A DPainterGenerator.java252 Ellipse eshape = (Ellipse) shape; in generate() local
253 float x1 = encode((float)eshape.getX1(), a, b, width); in generate()
254 float y1 = encode((float)eshape.getY1(), c, d, height); in generate()
255 float x2 = encode((float)eshape.getX2(), a, b, width); in generate()
256 float y2 = encode((float)eshape.getY2(), c, d, height); in generate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/jdk/src/classes/build/tools/generatenimbus/
H A DPainterGenerator.java255 Ellipse eshape = (Ellipse) shape; in generate() local
256 float x1 = encode((float)eshape.getX1(), a, b, width); in generate()
257 float y1 = encode((float)eshape.getY1(), c, d, height); in generate()
258 float x2 = encode((float)eshape.getX2(), a, b, width); in generate()
259 float y2 = encode((float)eshape.getY2(), c, d, height); in generate()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/jdk/src/classes/build/tools/generatenimbus/
H A DPainterGenerator.java255 Ellipse eshape = (Ellipse) shape; in generate() local
256 float x1 = encode((float)eshape.getX1(), a, b, width); in generate()
257 float y1 = encode((float)eshape.getY1(), c, d, height); in generate()
258 float x2 = encode((float)eshape.getX2(), a, b, width); in generate()
259 float y2 = encode((float)eshape.getY2(), c, d, height); in generate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/jdk/src/classes/build/tools/generatenimbus/
H A DPainterGenerator.java255 Ellipse eshape = (Ellipse) shape; in generate() local
256 float x1 = encode((float)eshape.getX1(), a, b, width); in generate()
257 float y1 = encode((float)eshape.getY1(), c, d, height); in generate()
258 float x2 = encode((float)eshape.getX2(), a, b, width); in generate()
259 float y2 = encode((float)eshape.getY2(), c, d, height); in generate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/jdk/src/classes/build/tools/generatenimbus/
H A DPainterGenerator.java255 Ellipse eshape = (Ellipse) shape; in generate() local
256 float x1 = encode((float)eshape.getX1(), a, b, width); in generate()
257 float y1 = encode((float)eshape.getY1(), c, d, height); in generate()
258 float x2 = encode((float)eshape.getX2(), a, b, width); in generate()
259 float y2 = encode((float)eshape.getY2(), c, d, height); in generate()

123