Home
last modified time | relevance | path

Searched refs:testDynamicOutputShape (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DGeneratedTestUtils.cpp41 static OperandType getOperandType(const TestOperand& op, bool testDynamicOutputShape) { in getOperandType() argument
43 if (testDynamicOutputShape && op.lifetime == TestOperandLifeTime::SUBGRAPH_OUTPUT) { in getOperandType()
133 static void createModelFromSubgraph(const TestSubgraph& subgraph, bool testDynamicOutputShape, argument
139 auto type = getOperandType(operand, testDynamicOutputShape);
163 createModelFromSubgraph(refSubgraph, testDynamicOutputShape, refSubgraphs,
189 bool testDynamicOutputShape, GeneratedModel* model) { argument
191 void createModel(const TestModel& testModel, bool testDynamicOutputShape, GeneratedModel* model) {
210 createModelFromSubgraph(testModel.main, testDynamicOutputShape, testModel.referenced, memory,
H A DGeneratedTestUtils.h88 bool testDynamicOutputShape, GeneratedModel* model);
94 void createModel(const test_helper::TestModel& testModel, bool testDynamicOutputShape,
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DGeneratedTestHarness.cpp338 bool testDynamicOutputShape) { in EvaluatePreparedModel() argument
344 if (testDynamicOutputShape) { in EvaluatePreparedModel()
371 void Execute(const sp<IDevice>& device, const TestModel& testModel, bool testDynamicOutputShape) { in Execute() argument
373 if (testDynamicOutputShape) { in Execute()
381 EvaluatePreparedModel(preparedModel, testModel, testDynamicOutputShape); in Execute()
H A DGeneratedTestHarness.h65 const test_helper::TestModel& testModel, bool testDynamicOutputShape);