HomeSort by relevance Sort by last modified time
    Searched full:shard_by_col_ (Results 1 - 1 of 1) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionThreadPool.h 314 shard_by_col_(shard_by_col),
338 : (parallel_pack_ ? nn_ + nm_ : (shard_by_col_ ? nn_ : nm_)) +
341 parallel_pack_ ? 0 : (shard_by_col_ ? nm_ : nn_);
405 const bool shard_by_col_; member in class:Eigen::TensorEvaluator::Context
479 if (!parallel_pack_ && shard_by_col_) {
504 if (parallel_pack_ || shard_by_col_) {
518 if (shard_by_col_) {
544 state_packing_ready_[k % P] = shard_by_col_ ? nm_ : nn_;
545 enqueue_packing(k, shard_by_col_);
568 (parallel_pack_ ? nm_ + nn_ : (shard_by_col_ ? nn_ : nm_))
    [all...]

Completed in 154 milliseconds