Searched refs:testSubgraph (Results 1 – 2 of 2) sorted by relevance
96 Result<Model::Subgraph> createSubgraph(const TestSubgraph& testSubgraph, in createSubgraph() argument101 operands.reserve(testSubgraph.operands.size()); in createSubgraph()102 for (const auto& operand : testSubgraph.operands) { in createSubgraph()108 operations.reserve(testSubgraph.operations.size()); in createSubgraph()109 std::transform(testSubgraph.operations.begin(), testSubgraph.operations.end(), in createSubgraph()118 .inputIndexes = testSubgraph.inputIndexes, in createSubgraph()119 .outputIndexes = testSubgraph.outputIndexes}; in createSubgraph()132 for (const auto& testSubgraph : testModel.referenced) { in createModel() local134 NN_TRY(createSubgraph(testSubgraph, &operandValues, &memoryBuilder))); in createModel()
91 const TestSubgraph& testSubgraph = in CreateSubgraph() local96 for (const auto& operand : testSubgraph.operands) { in CreateSubgraph()122 for (const auto& operation : testSubgraph.operations) { in CreateSubgraph()128 model.identifyInputsAndOutputs(testSubgraph.inputIndexes, testSubgraph.outputIndexes); in CreateSubgraph()