Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/driver/sample/
DLimitedSupportDevice.cpp131 SharedDevice makeDevice(std::string name, Capabilities capabilities, in makeDevice() function
222 device = makeDevice("nnapi-sample_float_fast", makeCapabilitiesFloatFast(), in getExampleLimitedDevices()
226 device = makeDevice("nnapi-sample_float_slow", makeCapabilitiesFloatSlow(), in getExampleLimitedDevices()
230 device = makeDevice("nnapi-sample_minimal", makeCapabilitiesMinimal(), in getExampleLimitedDevices()
234 device = makeDevice("nnapi-sample_quant", makeCapabilitiesQuant(), getSupportedOperationsQuant); in getExampleLimitedDevices()
DFuzzer.cpp32 std::shared_ptr<BnDevice> makeDevice() { in makeDevice() function
53 static const auto device = aidl::android::hardware::neuralnetworks::fuzzer::makeDevice(); in LLVMFuzzerTestOneInput()