Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DGeneratedTestUtils.cpp44 static OperandType getOperandType(const TestOperand& op, bool testDynamicOutputShape) { in getOperandType()
135 static void createModelFromSubgraph(const TestSubgraph& subgraph, bool testDynamicOutputShape,
190 bool testDynamicOutputShape, GeneratedModel* model) {
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DGeneratedTestHarness.cpp338 bool testDynamicOutputShape) { in EvaluatePreparedModel()
371 void Execute(const sp<IDevice>& device, const TestModel& testModel, bool testDynamicOutputShape) { in Execute()