Home
last modified time | relevance | path

Searched refs:test_construct (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/tests/ut/cpp/base/
Dcomplex_test.cc36 void test_construct() { in test_construct() function
59 TEST_F(TestComplex, test_construct) { in TEST_F() argument
60 test_construct<float>(); in TEST_F()
61 test_construct<double>(); in TEST_F()
/third_party/mindspore/tests/ut/python/nn/optim/
Dtest_optimizer.py41 def test_construct(self): member in TestOptimizer
54 def test_construct(self): member in TestAdam
/third_party/boost/libs/io/test/
Dostream_joiner_test.cpp61 void test_construct() in test_construct() function
111 test_construct(); in main()
/third_party/boost/libs/align/test/
Daligned_allocator_test.cpp32 void test_construct() in test_construct() function
89 test_construct<Alignment>(); in test()
Daligned_allocator_adaptor_test.cpp101 void test_construct() in test_construct() function
139 test_construct<Alignment>(); in test()
/third_party/boost/libs/core/test/
Dalloc_construct_test.cpp40 void test_construct() in test_construct() function
125 test_construct(); in main()
/third_party/boost/libs/container/test/
Dpolymorphic_allocator_test.cpp83 void test_construct() in test_construct() function
193 test_construct(); in main()
/third_party/mindspore/tests/ut/python/pynative_mode/nn/
Dtest_container.py90 def test_construct(self): member in TestSequentialCell
/third_party/boost/libs/type_erasure/test/
DJamfile.jam18 run test_construct.cpp /boost//unit_test_framework ;
/third_party/boost/libs/multiprecision/performance/
Dperformance_test.hpp320 double test_construct() in test_construct() function
670 report_result(cat, type, "construct", precision, t.test_construct()); in test()
/third_party/python/Lib/test/
Dtest_struct.py687 def test_construct(self): member in UnpackIteratorTest