Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DLimitedSupportDevice.cpp42 LimitedSupportDevice::LimitedSupportDevice(SharedDevice device, Capabilities capabilities, in LimitedSupportDevice() function in android::nn::sample::LimitedSupportDevice
53 const std::string& LimitedSupportDevice::getName() const { in getName()
57 const std::string& LimitedSupportDevice::getVersionString() const { in getVersionString()
61 Version LimitedSupportDevice::getFeatureLevel() const { in getFeatureLevel()
65 DeviceType LimitedSupportDevice::getType() const { in getType()
73 const Capabilities& LimitedSupportDevice::getCapabilities() const { in getCapabilities()
81 GeneralResult<void> LimitedSupportDevice::wait() const { in wait()
85 GeneralResult<std::vector<bool>> LimitedSupportDevice::getSupportedOperations( in getSupportedOperations()
90 GeneralResult<SharedPreparedModel> LimitedSupportDevice::prepareModel( in prepareModel()
103 GeneralResult<SharedPreparedModel> LimitedSupportDevice::prepareModelFromCache( in prepareModelFromCache()
[all …]
H A DLimitedSupportDevice.h38 class LimitedSupportDevice final : public IDevice {
46 LimitedSupportDevice(SharedDevice device, Capabilities capabilities,
H A DAndroid.bp138 "LimitedSupportDevice.cpp",