Loading neuralnetworks/1.3/vts/functional/GeneratedTestHarness.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -666,6 +666,7 @@ void EvaluatePreparedModel(const sp<IDevice>& device, const sp<IPreparedModel>& ASSERT_EQ(syncFenceHandle.getNativeHandle(), nullptr); ASSERT_EQ(fencedCallback, nullptr); executionStatus = result; timing = {UINT64_MAX, UINT64_MAX}; } else if (syncFenceHandle.getNativeHandle()) { // If a sync fence is returned, try start another run waiting for the sync fence. ret = preparedModel->executeFenced(request, {syncFenceHandle}, Loading Loading
neuralnetworks/1.3/vts/functional/GeneratedTestHarness.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -666,6 +666,7 @@ void EvaluatePreparedModel(const sp<IDevice>& device, const sp<IPreparedModel>& ASSERT_EQ(syncFenceHandle.getNativeHandle(), nullptr); ASSERT_EQ(fencedCallback, nullptr); executionStatus = result; timing = {UINT64_MAX, UINT64_MAX}; } else if (syncFenceHandle.getNativeHandle()) { // If a sync fence is returned, try start another run waiting for the sync fence. ret = preparedModel->executeFenced(request, {syncFenceHandle}, Loading