Home
last modified time | relevance | path

Searched defs:test_norm (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/tests/st/ops/cpu/
Dtest_norm_op.py46 def test_norm(): function
/third_party/boost/libs/locale/test/
Dtest_winapi_convert.cpp68 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
Dtest_convert.cpp32 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
/third_party/boost/libs/graph/test/
Dlabeled_graph.cpp90 void test_norm() in test_norm() function
/third_party/boost/boost/units/
Dio.hpp985 inline BOOST_CONSTEXPR mpl::true_ test_norm(double) { return mpl::true_(); } in test_norm() function
986 inline BOOST_CONSTEXPR mpl::false_ test_norm(one) { return mpl::false_(); } in test_norm() function
/third_party/mindspore/tests/st/numpy_native/
Dtest_math_ops.py2583 def test_norm(): function