Lines Matching refs:Device
127 nn::GeneralResult<std::shared_ptr<const Device>> Device::create( in create()
145 return std::make_shared<const Device>( in create()
151 Device::Device(PrivateConstructorTag /*tag*/, std::string name, std::string versionString, in Device() function in aidl::android::hardware::neuralnetworks::utils::Device
166 const std::string& Device::getName() const { in getName()
170 const std::string& Device::getVersionString() const { in getVersionString()
174 nn::Version Device::getFeatureLevel() const { in getFeatureLevel()
178 nn::DeviceType Device::getType() const { in getType()
182 const std::vector<nn::Extension>& Device::getSupportedExtensions() const { in getSupportedExtensions()
186 const nn::Capabilities& Device::getCapabilities() const { in getCapabilities()
190 std::pair<uint32_t, uint32_t> Device::getNumberOfCacheFilesNeeded() const { in getNumberOfCacheFilesNeeded()
194 nn::GeneralResult<void> Device::wait() const { in wait()
200 nn::GeneralResult<std::vector<bool>> Device::getSupportedOperations(const nn::Model& model) const { in getSupportedOperations()
215 nn::GeneralResult<nn::SharedPreparedModel> Device::prepareModel( in prepareModel()
255 nn::GeneralResult<nn::SharedPreparedModel> Device::prepareModelFromCache( in prepareModelFromCache()
273 nn::GeneralResult<nn::SharedBuffer> Device::allocate( in allocate()
300 DeathMonitor* Device::getDeathMonitor() const { in getDeathMonitor()