Home
last modified time | relevance | path

Searched defs:subgraphOutputs (Results 1 – 25 of 35) sorted by relevance

12

/external/armnn/delegate/test/
DDelegateOptionsTestHelper.hpp126 const std::vector<int> subgraphOutputs{4}; in CreateAddDivTfLiteModel() local
205 const std::vector<int32_t> subgraphOutputs({1}); in CreateCosTfLiteModel() local
DSplitTestHelper.hpp94 const std::vector<int> subgraphOutputs{ {2, 3} }; in CreateSplitTfLiteModel() local
252 const std::vector<int> subgraphOutputs{ {3, 4} }; in CreateSplitVTfLiteModel() local
DControlTestHelper.hpp51 const std::vector<int> subgraphOutputs{inputTensorNum}; in CreateConcatTfLiteModel() local
182 const std::vector<int> subgraphOutputs{ 2 }; in CreateMeanTfLiteModel() local
DActivationTestHelper.hpp52 const std::vector<int> subgraphOutputs{1}; in CreateActivationTfLiteModel() local
DTransposeTestHelper.hpp63 const std::vector<int> subgraphOutputs{2}; in CreateTransposeTfLiteModel() local
DRoundTestHelper.hpp81 const std::vector<int32_t> subgraphOutputs({1}); in CreateRoundTfLiteModel() local
DSpaceDepthTestHelper.hpp97 const std::vector<int32_t> subgraphOutputs({1}); in CreateSpaceDepthTfLiteModel() local
DCastTestHelper.hpp77 const std::vector<int32_t> subgraphOutputs({1}); in CreateCastTfLiteModel() local
DFillTestHelper.hpp84 const std::vector<int> subgraphOutputs{ 2 }; in CreateFillTfLiteModel() local
DResizeTestHelper.hpp96 const std::vector<int> subgraphOutputs{2}; in CreateResizeTfLiteModel() local
DShapeTestHelper.hpp81 const std::vector<int32_t> subgraphOutputs({ 1 }); in CreateShapeTfLiteModel() local
DSliceTestHelper.hpp89 const std::vector<int> subgraphOutputs{ 3 }; in CreateSliceTfLiteModel() local
DSoftmaxTestHelper.hpp86 const std::vector<int32_t> subgraphOutputs({1}); in CreateSoftmaxTfLiteModel() local
DGatherNdTestHelper.hpp88 const std::vector<int> subgraphOutputs{2}; in CreateGatherNdTfLiteModel() local
DPreluTestHelper.hpp90 const std::vector<int> subgraphOutputs{2}; in CreatePreluTfLiteModel() local
DQuantizationTestHelper.hpp97 const std::vector<int> subgraphOutputs{1}; in CreateQuantizationTfLiteModel() local
DElementwiseUnaryTestHelper.hpp52 const std::vector<int> subgraphOutputs{1}; in CreateElementwiseUnaryTfLiteModel() local
DComparisonTestHelper.hpp124 const std::vector<int> subgraphOutputs{2}; in CreateComparisonTfLiteModel() local
DGatherTestHelper.hpp89 const std::vector<int> subgraphOutputs{2}; in CreateGatherTfLiteModel() local
DLogicalTestHelper.hpp103 const std::vector<int> subgraphOutputs{ 2 }; in CreateLogicalBinaryTfLiteModel() local
DUnpackTestHelper.hpp51 std::vector<int> subgraphOutputs{}; in CreateUnpackTfLiteModel() local
DPackTestHelper.hpp50 const std::vector<int> subgraphOutputs{inputTensorNum}; in CreatePackTfLiteModel() local
DBatchMatMulTestHelper.hpp93 const std::vector<int> subgraphOutputs{2}; in CreateBatchMatMulTfLiteModel() local
DArgMinMaxTestHelper.hpp101 const std::vector<int> subgraphOutputs{ 2 }; in CreateArgMinMaxTfLiteModel() local
DReduceTestHelper.hpp121 const std::vector<int> subgraphOutputs{ 2 }; in CreateReduceTfLiteModel() local

12