Searched refs:testIncompatible (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/common/ |
D | UtilsTest.cpp | 230 void testIncompatible(const std::vector<uint32_t>& lhs, const std::vector<uint32_t>& rhs) { in testIncompatible() function in android::nn::wrapper::CombineDimensionsTest 241 testIncompatible({1, 2, 3}, {1, 2, 3, 4}); in TEST_F() 242 testIncompatible({1, 2, 3, 4}, {1, 2, 3}); in TEST_F() 249 testIncompatible({1, 2, 3, 4}, {2, 2, 3, 4}); in TEST_F() 250 testIncompatible({1, 2, 3, 4}, {1, 2, 3, 3}); in TEST_F()
|