Home
last modified time | relevance | path

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

12

/external/armnn/delegate/test/
DDelegateOptionsTestHelper.hpp125 const std::vector<int> subgraphInputs{0, 1, 2}; in CreateAddDivTfLiteModel() local
204 const std::vector<int32_t> subgraphInputs({0}); in CreateCosTfLiteModel() local
DSplitTestHelper.hpp93 const std::vector<int> subgraphInputs{ {0, 1} }; in CreateSplitTfLiteModel() local
251 const std::vector<int> subgraphInputs{ {0, 1, 2} }; in CreateSplitVTfLiteModel() local
DControlTestHelper.hpp50 std::vector<int> subgraphInputs{}; in CreateConcatTfLiteModel() local
181 const std::vector<int> subgraphInputs{ {0, 1} }; in CreateMeanTfLiteModel() local
DActivationTestHelper.hpp51 const std::vector<int> subgraphInputs{0}; in CreateActivationTfLiteModel() local
DTransposeTestHelper.hpp62 const std::vector<int> subgraphInputs{0, 1}; in CreateTransposeTfLiteModel() local
DRoundTestHelper.hpp80 const std::vector<int32_t> subgraphInputs({0}); in CreateRoundTfLiteModel() local
DSpaceDepthTestHelper.hpp96 const std::vector<int32_t> subgraphInputs({0}); in CreateSpaceDepthTfLiteModel() local
DCastTestHelper.hpp76 const std::vector<int32_t> subgraphInputs({0}); in CreateCastTfLiteModel() local
DFillTestHelper.hpp83 const std::vector<int> subgraphInputs{ {0, 1} }; in CreateFillTfLiteModel() local
DResizeTestHelper.hpp95 const std::vector<int> subgraphInputs{0, 1}; in CreateResizeTfLiteModel() local
DShapeTestHelper.hpp80 const std::vector<int32_t> subgraphInputs({ 0 }); in CreateShapeTfLiteModel() local
DSliceTestHelper.hpp88 const std::vector<int> subgraphInputs{ 0, 1, 2 }; in CreateSliceTfLiteModel() local
DSoftmaxTestHelper.hpp85 const std::vector<int32_t> subgraphInputs({0}); in CreateSoftmaxTfLiteModel() local
DGatherNdTestHelper.hpp87 const std::vector<int> subgraphInputs{{0, 1}}; in CreateGatherNdTfLiteModel() local
DPreluTestHelper.hpp84 std::vector<int> subgraphInputs{0}; in CreatePreluTfLiteModel() local
DQuantizationTestHelper.hpp96 const std::vector<int> subgraphInputs{0}; in CreateQuantizationTfLiteModel() local
DElementwiseUnaryTestHelper.hpp51 const std::vector<int> subgraphInputs{0}; in CreateElementwiseUnaryTfLiteModel() local
DComparisonTestHelper.hpp123 const std::vector<int> subgraphInputs{0, 1}; in CreateComparisonTfLiteModel() local
DGatherTestHelper.hpp88 const std::vector<int> subgraphInputs{{0, 1}}; in CreateGatherTfLiteModel() local
DLogicalTestHelper.hpp102 const std::vector<int> subgraphInputs{ {0, 1} }; in CreateLogicalBinaryTfLiteModel() local
DUnpackTestHelper.hpp50 const std::vector<int> subgraphInputs{ 0 }; in CreateUnpackTfLiteModel() local
DPackTestHelper.hpp49 std::vector<int> subgraphInputs{}; in CreatePackTfLiteModel() local
DBatchMatMulTestHelper.hpp92 const std::vector<int> subgraphInputs{{0, 1}}; in CreateBatchMatMulTfLiteModel() local
DArgMinMaxTestHelper.hpp80 std::vector<int> subgraphInputs = {{ 0, 1 }}; in CreateArgMinMaxTfLiteModel() local
DReduceTestHelper.hpp120 const std::vector<int> subgraphInputs{ {0, 1} }; in CreateReduceTfLiteModel() local

12