/aosp_15_r20/external/armnn/delegate/test/ |
H A 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()
|
H A 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
|
H A 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()
|
H A D | SliceTestHelper.hpp | 25 const std::vector<int32_t>& inputTensorShape, in CreateSliceTfLiteModel() 122 std::vector<int32_t>& inputTensorShape, in SliceTestImpl()
|
H A D | StridedSliceTestHelper.hpp | 25 const std::vector<int32_t>& inputTensorShape, in CreateStridedSliceTfLiteModel() 145 std::vector<int32_t>& inputTensorShape, in StridedSliceTestImpl()
|
H A D | FullyConnectedTestHelper.hpp | 25 std::vector<char> CreateFullyConnectedTfLiteModel(tflite::TensorType tensorType, in CreateFullyConnectedTfLiteModel() 169 void FullyConnectedTest(std::vector<armnn::BackendId>& backends, in FullyConnectedTest()
|
H A D | SpaceDepthTestHelper.hpp | 23 std::vector<char> CreateSpaceDepthTfLiteModel(tflite::BuiltinOperator spaceDepthOperatorCode, in CreateSpaceDepthTfLiteModel()
|
H A D | ShapeTestHelper.hpp | 25 const std::vector<int32_t>& inputTensorShape, in CreateShapeTfLiteModel()
|
H A D | ResizeTestHelper.hpp | 24 std::vector<char> CreateResizeTfLiteModel(tflite::BuiltinOperator operatorCode, in CreateResizeTfLiteModel()
|
/aosp_15_r20/external/armnn/src/armnnUtils/ |
H A D | ParserPrototxtFixture.hpp | 97 …rPrototxtFixture<TParser>::SetupSingleInputSingleOutput(const armnn::TensorShape& inputTensorShape, in SetupSingleInputSingleOutput() 108 …rPrototxtFixture<TParser>::SetupSingleInputSingleOutput(const armnn::TensorShape& inputTensorShape, in SetupSingleInputSingleOutput()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | Reverse.cpp | 53 const Shape inputTensorShape = context->getInputShape(kInputTensor); in validate() local
|
D | MirrorPad.cpp | 56 const Shape inputTensorShape = context->getInputShape(kInputTensor); in validate() local
|
/aosp_15_r20/external/armnn/tests/OnnxMnist-Armnn/ |
H A D | OnnxMnist-Armnn.cpp | 11 armnn::TensorShape inputTensorShape({ 1, 1, 28, 28 }); in main() local
|
/aosp_15_r20/external/armnn/tests/OnnxMobileNet-Armnn/ |
H A D | OnnxMobileNet-Armnn.cpp | 22 armnn::TensorShape inputTensorShape({ 1, 3, 224, 224 }); in main() local
|
/aosp_15_r20/external/armnn/tests/TfLiteInceptionV4Quantized-Armnn/ |
H A D | TfLiteInceptionV4Quantized-Armnn.cpp | 24 armnn::TensorShape inputTensorShape({ 1, 299, 299, 3 }); in main() local
|
/aosp_15_r20/external/armnn/tests/TfLiteMobilenetV2Quantized-Armnn/ |
H A D | TfLiteMobilenetV2Quantized-Armnn.cpp | 24 armnn::TensorShape inputTensorShape({ 1, 224, 224, 3 }); in main() local
|
/aosp_15_r20/external/armnn/tests/TfLiteResNetV2-50-Quantized-Armnn/ |
H A D | TfLiteResNetV2-50-Quantized-Armnn.cpp | 24 armnn::TensorShape inputTensorShape({ 1, 224, 224, 3 }); in main() local
|
/aosp_15_r20/external/armnn/tests/TfLiteVGG16Quantized-Armnn/ |
H A D | TfLiteVGG16Quantized-Armnn.cpp | 26 armnn::TensorShape inputTensorShape({ 1, 224, 224, 3 }); in main() local
|
/aosp_15_r20/external/armnn/tests/TfLiteInceptionV3Quantized-Armnn/ |
H A D | TfLiteInceptionV3Quantized-Armnn.cpp | 24 armnn::TensorShape inputTensorShape({ 1, 299, 299, 3 }); in main() local
|
/aosp_15_r20/external/armnn/tests/TfLiteMobileNetQuantizedSoftmax-Armnn/ |
H A D | TfLiteMobileNetQuantizedSoftmax-Armnn.cpp | 26 armnn::TensorShape inputTensorShape({ 1, 128, 128, 3 }); in main() local
|
/aosp_15_r20/external/armnn/tests/TfLiteMnasNet-Armnn/ |
H A D | TfLiteMnasNet-Armnn.cpp | 24 armnn::TensorShape inputTensorShape({ 2, 224, 224, 3 }); in main() local
|
/aosp_15_r20/external/armnn/tests/TfLiteResNetV2-Armnn/ |
H A D | TfLiteResNetV2-Armnn.cpp | 25 armnn::TensorShape inputTensorShape({ 1, 299, 299, 3 }); in main() local
|
/aosp_15_r20/external/armnn/tests/TfLiteMobileNetSsd-Armnn/ |
H A D | TfLiteMobileNetSsd-Armnn.cpp | 23 armnn::TensorShape inputTensorShape({ 1, 300, 300, 3 }); in main() local
|
/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | InferOutputTests.hpp | 624 armnn::TensorShape inputTensorShape(2, inputShape.data()); in QLstmInferOutputShapeTest() local 674 armnn::TensorShape inputTensorShape(2, inputShape.data()); in QuantizedLstmInferOutputShapeTest() local
|
/aosp_15_r20/external/armnn/tests/TfLiteMobilenetQuantized-Armnn/ |
H A D | TfLiteMobilenetQuantized-Armnn.cpp | 105 armnn::TensorShape inputTensorShape({ 1, 224, 224, 3 }); in main() local
|