Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DManager.cpp39 static const char samplePrefix[] = "sample"; in initialize() local
42 (mName.substr(0, sizeof(samplePrefix) - 1) == samplePrefix) in initialize()