Home
last modified time | relevance | path

Searched defs:operatorInputs (Results 1 – 25 of 37) sorted by relevance

12

/external/armnn/delegate/test/
DSplitTestHelper.hpp83 const std::vector<int> operatorInputs{ {0, 1} }; in CreateSplitTfLiteModel() local
241 const std::vector<int> operatorInputs{ {0, 1, 2} }; in CreateSplitVTfLiteModel() local
DControlTestHelper.hpp48 std::vector<int32_t> operatorInputs{}; in CreateConcatTfLiteModel() local
171 const std::vector<int> operatorInputs{ {0, 1} }; in CreateMeanTfLiteModel() local
DActivationTestHelper.hpp43 const std::vector<int> operatorInputs{0}; in CreateActivationTfLiteModel() local
DTransposeTestHelper.hpp53 const std::vector<int32_t> operatorInputs{0, 1}; in CreateTransposeTfLiteModel() local
DRoundTestHelper.hpp60 const std::vector<int32_t> operatorInputs({0}); in CreateRoundTfLiteModel() local
DSpaceDepthTestHelper.hpp60 const std::vector<int32_t> operatorInputs({0}); in CreateSpaceDepthTfLiteModel() local
DCastTestHelper.hpp60 const std::vector<int32_t> operatorInputs({0}); in CreateCastTfLiteModel() local
DFillTestHelper.hpp73 const std::vector<int> operatorInputs{ {0, 1} }; in CreateFillTfLiteModel() local
DResizeTestHelper.hpp85 const std::vector<int> operatorInputs{0, 1}; in CreateResizeTfLiteModel() local
DShapeTestHelper.hpp61 const std::vector<int32_t> operatorInputs({ 0 }); in CreateShapeTfLiteModel() local
DSliceTestHelper.hpp78 const std::vector<int> operatorInputs{ 0, 1, 2 }; in CreateSliceTfLiteModel() local
DSoftmaxTestHelper.hpp49 const std::vector<int32_t> operatorInputs({0}); in CreateSoftmaxTfLiteModel() local
DGatherNdTestHelper.hpp75 const std::vector<int> operatorInputs{{0, 1}}; in CreateGatherNdTfLiteModel() local
DPreluTestHelper.hpp76 const std::vector<int> operatorInputs{0, 1}; in CreatePreluTfLiteModel() local
DQuantizationTestHelper.hpp86 const std::vector<int32_t> operatorInputs{0}; in CreateQuantizationTfLiteModel() local
DElementwiseUnaryTestHelper.hpp43 const std::vector<int> operatorInputs{0}; in CreateElementwiseUnaryTfLiteModel() local
DComparisonTestHelper.hpp113 const std::vector<int32_t> operatorInputs{0, 1}; in CreateComparisonTfLiteModel() local
DGatherTestHelper.hpp76 const std::vector<int> operatorInputs{{0, 1}}; in CreateGatherTfLiteModel() local
DLogicalTestHelper.hpp92 const std::vector<int32_t> operatorInputs{ {0, 1} }; in CreateLogicalBinaryTfLiteModel() local
DUnpackTestHelper.hpp48 const std::vector<int32_t> operatorInputs{ 0 }; in CreateUnpackTfLiteModel() local
DPackTestHelper.hpp47 std::vector<int32_t> operatorInputs{}; in CreatePackTfLiteModel() local
DBatchMatMulTestHelper.hpp81 const std::vector<int32_t> operatorInputs{{0, 1}}; in CreateBatchMatMulTfLiteModel() local
DArgMinMaxTestHelper.hpp79 std::vector<int32_t> operatorInputs = {{ 0, 1 }}; in CreateArgMinMaxTfLiteModel() local
DReduceTestHelper.hpp110 const std::vector<int> operatorInputs{ {0, 1} }; in CreateReduceTfLiteModel() local
DRedefineTestHelper.hpp56 std::vector<int32_t> operatorInputs; in CreateRedefineTfLiteModel() local

12