Home
last modified time | relevance | path

Searched refs:check_types (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dassign.cc36 auto check_types = common_valid_types; in InferImplAssign() local
37 (void)check_types.emplace(kBool); in InferImplAssign()
40 …s::CheckScalarOrTensorTypesSame(std::map<std::string, TypePtr>{{"value", value_type}}, check_types, in InferImplAssign()
45 …(void)CheckAndConvertUtils::CheckTensorTypeValid("variable", variable_type, check_types, prim_name… in InferImplAssign()
/third_party/boost/libs/geometry/test/strategies/
Dpythagoras.cpp232 void test_integer(bool check_types) in test_integer() argument
266 if (check_types) in test_integer()
Dpythagoras_point_box.cpp328 inline void test_integer(bool check_types) in test_integer() argument
364 if (check_types) in test_integer()