Searched refs:DriverDevice (Results 1 – 1 of 1) sorted by relevance
55 class DriverDevice : public Device { class59 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::DriverDevice171 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 …]