Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestIntrospectionControl.cpp293 PASS_UNFENCED_DEVICE_BIT = 1 << 5, enumerator
313 PASS_DEVICE = PASS_BIT | PASS_UNFENCED_DEVICE_BIT,
315 PASS_BOTH = PASS_BIT | PASS_UNFENCED_DEVICE_BIT | PASS_UNFENCED_DRIVER_BIT,
358 {Success::PASS_UNFENCED_DEVICE_BIT, "UNFENCED_DEVICE"}, in operator <<()
394 result.first.timeOnDevice = hasBit(s, Success::PASS_UNFENCED_DEVICE_BIT) in getExpectedTiming()