Home
last modified time | relevance | path

Searched refs:_new_alloc_handle (Results 1 – 10 of 10) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/NDArray/
H A DSparse.pm38 method _new_alloc_handle(
274 __PACKAGE__->_new_alloc_handle(
1069 my $hdl = __PACKAGE__->_new_alloc_handle(
1238 my $handle = __PACKAGE__->_new_alloc_handle(
1302 __PACKAGE__->_new_alloc_handle(
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/NDArray/
H A DSparse.pm38 method _new_alloc_handle(
274 __PACKAGE__->_new_alloc_handle(
1069 my $hdl = __PACKAGE__->_new_alloc_handle(
1238 my $handle = __PACKAGE__->_new_alloc_handle(
1302 __PACKAGE__->_new_alloc_handle(
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/ndarray/
H A Dsparse.py70 def _new_alloc_handle(stype, shape, ctx, delay_alloc, dtype, aux_types, aux_shapes=None): function
258 hret = _ndarray_cls(_new_alloc_handle(self.stype, self.shape, other,
1028 result = CSRNDArray(_new_alloc_handle(storage_type, shape, ctx, False, dtype,
1187 result = RowSparseNDArray(_new_alloc_handle(storage_type, shape, ctx, False, dtype,
1558 out = _ndarray_cls(_new_alloc_handle(stype, shape, ctx, True, dtype, aux_types))
H A Dndarray.py145 def _new_alloc_handle(shape, ctx, delay_alloc, dtype=mx_real_t): function
2670 hret = NDArray(_new_alloc_handle(self.shape, other, True, self.dtype))
4827 return NDArray(handle=_new_alloc_handle(shape, ctx, False, dtype))
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/ndarray/
H A Dsparse.py70 def _new_alloc_handle(stype, shape, ctx, delay_alloc, dtype, aux_types, aux_shapes=None): function
258 hret = _ndarray_cls(_new_alloc_handle(self.stype, self.shape, other,
1028 result = CSRNDArray(_new_alloc_handle(storage_type, shape, ctx, False, dtype,
1187 result = RowSparseNDArray(_new_alloc_handle(storage_type, shape, ctx, False, dtype,
1558 out = _ndarray_cls(_new_alloc_handle(stype, shape, ctx, True, dtype, aux_types))
H A Dndarray.py145 def _new_alloc_handle(shape, ctx, delay_alloc, dtype=mx_real_t): function
2670 hret = NDArray(_new_alloc_handle(self.shape, other, True, self.dtype))
4827 return NDArray(handle=_new_alloc_handle(shape, ctx, False, dtype))
/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/
H A DNDArray.pm1006 handle => _new_alloc_handle(
1479 func _new_alloc_handle($shape, $ctx, $delay_alloc, $dtype)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/
H A DNDArray.pm1006 handle => _new_alloc_handle(
1479 func _new_alloc_handle($shape, $ctx, $delay_alloc, $dtype)
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/numpy/
H A Dmultiarray.py87 def _new_alloc_handle(shape, ctx, delay_alloc, dtype=mx_real_t): # pylint: disable=redefined-outer… function
1303 hret = ndarray(_new_alloc_handle(self.shape, other, True, self.dtype))
2227 return ndarray(handle=_new_alloc_handle(shape, ctx, False, dtype))
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/numpy/
H A Dmultiarray.py87 def _new_alloc_handle(shape, ctx, delay_alloc, dtype=mx_real_t): # pylint: disable=redefined-outer… function
1303 hret = ndarray(_new_alloc_handle(self.shape, other, True, self.dtype))
2227 return ndarray(handle=_new_alloc_handle(shape, ctx, False, dtype))