HomeSort by relevance Sort by last modified time
    Searched refs:gebp (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 80 gebp_kernel<LhsScalar, RhsScalar, Index, ResMapper, Traits::mr, Traits::nr, ConjugateLhs, ConjugateRhs> gebp; local
131 gebp(res.getSubMapper(info[i].lhs_start, 0), blockA+info[i].lhs_start*actual_kc, blockB, info[i].lhs_length, actual_kc, nc, alpha);
143 gebp(res.getSubMapper(0, j), blockA, blockB, rows, actual_kc, actual_nc, alpha);
194 gebp(res.getSubMapper(i2, j2), blockA, blockB, actual_mc, actual_kc, actual_nc, alpha);
GeneralMatrixMatrixTriangular.h 89 gebp_kernel<LhsScalar, RhsScalar, Index, ResMapper, Traits::mr, Traits::nr, ConjugateLhs, ConjugateRhs> gebp; local
106 // 1 - before the diagonal => processed with gebp or skipped
108 // 3 - after the diagonal => processed with gebp or skipped
110 gebp(res.getSubMapper(i2, 0), blockA, blockB, actual_mc, actual_kc,
119 gebp(res.getSubMapper(i2, j2), blockA, blockB+actual_kc*j2, actual_mc,
128 // This kernel is built on top of the gebp kernel:
130 // where BlockSize is set to the minimal value allowing gebp to be as fast as possible
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContraction.h 465 // Declare GEBP packing and kernel structs
469 internal::gebp_kernel<LhsScalar, RhsScalar, Index, OutputMapper, mr, nr, false, false> gebp; local
505 // call gebp (matrix kernel)
507 gebp(output.getSubMapper(i2, j2), blockA, blockB, actual_mc, actual_kc, actual_nc, Scalar(1), -1, -1, 0, 0);
TensorContractionThreadPool.h 989 GebpKernel gebp; local
    [all...]

Completed in 122 milliseconds