Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/arithmetic/
Dcross_product.cpp56 void test_4d() in test_4d() function
80 test_4d<bg::model::point<int, 4, bg::cs::cartesian> >(); in test_main()
81 test_4d<bg::model::point<float, 4, bg::cs::cartesian> >(); in test_main()
82 test_4d<bg::model::point<double, 4, bg::cs::cartesian> >(); in test_main()
/third_party/mindspore/tests/st/ops/gpu/
Dtest_batch_matmul.py38 def test_4d(): function
/third_party/mindspore/tests/st/ops/cpu/
Dtest_shift_op.py168 def test_4d(fill_value, dtype, axis, periods): function