Searched defs:eval_impl (Results 1 – 8 of 8) sorted by relevance
| /third_party/boost/boost/hana/ |
| D | eval.hpp | 32 struct eval_impl<T, when<condition>> : default_ { struct 34 static constexpr auto eval_helper(Expr&& expr, int) in eval_helper() 39 static constexpr auto eval_helper(Expr&& expr, long) in eval_helper() 44 static constexpr auto eval_helper(Expr&&, ...) { in eval_helper() 52 static constexpr decltype(auto) apply(Expr&& expr) in apply()
|
| D | lazy.hpp | 115 struct eval_impl<lazy_tag> { struct 119 apply(lazy_apply_t<std::index_sequence<n...>, F, Args...> const& expr) { in apply() 127 apply(lazy_apply_t<std::index_sequence<n...>, F, Args...>& expr) { in apply() 135 apply(lazy_apply_t<std::index_sequence<n...>, F, Args...>&& expr) { in apply() 143 static constexpr X const& apply(lazy_value_t<X> const& expr) in apply() 147 static constexpr X& apply(lazy_value_t<X>& expr) in apply() 151 static constexpr X apply(lazy_value_t<X>&& expr) in apply()
|
| /third_party/boost/libs/hana/include/boost/hana/ |
| D | eval.hpp | 32 struct eval_impl<T, when<condition>> : default_ { struct 34 static constexpr auto eval_helper(Expr&& expr, int) in eval_helper() 39 static constexpr auto eval_helper(Expr&& expr, long) in eval_helper() 44 static constexpr auto eval_helper(Expr&&, ...) { in eval_helper() 52 static constexpr decltype(auto) apply(Expr&& expr) in apply()
|
| D | lazy.hpp | 115 struct eval_impl<lazy_tag> { struct 119 apply(lazy_apply_t<std::index_sequence<n...>, F, Args...> const& expr) { in apply() 127 apply(lazy_apply_t<std::index_sequence<n...>, F, Args...>& expr) { in apply() 135 apply(lazy_apply_t<std::index_sequence<n...>, F, Args...>&& expr) { in apply() 143 static constexpr X const& apply(lazy_value_t<X> const& expr) in apply() 147 static constexpr X& apply(lazy_value_t<X>& expr) in apply() 151 static constexpr X apply(lazy_value_t<X>&& expr) in apply()
|
| /third_party/mindspore/tests/ut/cpp/abstract/ |
| D | abstract_test.cc | 96 auto eval_impl = GetPrimitiveInferImpl(prim::kPrimMakeRecord); in TEST_F() local
|
| /third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/ |
| D | prim.h | 35 StandardPrimEvaluator(const PrimitivePtr &primitive, const StandardPrimitiveImplReg &eval_impl) in StandardPrimEvaluator()
|
| D | static_analysis.cc | 376 auto eval_impl = GetPrimitiveInferImpl(prim); in GetPrimEvaluator() local
|
| D | prim.cc | 774 …orPtr InitStandardPrimEvaluator(PrimitivePtr primitive, const StandardPrimitiveImplReg eval_impl) { in InitStandardPrimEvaluator()
|