Home
last modified time | relevance | path

Searched defs:eval_impl (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/hana/
Deval.hpp32 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()
Dlazy.hpp115 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/
Deval.hpp32 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()
Dlazy.hpp115 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/
Dabstract_test.cc96 auto eval_impl = GetPrimitiveInferImpl(prim::kPrimMakeRecord); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.h35 StandardPrimEvaluator(const PrimitivePtr &primitive, const StandardPrimitiveImplReg &eval_impl) in StandardPrimEvaluator()
Dstatic_analysis.cc376 auto eval_impl = GetPrimitiveInferImpl(prim); in GetPrimEvaluator() local
Dprim.cc774 …orPtr InitStandardPrimEvaluator(PrimitivePtr primitive, const StandardPrimitiveImplReg eval_impl) { in InitStandardPrimEvaluator()