Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DManager.cpp46 class DriverDevice : public Device { class
47 DISALLOW_IMPLICIT_CONSTRUCTORS(DriverDevice);
50 DriverDevice(std::string name, const sp<V1_0::IDevice>& device);
98 DriverDevice::DriverDevice(std::string name, const sp<V1_0::IDevice>& device) in DriverDevice() function in android::nn::DriverDevice
102 bool DriverDevice::initialize() { in initialize()
156 hidl_vec<Extension> DriverDevice::getSupportedExtensions() const { in getSupportedExtensions()
160 void DriverDevice::getSupportedOperations(const Model& hidlModel, IModelSlicer* slicer, in getSupportedOperations()
224 PerformanceInfo DriverDevice::getPerformance(OperandType type) const { in getPerformance()
249 int DriverDevice::prepareModel(const Model& hidlModel, ExecutionPreference executionPreference, in prepareModel()
262 int DriverDevice::prepareModelFromCache(const hidl_vec<hidl_handle>& modelCache, in prepareModelFromCache()
[all …]