Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DVtsHalNeuralnetworks.cpp39 bool fullySupportsModel = false; in createPreparedModel() local
41 model, [&fullySupportsModel](ErrorStatus status, const hidl_vec<bool>& supported) { in createPreparedModel()
44 fullySupportsModel = std::all_of(supported.begin(), supported.end(), in createPreparedModel()
68 if (!fullySupportsModel && prepareReturnStatus != ErrorStatus::NONE) { in createPreparedModel()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DVtsHalNeuralnetworks.cpp42 bool fullySupportsModel = false; in createPreparedModel() local
44 model, [&fullySupportsModel](ErrorStatus status, const hidl_vec<bool>& supported) { in createPreparedModel()
47 fullySupportsModel = std::all_of(supported.begin(), supported.end(), in createPreparedModel()
71 if (!fullySupportsModel && prepareReturnStatus != ErrorStatus::NONE) { in createPreparedModel()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DVtsHalNeuralnetworks.cpp44 bool fullySupportsModel = false; in createPreparedModel() local
46 model, [&fullySupportsModel](ErrorStatus status, const hidl_vec<bool>& supported) { in createPreparedModel()
49 fullySupportsModel = std::all_of(supported.begin(), supported.end(), in createPreparedModel()
74 if (!fullySupportsModel && prepareReturnStatus != ErrorStatus::NONE) { in createPreparedModel()
DCompilationCachingTests.cpp305 bool fullySupportsModel = false; in isModelFullySupported() local
308 [&fullySupportsModel, &model](ErrorStatus status, const hidl_vec<bool>& supported) { in isModelFullySupported()
311 fullySupportsModel = std::all_of(supported.begin(), supported.end(), in isModelFullySupported()
315 return fullySupportsModel; in isModelFullySupported()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DVtsHalNeuralnetworks.cpp45 bool fullySupportsModel = false; in createPreparedModel() local
47 model, [&fullySupportsModel](ErrorStatus status, const hidl_vec<bool>& supported) { in createPreparedModel()
50 fullySupportsModel = std::all_of(supported.begin(), supported.end(), in createPreparedModel()
75 if (!fullySupportsModel && prepareReturnStatus != ErrorStatus::NONE) { in createPreparedModel()
DQualityOfServiceTests.cpp94 bool fullySupportsModel = false; in runPrepareModelTest() local
96 model, [&fullySupportsModel](ErrorStatus status, const hidl_vec<bool>& supported) { in runPrepareModelTest()
99 fullySupportsModel = std::all_of(supported.begin(), supported.end(), in runPrepareModelTest()
126 if (!fullySupportsModel && prepareReturnStatus != ErrorStatus::NONE) { in runPrepareModelTest()
DCompilationCachingTests.cpp308 bool fullySupportsModel = false; in isModelFullySupported() local
311 [&fullySupportsModel, &model](ErrorStatus status, const hidl_vec<bool>& supported) { in isModelFullySupported()
314 fullySupportsModel = std::all_of(supported.begin(), supported.end(), in isModelFullySupported()
318 return fullySupportsModel; in isModelFullySupported()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DVtsHalNeuralnetworks.cpp61 const bool fullySupportsModel = std::all_of( in createPreparedModel() local
96 if (!fullySupportsModel && prepareReturnStatus != ErrorStatus::NONE) { in createPreparedModel()
DQualityOfServiceTests.cpp92 const bool fullySupportsModel = in runPrepareModelTest() local
114 if (!fullySupportsModel && prepareReturnStatus != ErrorStatus::NONE) { in runPrepareModelTest()