Home
last modified time | relevance | path

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

/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.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.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.cpp303 bool fullySupportsModel = false; in isModelFullySupported() local
306 [&fullySupportsModel, &model](ErrorStatus status, const hidl_vec<bool>& supported) { in isModelFullySupported()
309 fullySupportsModel = std::all_of(supported.begin(), supported.end(), in isModelFullySupported()
313 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.cpp306 bool fullySupportsModel = false; in isModelFullySupported() local
309 [&fullySupportsModel, &model](ErrorStatus status, const hidl_vec<bool>& supported) { in isModelFullySupported()
312 fullySupportsModel = std::all_of(supported.begin(), supported.end(), in isModelFullySupported()
316 return fullySupportsModel; in isModelFullySupported()