| /external/armnn/delegate/test/ |
| D | FullyConnectedTest.cpp | 13 std::vector<int32_t> inputTensorShape { 1, 4, 1, 1 }; in FullyConnectedFp32Test() local 39 std::vector<int32_t> inputTensorShape { 1, 4, 1, 1 }; in FullyConnectedActivationTest() local 65 std::vector<int32_t> inputTensorShape { 1, 4, 2, 1 }; in FullyConnectedInt8Test() local
|
| D | SplitTestHelper.hpp | 26 std::vector<int32_t>& inputTensorShape, in CreateSplitTfLiteModel() 124 std::vector<int32_t>& inputTensorShape, in SplitTest() 173 std::vector<int32_t>& inputTensorShape, in CreateSplitVTfLiteModel() 281 std::vector<int32_t>& inputTensorShape, in SplitVTest()
|
| D | SliceTestHelper.hpp | 25 const std::vector<int32_t>& inputTensorShape, in CreateSliceTfLiteModel() 122 std::vector<int32_t>& inputTensorShape, in SliceTestImpl()
|
| D | StridedSliceTestHelper.hpp | 25 const std::vector<int32_t>& inputTensorShape, in CreateStridedSliceTfLiteModel() 145 std::vector<int32_t>& inputTensorShape, in StridedSliceTestImpl()
|
| D | FullyConnectedTestHelper.hpp | 25 std::vector<char> CreateFullyConnectedTfLiteModel(tflite::TensorType tensorType, in CreateFullyConnectedTfLiteModel() 169 void FullyConnectedTest(std::vector<armnn::BackendId>& backends, in FullyConnectedTest()
|
| D | ConvolutionTestHelper.hpp | 26 std::vector<char> CreateConv2dTfLiteModel(tflite::BuiltinOperator convolutionOperatorCode, in CreateConv2dTfLiteModel() 286 const std::vector<int32_t>& inputTensorShape, in CreateConv3dTfLiteModel() 515 std::vector<char> CreateTransposeConvTfLiteModel(tflite::TensorType tensorType, in CreateTransposeConvTfLiteModel() 635 void TransposeConvTest(std::vector<armnn::BackendId>& backends, in TransposeConvTest()
|
| D | SpaceDepthTestHelper.hpp | 23 std::vector<char> CreateSpaceDepthTfLiteModel(tflite::BuiltinOperator spaceDepthOperatorCode, in CreateSpaceDepthTfLiteModel()
|
| D | ResizeTestHelper.hpp | 24 std::vector<char> CreateResizeTfLiteModel(tflite::BuiltinOperator operatorCode, in CreateResizeTfLiteModel()
|
| D | ShapeTestHelper.hpp | 25 const std::vector<int32_t>& inputTensorShape, in CreateShapeTfLiteModel()
|
| D | QuantizationTestHelper.hpp | 24 std::vector<char> CreateQuantizationTfLiteModel(tflite::BuiltinOperator quantizationOperatorCode, in CreateQuantizationTfLiteModel()
|
| D | UnpackTestHelper.hpp | 26 std::vector<int32_t>& inputTensorShape, in CreateUnpackTfLiteModel()
|
| D | PackTestHelper.hpp | 26 std::vector<int32_t>& inputTensorShape, in CreatePackTfLiteModel()
|
| /external/armnn/tests/OnnxMnist-Armnn/ |
| D | OnnxMnist-Armnn.cpp | 11 armnn::TensorShape inputTensorShape({ 1, 1, 28, 28 }); in main() local
|
| /external/armnn/tests/TfLiteInceptionV3Quantized-Armnn/ |
| D | TfLiteInceptionV3Quantized-Armnn.cpp | 24 armnn::TensorShape inputTensorShape({ 1, 299, 299, 3 }); in main() local
|
| /external/armnn/tests/TfLiteResNetV2-Armnn/ |
| D | TfLiteResNetV2-Armnn.cpp | 25 armnn::TensorShape inputTensorShape({ 1, 299, 299, 3 }); in main() local
|
| /external/armnn/tests/TfLiteMobileNetQuantizedSoftmax-Armnn/ |
| D | TfLiteMobileNetQuantizedSoftmax-Armnn.cpp | 26 armnn::TensorShape inputTensorShape({ 1, 128, 128, 3 }); in main() local
|
| /external/armnn/tests/TfLiteMnasNet-Armnn/ |
| D | TfLiteMnasNet-Armnn.cpp | 24 armnn::TensorShape inputTensorShape({ 2, 224, 224, 3 }); in main() local
|
| /external/armnn/tests/TfLiteMobilenetV2Quantized-Armnn/ |
| D | TfLiteMobilenetV2Quantized-Armnn.cpp | 24 armnn::TensorShape inputTensorShape({ 1, 224, 224, 3 }); in main() local
|
| /external/armnn/tests/TfLiteResNetV2-50-Quantized-Armnn/ |
| D | TfLiteResNetV2-50-Quantized-Armnn.cpp | 24 armnn::TensorShape inputTensorShape({ 1, 224, 224, 3 }); in main() local
|
| /external/armnn/tests/TfLiteInceptionV4Quantized-Armnn/ |
| D | TfLiteInceptionV4Quantized-Armnn.cpp | 24 armnn::TensorShape inputTensorShape({ 1, 299, 299, 3 }); in main() local
|
| /external/armnn/tests/OnnxMobileNet-Armnn/ |
| D | OnnxMobileNet-Armnn.cpp | 22 armnn::TensorShape inputTensorShape({ 1, 3, 224, 224 }); in main() local
|
| /external/armnn/tests/TfLiteVGG16Quantized-Armnn/ |
| D | TfLiteVGG16Quantized-Armnn.cpp | 26 armnn::TensorShape inputTensorShape({ 1, 224, 224, 3 }); in main() local
|
| /external/armnn/tests/TfLiteMobileNetSsd-Armnn/ |
| D | TfLiteMobileNetSsd-Armnn.cpp | 23 armnn::TensorShape inputTensorShape({ 1, 300, 300, 3 }); in main() local
|
| /external/armnn/src/armnnUtils/ |
| D | ParserPrototxtFixture.hpp | 97 …rPrototxtFixture<TParser>::SetupSingleInputSingleOutput(const armnn::TensorShape& inputTensorShape, in SetupSingleInputSingleOutput() 108 …rPrototxtFixture<TParser>::SetupSingleInputSingleOutput(const armnn::TensorShape& inputTensorShape, in SetupSingleInputSingleOutput()
|
| /external/armnn/tests/TfLiteMobilenetQuantized-Armnn/ |
| D | TfLiteMobilenetQuantized-Armnn.cpp | 105 armnn::TensorShape inputTensorShape({ 1, 224, 224, 3 }); in main() local
|