Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestIntrospectionControl.cpp1024 auto expectTimingLe = [](uint64_t a, const char* aName, uint64_t b, const char* bName) { in TEST_P() local
1029 #define EXPECT_TIMING_LE(a, b) expectTimingLe(a, #a, b, #b) in TEST_P()