Lines Matching refs:InvalidDevice
34 InvalidDevice::InvalidDevice(std::string name, std::string versionString, nn::Version featureLevel, in InvalidDevice() function in android::hardware::neuralnetworks::utils::InvalidDevice
46 const std::string& InvalidDevice::getName() const { in getName()
50 const std::string& InvalidDevice::getVersionString() const { in getVersionString()
54 nn::Version InvalidDevice::getFeatureLevel() const { in getFeatureLevel()
58 nn::DeviceType InvalidDevice::getType() const { in getType()
62 const std::vector<nn::Extension>& InvalidDevice::getSupportedExtensions() const { in getSupportedExtensions()
66 const nn::Capabilities& InvalidDevice::getCapabilities() const { in getCapabilities()
70 std::pair<uint32_t, uint32_t> InvalidDevice::getNumberOfCacheFilesNeeded() const { in getNumberOfCacheFilesNeeded()
74 nn::GeneralResult<void> InvalidDevice::wait() const { in wait()
78 nn::GeneralResult<std::vector<bool>> InvalidDevice::getSupportedOperations( in getSupportedOperations()
83 nn::GeneralResult<nn::SharedPreparedModel> InvalidDevice::prepareModel( in prepareModel()
91 nn::GeneralResult<nn::SharedPreparedModel> InvalidDevice::prepareModelFromCache( in prepareModelFromCache()
97 nn::GeneralResult<nn::SharedBuffer> InvalidDevice::allocate( in allocate()