Searched refs:fullySupportsModel (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 42 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/ |
D | VtsHalNeuralnetworks.cpp | 39 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/ |
D | VtsHalNeuralnetworks.cpp | 44 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()
|
D | CompilationCachingTests.cpp | 303 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/ |
D | VtsHalNeuralnetworks.cpp | 45 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()
|
D | QualityOfServiceTests.cpp | 94 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()
|
D | CompilationCachingTests.cpp | 306 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()
|