Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DManager.cpp164 static const char samplePrefix[] = "sample"; in DriverDevice() local
165 if (getName().substr(0, sizeof(samplePrefix) - 1) == samplePrefix) { in DriverDevice()