Searched refs:evalSubExprsIfNeededAsync (Results 1 – 14 of 14) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorAssign.h | 157 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 159 m_leftImpl.evalSubExprsIfNeededAsync(nullptr, [this, done](bool) { 160 m_rightImpl.evalSubExprsIfNeededAsync(
|
D | TensorEvaluator.h | 85 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( in evalSubExprsIfNeededAsync() function 281 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 397 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 494 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 496 m_argImpl.evalSubExprsIfNeededAsync(nullptr, [done](bool) { done(true); }); 623 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 626 m_leftImpl.evalSubExprsIfNeededAsync(nullptr, [this, done](bool) { 627 m_rightImpl.evalSubExprsIfNeededAsync(nullptr, 897 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync(
|
D | TensorEvalTo.h | 152 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 156 m_impl.evalSubExprsIfNeededAsync(m_buffer, std::move(done));
|
D | TensorConversion.h | 215 impl.evalSubExprsIfNeededAsync(nullptr, std::move(done)); 224 impl.evalSubExprsIfNeededAsync(data, std::move(done)); 378 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync(
|
D | TensorReverse.h | 159 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 161 m_impl.evalSubExprsIfNeededAsync(nullptr, [done](bool) { done(true); });
|
D | TensorShuffling.h | 174 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 176 m_impl.evalSubExprsIfNeededAsync(nullptr, [done](bool) { done(true); });
|
D | TensorMorphing.h | 157 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 159 m_impl.evalSubExprsIfNeededAsync(data, std::move(done)); 529 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 531 m_impl.evalSubExprsIfNeededAsync(nullptr, [done](bool) { done(true); });
|
D | TensorForcedEval.h | 165 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync(
|
D | TensorPadding.h | 161 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 163 m_impl.evalSubExprsIfNeededAsync(nullptr, [done](bool) { done(true); });
|
D | TensorExecutor.h | 434 ctx->evaluator.evalSubExprsIfNeededAsync(nullptr, on_eval_subexprs); 515 ctx->evaluator.evalSubExprsIfNeededAsync(nullptr, on_eval_subexprs);
|
D | TensorImagePatch.h | 399 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 401 m_impl.evalSubExprsIfNeededAsync(nullptr, [done](bool) { done(true); });
|
D | TensorContraction.h | 620 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 622 m_leftImpl.evalSubExprsIfNeededAsync(nullptr, [this, done, dest](bool) { 623 m_rightImpl.evalSubExprsIfNeededAsync(nullptr, [this, done, dest](bool) {
|
D | TensorBroadcasting.h | 220 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync( 222 m_impl.evalSubExprsIfNeededAsync(nullptr, [done](bool) { done(true); });
|
D | TensorReduction.h | 743 evalSubExprsIfNeededAsync(EvaluatorPointerType data, 745 m_impl.evalSubExprsIfNeededAsync(NULL, [this, data, done](bool) {
|