Home
last modified time | relevance | path

Searched refs:lshape (Results 151 – 175 of 193) sorted by relevance

12345678

/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.normal.R3418 skewnormal <- function(lshape = "identitylink", argument
3423 lshape <- as.list(substitute(lshape))
3424 eshape <- link2list(lshape)
3425 lshape <- attr(eshape, "function.name")
3476 }), list( .lshape = lshape, .eshape = eshape,
3481 }, list( .eshape = eshape, .lshape = lshape ))),
3492 }), list( .eshape = eshape, .lshape = lshape,
3497 }, list( .eshape = eshape, .lshape = lshape ))),
3514 }, list( .eshape = eshape, .lshape = lshape ))),
3520 }, list( .eshape = eshape, .lshape = lshape ))),
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Delemwise_binary_broadcast_op.h143 inline int BinaryBroadcastShapeCompact(const mxnet::TShape& lshape, const mxnet::TShape& rshape, in BinaryBroadcastShapeCompact() argument
146 if (lshape == rshape) return 0; in BinaryBroadcastShapeCompact()
151 int bl = oshape.ndim() - lshape.ndim(); in BinaryBroadcastShapeCompact()
157 if (i >= bl) l = lshape[i-bl]; in BinaryBroadcastShapeCompact()
183 LOG(FATAL) << "Too many broadcast dimensions with operands " << lshape << " " << rshape; in BinaryBroadcastShapeCompact()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Delemwise_binary_broadcast_op.h143 inline int BinaryBroadcastShapeCompact(const mxnet::TShape& lshape, const mxnet::TShape& rshape, in BinaryBroadcastShapeCompact() argument
146 if (lshape == rshape) return 0; in BinaryBroadcastShapeCompact()
151 int bl = oshape.ndim() - lshape.ndim(); in BinaryBroadcastShapeCompact()
157 if (i >= bl) l = lshape[i-bl]; in BinaryBroadcastShapeCompact()
183 LOG(FATAL) << "Too many broadcast dimensions with operands " << lshape << " " << rshape; in BinaryBroadcastShapeCompact()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/
H A Doperator_util.cc1053 const mxnet::TShape& lshape = in_shape->at(0); in InferShape() local
1064 out_shape->push_back(lshape); in InferShape()
1066 if (lshape.ndim() == 0) return false; in InferShape()
1068 out_shape->push_back((*(source->binary_shape_))(lshape, rshape, env)); in InferShape()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/
H A Doperator_util.cc1053 const mxnet::TShape& lshape = in_shape->at(0); in InferShape() local
1064 out_shape->push_back(lshape); in InferShape()
1066 if (lshape.ndim() == 0) return false; in InferShape()
1068 out_shape->push_back((*(source->binary_shape_))(lshape, rshape, env)); in InferShape()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/quantization/
H A Dtest_quantization.py923 for s, dshape, lshape in zip((sym, msym), (data_shape, msym_data_shape),
926 mod.bind(data_shapes=[('data', dshape)], label_shapes=[('softmax_label', lshape)])
1047 for s, dshape, lshape, name in zip(sym_list, dshape_list, lshape_list, name_list):
1054 if lshape is None:
1062 label_shapes=[('softmax_label', lshape)])
1098 check_qsym_forward(qsym, qarg_params, qaux_params, dshape, lshape)
1118 check_qsym_forward(qsym, qarg_params, qaux_params, dshape, lshape)
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/quantization/
H A Dtest_quantization.py923 for s, dshape, lshape in zip((sym, msym), (data_shape, msym_data_shape),
926 mod.bind(data_shapes=[('data', dshape)], label_shapes=[('softmax_label', lshape)])
1047 for s, dshape, lshape, name in zip(sym_list, dshape_list, lshape_list, name_list):
1054 if lshape is None:
1062 label_shapes=[('softmax_label', lshape)])
1098 check_qsym_forward(qsym, qarg_params, qaux_params, dshape, lshape)
1118 check_qsym_forward(qsym, qarg_params, qaux_params, dshape, lshape)
/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/
H A Dtesting.py307 lshape=left.shape, rshape=right.shape, lcols=left.columns, rcols=right.columns
/dports/math/R-cran-VGAM/VGAM/man/
H A DLinks.Rd63 % \code{lshape} and \code{lscale} then
332 \code{gev(lshape = "logofflink", eshape = list(offset = 0.5))}
334 \code{gev(lshape = logofflink(offset = 0.5))}.
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_sparse_ndarray.py291 lshape = list(oshape)
297 lshape[ndim-i-1] = 1
300 lhs = np.random.uniform(0, 1, size=lshape)
359 lshape = list(oshape)
361 lhs = np.random.uniform(0, 1, size=lshape)
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_sparse_ndarray.py291 lshape = list(oshape)
297 lshape[ndim-i-1] = 1
300 lhs = np.random.uniform(0, 1, size=lshape)
359 lshape = list(oshape)
361 lhs = np.random.uniform(0, 1, size=lshape)
/dports/lang/pcc/pcc-1.1.0/arch/amd64/
H A Dorder.c299 if (q->lshape == SAREG) { in nspecial()
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dpair_resquared_omp.cpp109 if (lshape[itype] != 0.0) precompute_i(i,wi); in eval()
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dparse.h233 int lshape[LOCAL_SHAPE]; member
H A Ddpparse.c153 if (n->v.constant.shape != n->v.constant.lshape) in _dxf_ExNode__Delete()
837 n->v.constant.shape = n->v.constant.lshape; in _dxf_ExPCreateConst()
947 if (n->v.constant.shape != n->v.constant.lshape) in _dxf_ExPExtendConst()
/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/t/
H A Dtest_sparse_ndarray.t304 my @lshape = @$oshape;
306 my @rshape = @lshape[($ndim-$bdim)..@lshape-1];
312 $lshape[$ndim-$i-1] = 1;
319 my $lhs = mx->nd->random->uniform(0, 1, shape=>\@lshape)->aspdl;
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/t/
H A Dtest_sparse_ndarray.t304 my @lshape = @$oshape;
306 my @rshape = @lshape[($ndim-$bdim)..@lshape-1];
312 $lshape[$ndim-$i-1] = 1;
319 my $lhs = mx->nd->random->uniform(0, 1, shape=>\@lshape)->aspdl;
/dports/science/lammps/lammps-stable_29Sep2021/src/INTEL/
H A Dpair_gayberne_intel.cpp525 flt_t eta = (flt_t)2.0 * ijci[jtype].lshape; in eval()
962 fc.ijc[i][j].lshape = lshape[i] * lshape[j]; in pack_force_const()
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Darray.c72 (int*)DXAllocate(rank*sizeof(*shape)) : a->lshape; in _dxf_NewArrayV()
282 if (a->shape != a->lshape) in _dxfArray_Delete()
H A DarrayClass.c199 int lshape[NLSHAPE]; /* extents for small dims */ member
/dports/lang/pcc/pcc-1.1.0/mip/
H A Dpass2.h205 int lshape; member
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_buffer.py388 lshape = slice_shape(llst, lslices)
390 if (len(lshape) != len(rshape)):
392 for i in range(len(lshape)):
393 if lshape[i] != rshape[i]:
395 if lshape[i] == 0:
582 lshape = [0]*ndim; rshape = [0]*ndim
605 rshape[n], lshape[n] = big, small
608 rshape[n], lshape[n] = small, big
611 return lshape, rshape, tuple(lslices), tuple(rslices)
1947 lshape, rshape, lslices, rslices = \
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_buffer.py388 lshape = slice_shape(llst, lslices)
390 if (len(lshape) != len(rshape)):
392 for i in range(len(lshape)):
393 if lshape[i] != rshape[i]:
395 if lshape[i] == 0:
582 lshape = [0]*ndim; rshape = [0]*ndim
605 rshape[n], lshape[n] = big, small
608 rshape[n], lshape[n] = small, big
611 return lshape, rshape, tuple(lslices), tuple(rslices)
1947 lshape, rshape, lslices, rslices = \
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_buffer.py388 lshape = slice_shape(llst, lslices)
390 if (len(lshape) != len(rshape)):
392 for i in range(len(lshape)):
393 if lshape[i] != rshape[i]:
395 if lshape[i] == 0:
582 lshape = [0]*ndim; rshape = [0]*ndim
605 rshape[n], lshape[n] = big, small
608 rshape[n], lshape[n] = small, big
611 return lshape, rshape, tuple(lslices), tuple(rslices)
1926 lshape, rshape, lslices, rslices = \
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_buffer.py394 lshape = slice_shape(llst, lslices)
396 if (len(lshape) != len(rshape)):
398 for i in range(len(lshape)):
399 if lshape[i] != rshape[i]:
401 if lshape[i] == 0:
588 lshape = [0]*ndim; rshape = [0]*ndim
611 rshape[n], lshape[n] = big, small
614 rshape[n], lshape[n] = small, big
617 return lshape, rshape, tuple(lslices), tuple(rslices)
1951 lshape, rshape, lslices, rslices = \
[all …]

12345678