Searched refs:in_data1 (Results 1 – 7 of 7) 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 34 in_data1.resize(31); in BOOST_AUTO_TEST_CASE() 41 split( in_data1, state1 ); in BOOST_AUTO_TEST_CASE()
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/int8/ |
D | batchnorm_int8_test.cc | 33 std::vector<int8_t> in_data1 = {4, 4}; in TEST_F() local 77 input1_tensor.set_data(in_data1.data()); in TEST_F() 135 std::vector<int8_t> in_data1 = {4, 14}; in TEST_F() local 167 input1_tensor.set_data(in_data1.data()); in TEST_F()
|
D | gather_int8_test.cc | 32 std::vector<int8_t> in_data1 = {4, 2}; in TEST_F() local 58 input1_tensor.set_data(in_data1.data()); in TEST_F()
|
D | gatherNd_int8_test.cc | 32 std::vector<int8_t> in_data1 = {2, 4, 4, 2, 2, 4, 2, 4, 2}; in TEST_F() local 60 input1_tensor.set_data(in_data1.data()); in TEST_F()
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/ |
D | batchnorm_fp32_tests.cc | 32 std::vector<float> in_data1 = {12.352293, 5.122387, 14.249514}; in TEST_F() local 43 input1_tensor.set_data(in_data1.data()); in TEST_F() 146 std::vector<float> in_data1 = {0.1, 0.6}; in TEST_F() local 157 input1.set_data(in_data1.data()); in TEST_F()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpred.c | 558 guint8 in_data1[] = { 0xb, 0xb, 0xb, 0xb, 0xb }; in GST_START_TEST() local 616 sizeof (in_data1)); in GST_START_TEST() 618 memcpy (gst_rtp_buffer_get_payload (&rtp), &in_data1, sizeof (in_data1)); in GST_START_TEST() 839 guint8 in_data1[] = { 0xa, 0xa, 0xa, 0xa, 0xa }; in GST_START_TEST() local 854 sizeof (in_data1)); in GST_START_TEST() 860 memcpy (gst_rtp_buffer_get_payload (&rtp), &in_data1, sizeof (in_data1)); in GST_START_TEST()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | pooling_int8.c | 142 int8x8_t in_data1 = vget_low_s8(in_ptr); in AvgPoolingOptInt8() local 144 int16x8_t data1 = vmovl_s8(in_data1); in AvgPoolingOptInt8()
|