Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DGeneratedTestUtils.cpp44 static OperandType getOperandType(const TestOperand& op, bool testDynamicOutputShape) { in getOperandType() argument
46 if (testDynamicOutputShape && op.lifetime == TestOperandLifeTime::SUBGRAPH_OUTPUT) { in getOperandType()
135 static void createModelFromSubgraph(const TestSubgraph& subgraph, bool testDynamicOutputShape, argument
141 auto type = getOperandType(operand, testDynamicOutputShape);
164 createModelFromSubgraph(refSubgraph, testDynamicOutputShape, refSubgraphs,
190 bool testDynamicOutputShape, GeneratedModel* model) { argument
192 void createModel(const TestModel& testModel, bool testDynamicOutputShape, GeneratedModel* model) {
211 createModelFromSubgraph(testModel.main, testDynamicOutputShape, testModel.referenced, memory,
DGeneratedTestUtils.h88 bool testDynamicOutputShape, GeneratedModel* model);
94 void createModel(const test_helper::TestModel& testModel, bool testDynamicOutputShape,
/aosp_15_r20/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);