Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DManager.cpp65 const std::string& getName() const override { return kInterface->getName(); } in getName()
66 const std::string& getVersionString() const override { return kInterface->getVersionString(); } in getVersionString()
67 int64_t getFeatureLevel() const override { return kInterface->getFeatureLevel(); } in getFeatureLevel()
68 int32_t getType() const override { return kInterface->getType(); } in getType()
70 return kInterface->getSupportedExtensions(); in getSupportedExtensions()
74 const auto& capabilities = kInterface->getCapabilities(); in getPerformance()
78 const auto& capabilities = kInterface->getCapabilities(); in getRelaxedFloat32toFloat16PerformanceScalar()
82 const auto& capabilities = kInterface->getCapabilities(); in getRelaxedFloat32toFloat16PerformanceTensor()
86 const auto& capabilities = kInterface->getCapabilities(); in getIfPerformance()
90 const auto& capabilities = kInterface->getCapabilities(); in getWhilePerformance()
[all …]