Home
last modified time | relevance | path

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

/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,