Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DVersionedInterfaces.cpp528 static std::pair<ErrorStatus, hidl_vec<Extension>> getSupportedExtensionsFunction( in getSupportedExtensionsFunction() function
545 static std::pair<ErrorStatus, hidl_vec<Extension>> getSupportedExtensionsFunction( in getSupportedExtensionsFunction() function
648 auto [extensionsStatus, supportedExtensions] = getSupportedExtensionsFunction(device); in initializeFunction()