• Home
  • Raw
  • Download

Lines Matching refs:TestTensor

35 ConcatTestImpl(const std::vector<const TestTensor*> & inputs,  in ConcatTestImpl()
37 const TestTensor & expectedOutputTensor, in ConcatTestImpl()
153 TestTensor aIn{armnn::TensorShape{1,1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
154 TestTensor bIn{armnn::TensorShape{1,1,1,1},{1}}; in BOOST_DATA_TEST_CASE()
155 TestTensor cIn{armnn::TensorShape{1,1,1,1},{2}}; in BOOST_DATA_TEST_CASE()
157 TestTensor expected{armnn::TensorShape{3,1,1,1},{0,1,2}}; in BOOST_DATA_TEST_CASE()
165 TestTensor aIn{armnn::TensorShape{2,1,2,1},{0, 1, in BOOST_DATA_TEST_CASE()
167 TestTensor bIn{armnn::TensorShape{3,1,2,1},{4, 5, in BOOST_DATA_TEST_CASE()
170 TestTensor cIn{armnn::TensorShape{1,1,2,1},{10, 11}}; in BOOST_DATA_TEST_CASE()
172 TestTensor expected{armnn::TensorShape{6,1,2,1},{0, 1, in BOOST_DATA_TEST_CASE()
185 TestTensor aIn{armnn::TensorShape{1,1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
186 TestTensor bIn{armnn::TensorShape{1,1,1,1},{1}}; in BOOST_DATA_TEST_CASE()
187 TestTensor cIn{armnn::TensorShape{1,1,1,1},{2}}; in BOOST_DATA_TEST_CASE()
189 TestTensor expected{armnn::TensorShape{1,3,1,1},{0,1,2}}; in BOOST_DATA_TEST_CASE()
197 TestTensor aIn{armnn::TensorShape{1,2,2,1},{0, 1, in BOOST_DATA_TEST_CASE()
199 TestTensor bIn{armnn::TensorShape{1,3,2,1},{4, 5, in BOOST_DATA_TEST_CASE()
202 TestTensor cIn{armnn::TensorShape{1,1,2,1},{10, 11}}; in BOOST_DATA_TEST_CASE()
204 TestTensor expected{armnn::TensorShape{1,6,2,1},{0, 1, in BOOST_DATA_TEST_CASE()
217 TestTensor aIn{armnn::TensorShape{2,2,1,1},{0, 1, in BOOST_DATA_TEST_CASE()
219 TestTensor bIn{armnn::TensorShape{2,3,1,1},{4, 5, 6, in BOOST_DATA_TEST_CASE()
221 TestTensor cIn{armnn::TensorShape{2,1,1,1},{10, in BOOST_DATA_TEST_CASE()
224 TestTensor expected{armnn::TensorShape{2,6,1,1},{0, 1, 4, 5, 6, 10, in BOOST_DATA_TEST_CASE()
233 TestTensor aIn{armnn::TensorShape{1,1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
234 TestTensor bIn{armnn::TensorShape{1,1,1,1},{1}}; in BOOST_DATA_TEST_CASE()
235 TestTensor cIn{armnn::TensorShape{1,1,1,1},{2}}; in BOOST_DATA_TEST_CASE()
237 TestTensor expected{armnn::TensorShape{1,1,3,1},{0,1,2}}; in BOOST_DATA_TEST_CASE()
245 TestTensor aIn{armnn::TensorShape{1,1,2,2},{0, 1, in BOOST_DATA_TEST_CASE()
247 TestTensor bIn{armnn::TensorShape{1,1,3,2},{4, 5, in BOOST_DATA_TEST_CASE()
250 TestTensor cIn{armnn::TensorShape{1,1,1,2},{10, 11}}; in BOOST_DATA_TEST_CASE()
252 TestTensor expected{armnn::TensorShape{1,1,6,2},{0, 1, in BOOST_DATA_TEST_CASE()
265 TestTensor aIn{armnn::TensorShape{1,2,2,1},{0, 1, in BOOST_DATA_TEST_CASE()
267 TestTensor bIn{armnn::TensorShape{1,2,3,1},{4, 5, 6, in BOOST_DATA_TEST_CASE()
269 TestTensor cIn{armnn::TensorShape{1,2,1,1},{10, in BOOST_DATA_TEST_CASE()
272 TestTensor expected{armnn::TensorShape{1,2,6,1},{0, 1, 4, 5, 6, 10, in BOOST_DATA_TEST_CASE()
281 TestTensor aIn{armnn::TensorShape{1,1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
282 TestTensor bIn{armnn::TensorShape{1,1,1,1},{1}}; in BOOST_DATA_TEST_CASE()
283 TestTensor cIn{armnn::TensorShape{1,1,1,1},{2}}; in BOOST_DATA_TEST_CASE()
285 TestTensor expected{armnn::TensorShape{1,1,1,3},{0,1,2}}; in BOOST_DATA_TEST_CASE()
293 TestTensor aIn{armnn::TensorShape{1,1,2,2},{0, 1, in BOOST_DATA_TEST_CASE()
295 TestTensor bIn{armnn::TensorShape{1,1,2,3},{4, 5, 6, in BOOST_DATA_TEST_CASE()
297 TestTensor cIn{armnn::TensorShape{1,1,2,1},{10, in BOOST_DATA_TEST_CASE()
300 TestTensor expected{armnn::TensorShape{1,1,2,6},{0, 1, 4, 5, 6, 10, in BOOST_DATA_TEST_CASE()
309 TestTensor aIn{armnn::TensorShape{1,1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
310 TestTensor bIn{armnn::TensorShape{1,1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
314 TestTensor uncheckedOutput{armnn::TensorShape{1,1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
322 TestTensor aIn{armnn::TensorShape{1,1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
323 TestTensor bIn{armnn::TensorShape{1,1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
327 TestTensor uncheckedOutput{armnn::TensorShape{1,1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
335 TestTensor aIn{armnn::TensorShape{1,1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
345 TestTensor aIn{armnn::TensorShape{1,1,2,2},{0, 1, in BOOST_DATA_TEST_CASE()
347 TestTensor bIn{armnn::TensorShape{1,1,2,3},{4, 5, 6, in BOOST_DATA_TEST_CASE()
349 TestTensor mismatched{armnn::TensorShape{1,1,1,1},{10}}; in BOOST_DATA_TEST_CASE()
351 TestTensor expected{armnn::TensorShape{1,1,2,6},{0, 1, 4, 5, 6, 10, in BOOST_DATA_TEST_CASE()
362 TestTensor aIn{armnn::TensorShape{1,1,2},{0,1}}; in BOOST_DATA_TEST_CASE()
363 TestTensor bIn{armnn::TensorShape{1,1},{4}}; in BOOST_DATA_TEST_CASE()
364 TestTensor expected{armnn::TensorShape{1,1,3},{0,1,4}}; in BOOST_DATA_TEST_CASE()
374 TestTensor aIn{armnn::TensorShape{1,1,2,2},{0, 1, in BOOST_DATA_TEST_CASE()
376 TestTensor bIn{armnn::TensorShape{1,1,2,3},{4, 5, 6, in BOOST_DATA_TEST_CASE()
378 TestTensor cIn{armnn::TensorShape{1,1,2,1},{10, in BOOST_DATA_TEST_CASE()
381 TestTensor mismatched{armnn::TensorShape{1,1,6,2},{0, 1, 4, 5, 6, 10, in BOOST_DATA_TEST_CASE()
392 TestTensor aIn{armnn::TensorShape{1,1,2,2},{0, 1, in BOOST_DATA_TEST_CASE()
394 TestTensor bIn{armnn::TensorShape{1,1,2,3},{4, 5, 6, in BOOST_DATA_TEST_CASE()
396 TestTensor cIn{armnn::TensorShape{1,1,2,1},{10, in BOOST_DATA_TEST_CASE()
399 TestTensor mismatched{armnn::TensorShape{6,2},{0, 1, 4, 5, 6, 10, in BOOST_DATA_TEST_CASE()
412 TestTensor aIn{armnn::TensorShape{1,1,2,2},{0, 1, in BOOST_DATA_TEST_CASE()
414 TestTensor bIn{armnn::TensorShape{1,1,2,3},{4, 5, 6, in BOOST_DATA_TEST_CASE()
416 TestTensor cIn{armnn::TensorShape{1,1,2,1},{10, in BOOST_DATA_TEST_CASE()
419 TestTensor expected{armnn::TensorShape{1,1,2,6},{0, 1, 4, 5, 6, 10, in BOOST_DATA_TEST_CASE()
428 TestTensor aIn{armnn::TensorShape{1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
429 TestTensor bIn{armnn::TensorShape{1,1,1},{1}}; in BOOST_DATA_TEST_CASE()
430 TestTensor cIn{armnn::TensorShape{1,1,1},{2}}; in BOOST_DATA_TEST_CASE()
432 TestTensor expected{armnn::TensorShape{3,1,1},{0,1,2}}; in BOOST_DATA_TEST_CASE()
440 TestTensor aIn{armnn::TensorShape{1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
441 TestTensor bIn{armnn::TensorShape{1,1,1},{1}}; in BOOST_DATA_TEST_CASE()
442 TestTensor cIn{armnn::TensorShape{1,1,1},{2}}; in BOOST_DATA_TEST_CASE()
444 TestTensor expected{armnn::TensorShape{1,3,1},{0,1,2}}; in BOOST_DATA_TEST_CASE()
452 TestTensor aIn{armnn::TensorShape{1,1,1},{0}}; in BOOST_DATA_TEST_CASE()
453 TestTensor bIn{armnn::TensorShape{1,1,1},{1}}; in BOOST_DATA_TEST_CASE()
454 TestTensor cIn{armnn::TensorShape{1,1,1},{2}}; in BOOST_DATA_TEST_CASE()
456 TestTensor expected{armnn::TensorShape{1,1,3},{0,1,2}}; in BOOST_DATA_TEST_CASE()
464 TestTensor aIn{armnn::TensorShape{1,1},{0}}; in BOOST_DATA_TEST_CASE()
465 TestTensor bIn{armnn::TensorShape{1,1},{1}}; in BOOST_DATA_TEST_CASE()
466 TestTensor cIn{armnn::TensorShape{1,1},{2}}; in BOOST_DATA_TEST_CASE()
468 TestTensor expected{armnn::TensorShape{3,1},{0,1,2}}; in BOOST_DATA_TEST_CASE()
476 TestTensor aIn{armnn::TensorShape{1,1},{0}}; in BOOST_DATA_TEST_CASE()
477 TestTensor bIn{armnn::TensorShape{1,1},{1}}; in BOOST_DATA_TEST_CASE()
478 TestTensor cIn{armnn::TensorShape{1,1},{2}}; in BOOST_DATA_TEST_CASE()
480 TestTensor expected{armnn::TensorShape{1,3},{0,1,2}}; in BOOST_DATA_TEST_CASE()
488 TestTensor aIn{armnn::TensorShape{1},{0}}; in BOOST_DATA_TEST_CASE()
489 TestTensor bIn{armnn::TensorShape{1},{1}}; in BOOST_DATA_TEST_CASE()
490 TestTensor cIn{armnn::TensorShape{1},{2}}; in BOOST_DATA_TEST_CASE()
492 TestTensor expected{armnn::TensorShape{3},{0,1,2}}; in BOOST_DATA_TEST_CASE()