Searched refs:preparedCoupledModel (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | GeneratedTestHarness.cpp | 848 const sp<IPreparedModel>& preparedCoupledModel, in EvaluatePreparedCoupledModels() argument 863 EvaluatePreparedModel(device, preparedCoupledModel, coupledModel, testConfig, in EvaluatePreparedCoupledModels() 902 sp<IPreparedModel> preparedCoupledModel; in Execute() local 903 createPreparedModel(device, createModel(signedQuantizedModel), &preparedCoupledModel, in Execute() 908 ASSERT_EQ(preparedCoupledModel, nullptr); in Execute() 919 ASSERT_NE(preparedCoupledModel, nullptr); in Execute() 920 EvaluatePreparedCoupledModels(device, preparedModel, testModel, preparedCoupledModel, in Execute()
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | GeneratedTestHarness.cpp | 954 const std::shared_ptr<IPreparedModel>& preparedCoupledModel, in EvaluatePreparedCoupledModels() argument 968 EvaluatePreparedModel(device, preparedCoupledModel, coupledModel, testConfig, in EvaluatePreparedCoupledModels() 1015 std::shared_ptr<IPreparedModel> preparedCoupledModel; in Execute() local 1016 createPreparedModel(device, createModel(signedQuantizedModel), &preparedCoupledModel, in Execute() 1021 ASSERT_EQ(preparedCoupledModel, nullptr); in Execute() 1032 ASSERT_NE(preparedCoupledModel, nullptr); in Execute() 1033 EvaluatePreparedCoupledModels(device, preparedModel, testModel, preparedCoupledModel, in Execute()
|