/external/armnn/delegate/test/ |
D | LstmTestHelper.hpp | 83 std::vector<int> operatorInputs; in CreateLstmTfLiteModel() local 111 operatorInputs.push_back(buffers.size() - 1); in CreateLstmTfLiteModel() 126 operatorInputs.push_back(buffers.size() - 1); in CreateLstmTfLiteModel() 130 operatorInputs.push_back(kTfLiteOptionalTensor); in CreateLstmTfLiteModel() 144 operatorInputs.push_back(buffers.size() - 1); in CreateLstmTfLiteModel() 157 operatorInputs.push_back(buffers.size() - 1); in CreateLstmTfLiteModel() 170 operatorInputs.push_back(buffers.size() - 1); in CreateLstmTfLiteModel() 185 operatorInputs.push_back(buffers.size() - 1); in CreateLstmTfLiteModel() 189 operatorInputs.push_back(kTfLiteOptionalTensor); in CreateLstmTfLiteModel() 203 operatorInputs.push_back(buffers.size() - 1); in CreateLstmTfLiteModel() [all …]
|
D | UnidirectionalSequenceLstmTestHelper.hpp | 104 std::vector<int> operatorInputs; in CreateUnidirectionalSequenceLstmTfLiteModel() local 132 operatorInputs.push_back(tensors.size() - 1); in CreateUnidirectionalSequenceLstmTfLiteModel() 148 operatorInputs.push_back(tensors.size() - 1); in CreateUnidirectionalSequenceLstmTfLiteModel() 152 operatorInputs.push_back(kTfLiteOptionalTensor); in CreateUnidirectionalSequenceLstmTfLiteModel() 167 operatorInputs.push_back(tensors.size() - 1); in CreateUnidirectionalSequenceLstmTfLiteModel() 181 operatorInputs.push_back(tensors.size() - 1); in CreateUnidirectionalSequenceLstmTfLiteModel() 195 operatorInputs.push_back(tensors.size() - 1); in CreateUnidirectionalSequenceLstmTfLiteModel() 210 operatorInputs.push_back(tensors.size() - 1); in CreateUnidirectionalSequenceLstmTfLiteModel() 214 operatorInputs.push_back(kTfLiteOptionalTensor); in CreateUnidirectionalSequenceLstmTfLiteModel() 229 operatorInputs.push_back(tensors.size() - 1); in CreateUnidirectionalSequenceLstmTfLiteModel() [all …]
|
D | PadTestHelper.hpp | 80 std::vector<int32_t> operatorInputs; in CreatePadTfLiteModel() local 88 operatorInputs = {{ 0, 1 }}; in CreatePadTfLiteModel() 94 operatorInputs = {{ 0, 1 }}; in CreatePadTfLiteModel() 118 operatorInputs = {{ 0, 1, 3 }}; in CreatePadTfLiteModel() 130 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreatePadTfLiteModel()
|
D | SpaceDepthTestHelper.hpp | 60 const std::vector<int32_t> operatorInputs({0}); in CreateSpaceDepthTfLiteModel() local 73 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateSpaceDepthTfLiteModel() 85 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateSpaceDepthTfLiteModel()
|
D | SoftmaxTestHelper.hpp | 49 const std::vector<int32_t> operatorInputs({0}); in CreateSoftmaxTfLiteModel() local 62 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateSoftmaxTfLiteModel() 74 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateSoftmaxTfLiteModel()
|
D | RedefineTestHelper.hpp | 56 std::vector<int32_t> operatorInputs; in CreateRedefineTfLiteModel() local 71 operatorInputs = {0}; in CreateRedefineTfLiteModel() 100 operatorInputs = {0, 2}; in CreateRedefineTfLiteModel() 112 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateRedefineTfLiteModel()
|
D | ControlTestHelper.hpp | 48 std::vector<int32_t> operatorInputs{}; in CreateConcatTfLiteModel() local 65 operatorInputs.push_back(i); in CreateConcatTfLiteModel() 85 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateConcatTfLiteModel() 171 const std::vector<int> operatorInputs{ {0, 1} }; in CreateMeanTfLiteModel() local 176 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateMeanTfLiteModel()
|
D | PackTestHelper.hpp | 47 std::vector<int32_t> operatorInputs{}; in CreatePackTfLiteModel() local 64 operatorInputs.push_back(i); in CreatePackTfLiteModel() 85 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreatePackTfLiteModel()
|
D | ActivationTestHelper.hpp | 43 const std::vector<int> operatorInputs{0}; in CreateActivationTfLiteModel() local 48 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateActivationTfLiteModel()
|
D | SplitTestHelper.hpp | 83 const std::vector<int> operatorInputs{ {0, 1} }; in CreateSplitTfLiteModel() local 88 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateSplitTfLiteModel() 241 const std::vector<int> operatorInputs{ {0, 1, 2} }; in CreateSplitVTfLiteModel() local 246 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateSplitVTfLiteModel()
|
D | RoundTestHelper.hpp | 60 const std::vector<int32_t> operatorInputs({0}); in CreateRoundTfLiteModel() local 74 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateRoundTfLiteModel()
|
D | TransposeTestHelper.hpp | 53 const std::vector<int32_t> operatorInputs{0, 1}; in CreateTransposeTfLiteModel() local 58 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateTransposeTfLiteModel()
|
D | ShapeTestHelper.hpp | 61 const std::vector<int32_t> operatorInputs({ 0 }); in CreateShapeTfLiteModel() local 67 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), in CreateShapeTfLiteModel() 68 … operatorInputs.size()), in CreateShapeTfLiteModel()
|
D | CastTestHelper.hpp | 60 const std::vector<int32_t> operatorInputs({0}); in CreateCastTfLiteModel() local 66 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateCastTfLiteModel()
|
D | FillTestHelper.hpp | 73 const std::vector<int> operatorInputs{ {0, 1} }; in CreateFillTfLiteModel() local 78 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateFillTfLiteModel()
|
D | PreluTestHelper.hpp | 76 const std::vector<int> operatorInputs{0, 1}; in CreatePreluTfLiteModel() local 81 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreatePreluTfLiteModel()
|
D | QuantizationTestHelper.hpp | 86 const std::vector<int32_t> operatorInputs{0}; in CreateQuantizationTfLiteModel() local 91 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateQuantizationTfLiteModel()
|
D | ResizeTestHelper.hpp | 85 const std::vector<int> operatorInputs{0, 1}; in CreateResizeTfLiteModel() local 90 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateResizeTfLiteModel()
|
D | ElementwiseUnaryTestHelper.hpp | 43 const std::vector<int> operatorInputs{0}; in CreateElementwiseUnaryTfLiteModel() local 48 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateElementwiseUnaryTfLiteModel()
|
D | GatherTestHelper.hpp | 76 const std::vector<int> operatorInputs{{0, 1}}; in CreateGatherTfLiteModel() local 81 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), in CreateGatherTfLiteModel() 82 … operatorInputs.size()), in CreateGatherTfLiteModel()
|
D | SliceTestHelper.hpp | 78 const std::vector<int> operatorInputs{ 0, 1, 2 }; in CreateSliceTfLiteModel() local 83 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateSliceTfLiteModel()
|
D | GatherNdTestHelper.hpp | 75 const std::vector<int> operatorInputs{{0, 1}}; in CreateGatherNdTfLiteModel() local 80 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), in CreateGatherNdTfLiteModel() 81 … operatorInputs.size()), in CreateGatherNdTfLiteModel()
|
D | UnpackTestHelper.hpp | 48 const std::vector<int32_t> operatorInputs{ 0 }; in CreateUnpackTfLiteModel() local 87 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateUnpackTfLiteModel()
|
D | ConvolutionTestHelper.hpp | 159 const std::vector<int> operatorInputs{0, 1, 2}; local 164 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), 393 const std::vector<int> operatorInputs{0, 1, 2}; local 398 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), 596 const std::vector<int> operatorInputs{0, 1, 2}; in CreateTransposeConvTfLiteModel() local 601 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateTransposeConvTfLiteModel()
|
D | ArgMinMaxTestHelper.hpp | 79 std::vector<int32_t> operatorInputs = {{ 0, 1 }}; in CreateArgMinMaxTfLiteModel() local 96 … flatBufferBuilder.CreateVector<int32_t>(operatorInputs.data(), operatorInputs.size()), in CreateArgMinMaxTfLiteModel()
|