Home
last modified time | relevance | path

Searched defs:new_strides (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/R-cran-s2/s2/src/s2/
H A Ds2polyline_alignment.cc74 std::vector<ColumnStride> new_strides(new_rows); in Upsample() local
93 std::vector<ColumnStride> new_strides(rows_); in Dilate() local
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Ds2polyline_alignment.cc74 std::vector<ColumnStride> new_strides(new_rows); in Upsample() local
93 std::vector<ColumnStride> new_strides(rows_); in Dilate() local
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Ds2polyline_alignment.cc74 std::vector<ColumnStride> new_strides(new_rows); in Upsample() local
93 std::vector<ColumnStride> new_strides(rows_); in Dilate() local
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxmanipulation.hpp379 dynamic_shape<std::ptrdiff_t> new_strides; in squeeze() local
396 dynamic_shape<std::ptrdiff_t> new_strides(new_dim); in squeeze_impl() local
H A Dxstrided_view_base.hpp950 strides_type new_strides; member
/dports/math/xtensor-python/xtensor-python-0.26.0/test/
H A Dtest_common.hpp248 strides_type new_strides = {rm.m_strides[2], in test_transpose() local
281 strides_type new_strides = {rm.m_strides[1], in test_transpose() local
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/nn/mkldnn/
H A Dmkldnn_pooling.cc126 const mkldnn::memory::dims &new_strides, in InitPoolingPrimitiveParams()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/nn/mkldnn/
H A Dmkldnn_pooling.cc126 const mkldnn::memory::dims &new_strides, in InitPoolingPrimitiveParams()
/dports/math/xtensor/xtensor-0.24.0/test/
H A Dtest_common.hpp329 strides_type new_strides = {rm.m_strides[2], in test_transpose() local
361 strides_type new_strides = {rm.m_strides[1], in test_transpose() local
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Dshape.c50 npy_intp new_strides[NPY_MAXDIMS]; in PyArray_Resize() local
H A Dmapping.c917 npy_intp new_strides[NPY_MAXDIMS]; in get_view_from_index() local
H A Dnditer_constr.c2650 npy_intp factor, itemsize, new_strides[NPY_MAXDIMS]; in npyiter_new_temp_array() local
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/cuda/cuda_device/
H A Dindexing.cu125 Strides new_strides; in CollapseNdArray() local
/dports/devel/grex/grex-1.3.0/cargo-crates/ndarray-0.15.3/src/
H A Dimpl_methods.rs503 let mut new_strides = I::OutDim::zeros(out_ndim); in slice_move() localVariable
2086 let mut new_strides = D::zeros(self.ndim()); in permuted_axes() localVariable
/dports/devel/ga/ga-5.8/comex/src-mpi3/
H A Dcomex.c998 int levels, int *size, int *new_strides) in malloc_strided_acc_buffer()