Home
last modified time | relevance | path

Searched refs:j_it (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIncompleteLU.h55 typename FactorType::InnerIterator j_it(k_it); in compute()
58 for(++j_it; j_it; ) in compute()
60 if(kj_it.index()==j_it.index()) in compute()
62 j_it.valueRef() -= k_it.value() * kj_it.value(); in compute()
63 ++j_it; in compute()
66 else if(kj_it.index()<j_it.index()) ++kj_it; in compute()
67 else ++j_it; in compute()
/external/eigen/Eigen/src/IterativeLinearSolvers/
DIncompleteLUT.h299 typename FactorType::InnerIterator j_it(mat, ii); // Iterate through the current row ii in factorize()
300 for (; j_it; ++j_it) in factorize()
302 Index k = j_it.index(); in factorize()
307 u(sizel) = j_it.value(); in factorize()
313 u(ii) = j_it.value(); in factorize()
320 u(jpos) = j_it.value(); in factorize()
324 rownorm += numext::abs2(j_it.value()); in factorize()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc1337 auto j_it = source_size_to_dim[target_i_size].begin(); in GetReshardAllToAllSourceTargetDims() local
1338 int64 j = *j_it; in GetReshardAllToAllSourceTargetDims()
1344 if (++j_it == source_size_to_dim[target_i_size].end()) { in GetReshardAllToAllSourceTargetDims()
1347 j = *j_it; in GetReshardAllToAllSourceTargetDims()
1353 if (++j_it == source_size_to_dim[target_i_size].end()) { in GetReshardAllToAllSourceTargetDims()
1356 j = *j_it; in GetReshardAllToAllSourceTargetDims()