Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestIntrospectionControl.cpp1007 constexpr uint64_t kNanosPerMicro = 1000; in TEST_P() local
1008 return micros == UINT64_MAX ? UINT64_MAX : kNanosPerMicro * micros; in TEST_P()