Home
last modified time | relevance | path

Searched refs:testCompatible (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/common/
DUtilsTest.cpp222 void testCompatible(const std::vector<uint32_t>& lhs, const std::vector<uint32_t>& rhs, in testCompatible() function in android::nn::wrapper::CombineDimensionsTest
238 testCompatible({}, {1, 2, 3, 4}, {1, 2, 3, 4}); in TEST_F()
239 testCompatible({1, 2, 3, 4}, {}, {1, 2, 3, 4}); in TEST_F()
240 testCompatible({}, {}, {}); in TEST_F()
246 testCompatible({0, 0, 0, 0}, {1, 2, 3, 4}, {1, 2, 3, 4}); in TEST_F()
247 testCompatible({1, 2, 3, 4}, {0, 0, 0, 0}, {1, 2, 3, 4}); in TEST_F()
248 testCompatible({0, 0, 0, 0}, {0, 0, 0, 0}, {0, 0, 0, 0}); in TEST_F()