Searched refs:in_data2 (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/numeric/odeint/test_external/mpi/ |
D | state_test.cpp | 29 std::vector<size_t> in_data1, in_data2; in BOOST_AUTO_TEST_CASE() local 35 in_data2.resize(33); in BOOST_AUTO_TEST_CASE() 36 for(size_t i = 0 ; i < in_data2.size() ; i++) in BOOST_AUTO_TEST_CASE() 37 in_data2[i] = i; in BOOST_AUTO_TEST_CASE() 42 split( in_data2, state2 ); in BOOST_AUTO_TEST_CASE()
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/int8/ |
D | batchnorm_int8_test.cc | 34 std::vector<int8_t> in_data2 = {8, 33}; in TEST_F() local 78 input2_tensor.set_data(in_data2.data()); in TEST_F() 136 std::vector<int8_t> in_data2 = {29, 39}; in TEST_F() local 168 input2_tensor.set_data(in_data2.data()); in TEST_F()
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/ |
D | batchnorm_fp32_tests.cc | 33 std::vector<float> in_data2 = {14.632595, 0.70900035, 11.179003}; in TEST_F() local 44 input2_tensor.set_data(in_data2.data()); in TEST_F() 147 std::vector<float> in_data2 = {3, 4}; in TEST_F() local 158 input2.set_data(in_data2.data()); in TEST_F()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpred.c | 559 guint8 in_data2[] = { 0xc, 0xc, 0xc, 0xc, 0xc }; in GST_START_TEST() local 639 sizeof (in_data2)); in GST_START_TEST() 641 memcpy (gst_rtp_buffer_get_payload (&rtp), &in_data2, sizeof (in_data2)); in GST_START_TEST()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | pooling_int8.c | 143 int8x8_t in_data2 = vget_high_s8(in_ptr); in AvgPoolingOptInt8() local 145 int16x8_t data2 = vmovl_s8(in_data2); in AvgPoolingOptInt8()
|