Home
last modified time | relevance | path

Searched defs:eval_type (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/nn/metrics/
Daccuracy.py50 def __init__(self, eval_type='classification'): argument
Drecall.py56 def __init__(self, eval_type='classification'): argument
Dprecision.py57 def __init__(self, eval_type='classification'): argument
Dmetric.py242 def __init__(self, eval_type): argument
/third_party/boost/boost/math/special_functions/detail/
Derf_inv.hpp441 typedef typename policies::evaluation<result_type, Policy>::type eval_type; in erfc_inv() typedef
506 typedef typename policies::evaluation<result_type, Policy>::type eval_type; in erf_inv() typedef
517 typedef typename policies::evaluation<result_type, Policy>::type eval_type; in erf_inv() typedef
/third_party/boost/libs/yap/test/
Dcomma.cpp115 using eval_type = decltype(evaluate(int_void_expr)); in test_main() typedef
/third_party/boost/boost/math/distributions/
Dnon_central_chi_squared.hpp699 typedef typename policies::evaluation<RealType, Policy>::type eval_type; in find_degrees_of_freedom() typedef
720 typedef typename policies::evaluation<RealType, Policy>::type eval_type; in find_degrees_of_freedom() typedef
740 typedef typename policies::evaluation<RealType, Policy>::type eval_type; in find_non_centrality() typedef
761 typedef typename policies::evaluation<RealType, Policy>::type eval_type; in find_non_centrality() typedef
/third_party/quickjs/
Dquickjs.c19960 int eval_type; /* only valid if is_eval = TRUE */ member
33581 int err, js_mode, eval_type; in __JS_EvalInternal() local
33720 int eval_type = eval_flags & JS_EVAL_TYPE_MASK; in JS_EvalThis() local
/third_party/python/Parser/
Dparser.c78 #define eval_type 1002 macro