Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DManager.cpp55 class DriverDevice : public Device { class
59 static std::shared_ptr<DriverDevice> create(const std::string& name,
63 DriverDevice(std::shared_ptr<VersionedIDevice> device);
160 DriverDevice::DriverDevice(std::shared_ptr<VersionedIDevice> device) in DriverDevice() function in android::nn::DriverDevice
171 std::shared_ptr<DriverDevice> DriverDevice::create(const std::string& name, in create()
181 return std::make_shared<DriverDevice>(std::move(device)); in create()
184 std::vector<bool> DriverDevice::getSupportedOperations(const MetaModel& metaModel) const { in getSupportedOperations()
243 std::pair<int, std::shared_ptr<PreparedModel>> DriverDevice::prepareModel( in prepareModel()
256 std::pair<int, std::unique_ptr<Memory>> DriverDevice::allocate(const MemoryDescriptor& desc, in allocate()
822 const auto driverDevice = DriverDevice::create(name, makeDevice); in forTest_makeDriverDevice()
[all …]