Searched defs:expectedOutputValues1 (Results  1 – 2 of 2) sorted by relevance
| /external/armnn/delegate/test/ | 
| D | SplitTest.cpp | 33     std::vector<uint8_t> expectedOutputValues1 { 2, 4, 6, 8, 10, 12, 14, 16 };  in SplitUint8Test()  local 63     std::vector<float> expectedOutputValues1 { 5.0f, 6.0f, 7.0f, 8.0f, 13.0f, 14.0f, 15.0f, 16.0f };  in SplitFp32Test()  local 153     std::vector<uint8_t> expectedOutputValues1 { 13, 14, 15, 16, 29, 30, 31, 32 };  in SplitVUint8Test()  local 191 …std::vector<float> expectedOutputValues1 { 13.0f, 14.0f, 15.0f, 16.0f, 29.0f, 30.0f, 31.0f, 32.0f …  in SplitVFp32Test()  local
  | 
| D | UnpackTest.cpp | 30     std::vector<T> expectedOutputValues1 { 7, 8, 9, 10, 11, 12 };  in UnpackAxis0Num4Test()  local 61     std::vector<T> expectedOutputValues1 { 2, 8, 14, 20 };  in UnpackAxis2Num6Test()  local
  |