Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DManager.cpp66 const std::string& getName() const override { return kInterface->getName(); } in getName()
67 const std::string& getVersionString() const override { return kInterface->getVersionString(); } in getVersionString()
68 int64_t getFeatureLevel() const override { return kInterface->getFeatureLevel(); } in getFeatureLevel()
69 int32_t getType() const override { return kInterface->getType(); } in getType()
71 return kInterface->getSupportedExtensions(); in getSupportedExtensions()
75 const auto& capabilities = kInterface->getCapabilities(); in getPerformance()
79 const auto& capabilities = kInterface->getCapabilities(); in getRelaxedFloat32toFloat16PerformanceScalar()
83 const auto& capabilities = kInterface->getCapabilities(); in getRelaxedFloat32toFloat16PerformanceTensor()
87 const auto& capabilities = kInterface->getCapabilities(); in getIfPerformance()
91 const auto& capabilities = kInterface->getCapabilities(); in getWhilePerformance()
[all …]