Home
last modified time | relevance | path

Searched refs:row_stride_ (Results 1 – 9 of 9) sorted by relevance

/dports/math/linbox/linbox-1.6.3/linbox/matrix/
H A Dplain-matrix.h83 Index row_stride_; // stride from row to row. Entries in a row are contiguous. variable
95 { return x = rep_[i*row_stride_ + j]; } in getEntry()
97 { return rep_[i*row_stride_ + j] = x; } in setEntry()
100 { rep_ = A.rep_ + i*row_stride_ + j; in submatrix()
101 rows_ = m; cols_= n, row_stride_ = A.row_stride_; in submatrix()
131 PlainSubmatrix() :rep_(0), rows_(0), cols_(0), row_stride_(1) in PlainSubmatrix()
165 using Father_t::row_stride_;
182 rows_ = m; cols_ = n; row_stride_ = 1; in init()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_avx512_core_bf16cvt.cpp35 const bool long_row_stride = (row_stride_ * sizeof(bfloat16_t) >> 32) != 0; in generate()
70 if (row_stride_) { in generate()
78 mov(reg_long_row_stride, row_stride_ * sizeof(bfloat16_t)); in generate()
133 if (!row_stride_) return safe_ret(); in generate()
145 + row_stride_ * sizeof(bfloat16_t)]); in generate()
H A Djit_avx512_core_bf16cvt.hpp322 : with_add_(with_add), row_stride_(row_stride) { in jit_avx512_core_cvt_bf16_to_ps_t()
336 size_t row_stride_; member
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_avx512_core_bf16cvt.cpp35 const bool long_row_stride = (row_stride_ * sizeof(bfloat16_t) >> 32) != 0; in generate()
70 if (row_stride_) { in generate()
78 mov(reg_long_row_stride, row_stride_ * sizeof(bfloat16_t)); in generate()
133 if (!row_stride_) return safe_ret(); in generate()
145 + row_stride_ * sizeof(bfloat16_t)]); in generate()
H A Djit_avx512_core_bf16cvt.hpp322 : with_add_(with_add), row_stride_(row_stride) { in jit_avx512_core_cvt_bf16_to_ps_t()
336 size_t row_stride_; member
/dports/misc/py-xgboost/xgboost-1.5.1/src/data/
H A Dellpack_page_source.h22 size_t row_stride_; variable
35 is_dense_{is_dense}, row_stride_{row_stride}, param_{std::move(param)}, in EllpackPageSource()
H A Dellpack_page_source.cu18 *impl = EllpackPageImpl(param_.gpu_id, *cuts_, *csr, is_dense_, row_stride_, in Fetch()
/dports/misc/xgboost/xgboost-1.5.1/src/data/
H A Dellpack_page_source.h22 size_t row_stride_; variable
35 is_dense_{is_dense}, row_stride_{row_stride}, param_{std::move(param)}, in EllpackPageSource()
H A Dellpack_page_source.cu18 *impl = EllpackPageImpl(param_.gpu_id, *cuts_, *csr, is_dense_, row_stride_, in Fetch()