Searched refs:check_tuple (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/phoenix/test/bll_compatibility/ |
D | constructor_tests.cpp | 35 bool check_tuple(int n, const T& t) in check_tuple() function 37 return (t.get_head() == n) && check_tuple(n+1, t.get_tail()); in check_tuple() 41 bool check_tuple(int n, T * t) in check_tuple() function 43 bool ok = check_tuple(n, *t); in check_tuple() 49 bool check_tuple(int /*n*/, const null_type& ) { return true; } in check_tuple() function 55 ok = check_tuple( in constructor_all_lengths() 62 ok = check_tuple( in constructor_all_lengths() 69 ok = check_tuple( in constructor_all_lengths() 76 ok = check_tuple( in constructor_all_lengths() 83 ok = check_tuple( in constructor_all_lengths() [all …]
|
/third_party/boost/libs/lambda/test/ |
D | constructor_tests.cpp | 35 bool check_tuple(int n, const T& t) in check_tuple() function 37 return (t.get_head() == n) && check_tuple(n+1, t.get_tail()); in check_tuple() 41 bool check_tuple(int /*n*/, const null_type& ) { return true; } in check_tuple() function 47 ok = check_tuple( in constructor_all_lengths() 54 ok = check_tuple( in constructor_all_lengths() 61 ok = check_tuple( in constructor_all_lengths() 68 ok = check_tuple( in constructor_all_lengths() 75 ok = check_tuple( in constructor_all_lengths() 82 ok = check_tuple( in constructor_all_lengths() 89 ok = check_tuple( in constructor_all_lengths() [all …]
|
/third_party/mindspore/mindspore/ops/_op_impl/_custom_op/ |
D | batchnorm_fold_grad.py | 84 check_tuple = ("float16", "float32") 86 util.check_dtype_rule(iv.get("dtype").lower(), check_tuple)
|
D | batchnorm_fold.py | 119 check_tuple = ("float16", "float32") 121 util.check_dtype_rule(dtype.lower(), check_tuple)
|