Home
last modified time | relevance | path

Searched defs:inputTensorShape (Results 1 – 25 of 39) sorted by relevance

12

/external/armnn/delegate/test/
DFullyConnectedTest.cpp13 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
DSplitTestHelper.hpp26 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()
DSliceTestHelper.hpp25 const std::vector<int32_t>& inputTensorShape, in CreateSliceTfLiteModel()
122 std::vector<int32_t>& inputTensorShape, in SliceTestImpl()
DStridedSliceTestHelper.hpp25 const std::vector<int32_t>& inputTensorShape, in CreateStridedSliceTfLiteModel()
145 std::vector<int32_t>& inputTensorShape, in StridedSliceTestImpl()
DFullyConnectedTestHelper.hpp25 std::vector<char> CreateFullyConnectedTfLiteModel(tflite::TensorType tensorType, in CreateFullyConnectedTfLiteModel()
169 void FullyConnectedTest(std::vector<armnn::BackendId>& backends, in FullyConnectedTest()
DConvolutionTestHelper.hpp26 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()
DSpaceDepthTestHelper.hpp23 std::vector<char> CreateSpaceDepthTfLiteModel(tflite::BuiltinOperator spaceDepthOperatorCode, in CreateSpaceDepthTfLiteModel()
DResizeTestHelper.hpp24 std::vector<char> CreateResizeTfLiteModel(tflite::BuiltinOperator operatorCode, in CreateResizeTfLiteModel()
DShapeTestHelper.hpp25 const std::vector<int32_t>& inputTensorShape, in CreateShapeTfLiteModel()
DQuantizationTestHelper.hpp24 std::vector<char> CreateQuantizationTfLiteModel(tflite::BuiltinOperator quantizationOperatorCode, in CreateQuantizationTfLiteModel()
DUnpackTestHelper.hpp26 std::vector<int32_t>& inputTensorShape, in CreateUnpackTfLiteModel()
DPackTestHelper.hpp26 std::vector<int32_t>& inputTensorShape, in CreatePackTfLiteModel()
/external/armnn/tests/OnnxMnist-Armnn/
DOnnxMnist-Armnn.cpp11 armnn::TensorShape inputTensorShape({ 1, 1, 28, 28 }); in main() local
/external/armnn/tests/TfLiteInceptionV3Quantized-Armnn/
DTfLiteInceptionV3Quantized-Armnn.cpp24 armnn::TensorShape inputTensorShape({ 1, 299, 299, 3 }); in main() local
/external/armnn/tests/TfLiteResNetV2-Armnn/
DTfLiteResNetV2-Armnn.cpp25 armnn::TensorShape inputTensorShape({ 1, 299, 299, 3 }); in main() local
/external/armnn/tests/TfLiteMobileNetQuantizedSoftmax-Armnn/
DTfLiteMobileNetQuantizedSoftmax-Armnn.cpp26 armnn::TensorShape inputTensorShape({ 1, 128, 128, 3 }); in main() local
/external/armnn/tests/TfLiteMnasNet-Armnn/
DTfLiteMnasNet-Armnn.cpp24 armnn::TensorShape inputTensorShape({ 2, 224, 224, 3 }); in main() local
/external/armnn/tests/TfLiteMobilenetV2Quantized-Armnn/
DTfLiteMobilenetV2Quantized-Armnn.cpp24 armnn::TensorShape inputTensorShape({ 1, 224, 224, 3 }); in main() local
/external/armnn/tests/TfLiteResNetV2-50-Quantized-Armnn/
DTfLiteResNetV2-50-Quantized-Armnn.cpp24 armnn::TensorShape inputTensorShape({ 1, 224, 224, 3 }); in main() local
/external/armnn/tests/TfLiteInceptionV4Quantized-Armnn/
DTfLiteInceptionV4Quantized-Armnn.cpp24 armnn::TensorShape inputTensorShape({ 1, 299, 299, 3 }); in main() local
/external/armnn/tests/OnnxMobileNet-Armnn/
DOnnxMobileNet-Armnn.cpp22 armnn::TensorShape inputTensorShape({ 1, 3, 224, 224 }); in main() local
/external/armnn/tests/TfLiteVGG16Quantized-Armnn/
DTfLiteVGG16Quantized-Armnn.cpp26 armnn::TensorShape inputTensorShape({ 1, 224, 224, 3 }); in main() local
/external/armnn/tests/TfLiteMobileNetSsd-Armnn/
DTfLiteMobileNetSsd-Armnn.cpp23 armnn::TensorShape inputTensorShape({ 1, 300, 300, 3 }); in main() local
/external/armnn/src/armnnUtils/
DParserPrototxtFixture.hpp97 …rPrototxtFixture<TParser>::SetupSingleInputSingleOutput(const armnn::TensorShape& inputTensorShape, in SetupSingleInputSingleOutput()
108 …rPrototxtFixture<TParser>::SetupSingleInputSingleOutput(const armnn::TensorShape& inputTensorShape, in SetupSingleInputSingleOutput()
/external/armnn/tests/TfLiteMobilenetQuantized-Armnn/
DTfLiteMobilenetQuantized-Armnn.cpp105 armnn::TensorShape inputTensorShape({ 1, 224, 224, 3 }); in main() local

12