Home
last modified time | relevance | path

Searched refs:evalSubExprsIfNeededAsync (Results 1 – 14 of 14) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorAssign.h157 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync(
159 m_leftImpl.evalSubExprsIfNeededAsync(nullptr, [this, done](bool) {
160 m_rightImpl.evalSubExprsIfNeededAsync(
DTensorEvaluator.h85 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(
DTensorEvalTo.h152 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync(
156 m_impl.evalSubExprsIfNeededAsync(m_buffer, std::move(done));
DTensorConversion.h215 impl.evalSubExprsIfNeededAsync(nullptr, std::move(done));
224 impl.evalSubExprsIfNeededAsync(data, std::move(done));
378 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync(
DTensorReverse.h159 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync(
161 m_impl.evalSubExprsIfNeededAsync(nullptr, [done](bool) { done(true); });
DTensorShuffling.h174 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync(
176 m_impl.evalSubExprsIfNeededAsync(nullptr, [done](bool) { done(true); });
DTensorMorphing.h157 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); });
DTensorForcedEval.h165 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync(
DTensorPadding.h161 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync(
163 m_impl.evalSubExprsIfNeededAsync(nullptr, [done](bool) { done(true); });
DTensorExecutor.h434 ctx->evaluator.evalSubExprsIfNeededAsync(nullptr, on_eval_subexprs);
515 ctx->evaluator.evalSubExprsIfNeededAsync(nullptr, on_eval_subexprs);
DTensorImagePatch.h399 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync(
401 m_impl.evalSubExprsIfNeededAsync(nullptr, [done](bool) { done(true); });
DTensorContraction.h620 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync(
622 m_leftImpl.evalSubExprsIfNeededAsync(nullptr, [this, done, dest](bool) {
623 m_rightImpl.evalSubExprsIfNeededAsync(nullptr, [this, done, dest](bool) {
DTensorBroadcasting.h220 EIGEN_STRONG_INLINE void evalSubExprsIfNeededAsync(
222 m_impl.evalSubExprsIfNeededAsync(nullptr, [done](bool) { done(true); });
DTensorReduction.h743 evalSubExprsIfNeededAsync(EvaluatorPointerType data,
745 m_impl.evalSubExprsIfNeededAsync(NULL, [this, data, done](bool) {