Lines Matching refs:Device
97 Device::Device(std::string name, const IOperationResolver* operationResolver) in Device() function in android::nn::sample::Device
103 const std::string& Device::getName() const { in getName()
107 const std::string& Device::getVersionString() const { in getVersionString()
112 Version Device::getFeatureLevel() const { in getFeatureLevel()
116 DeviceType Device::getType() const { in getType()
120 const std::vector<Extension>& Device::getSupportedExtensions() const { in getSupportedExtensions()
125 const Capabilities& Device::getCapabilities() const { in getCapabilities()
130 std::pair<uint32_t, uint32_t> Device::getNumberOfCacheFilesNeeded() const { in getNumberOfCacheFilesNeeded()
134 GeneralResult<void> Device::wait() const { in wait()
138 GeneralResult<std::vector<bool>> Device::getSupportedOperations(const Model& model) const { in getSupportedOperations()
158 GeneralResult<SharedPreparedModel> Device::prepareModel( in prepareModel()
196 GeneralResult<SharedPreparedModel> Device::prepareModelFromCache( in prepareModelFromCache()
206 GeneralResult<SharedBuffer> Device::allocate(const BufferDesc& desc, in allocate()