Home
last modified time | relevance | path

Searched refs:testKind (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.h81 const test_helper::TestModel& testModel, TestKind testKind);
DGeneratedTestHarness.cpp789 const TestModel& testModel, TestKind testKind) { in EvaluatePreparedModel() argument
795 switch (testKind) { in EvaluatePreparedModel()
880 void Execute(const sp<IDevice>& device, const TestModel& testModel, TestKind testKind) { in Execute() argument
882 if (testKind == TestKind::DYNAMIC_SHAPE) { in Execute()
887 switch (testKind) { in Execute()
895 EvaluatePreparedModel(device, preparedModel, testModel, testKind); in Execute()