Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/driver/sample/
DLimitedSupportDevice.cpp132 LimitedSupportDevice::SupportedOperationsFunction getSupportedOperations) { in makeDevice()
134 auto limitedDevice = std::make_shared<const LimitedSupportDevice>( in makeDevice()
141 LimitedSupportDevice::LimitedSupportDevice(SharedDevice device, Capabilities capabilities, in LimitedSupportDevice() function in android::nn::sample::LimitedSupportDevice
152 const std::string& LimitedSupportDevice::getName() const { in getName()
156 const std::string& LimitedSupportDevice::getVersionString() const { in getVersionString()
160 Version LimitedSupportDevice::getFeatureLevel() const { in getFeatureLevel()
164 DeviceType LimitedSupportDevice::getType() const { in getType()
168 const std::vector<Extension>& LimitedSupportDevice::getSupportedExtensions() const { in getSupportedExtensions()
172 const Capabilities& LimitedSupportDevice::getCapabilities() const { in getCapabilities()
176 std::pair<uint32_t, uint32_t> LimitedSupportDevice::getNumberOfCacheFilesNeeded() const { in getNumberOfCacheFilesNeeded()
[all …]
DLimitedSupportDevice.h38 class LimitedSupportDevice final : public IDevice {
46 LimitedSupportDevice(SharedDevice device, Capabilities capabilities,
DAndroid.bp33 "LimitedSupportDevice.cpp",
62 "LimitedSupportDevice.cpp",