Home
last modified time | relevance | path

Searched defs:filterShape (Results 1 – 8 of 8) sorted by relevance

/external/armnn/delegate/src/test/
DConvolution2dTest.cpp26 std::vector<int32_t> filterShape { 1, 3, 3, 1 }; in Conv2DWithBiasesFp32Test() local
80 std::vector<int32_t> filterShape { 1, 2, 2, 1 }; in Conv2DWithBiasesInt8Test() local
123 std::vector<int32_t> filterShape { 1, 2, 2, 1 }; in Conv2DWithBiasesReluUint8Test() local
179 std::vector<int32_t> filterShape { 1, 2, 2, 1 }; in Conv2DWithBiasesRelu6Uint8Test() local
278 std::vector<int32_t> filterShape { 1, 2, 2, 1 }; in TransposeConvInt8Test() local
311 std::vector<int32_t> filterShape { 1, 2, 2, 1 }; in TransposeConvFp32Test() local
DDepthwiseConvolution2dTest.cpp26 std::vector<int32_t> filterShape { 1, 2, 2, 4 }; in DepthwiseConv2dValidReluFp32Test() local
86 std::vector<int32_t> filterShape { 1, 3, 3, 1 }; in DepthwiseConv2dSameUint8Test() local
DConvolutionTestHelper.hpp188 std::vector<int32_t>& filterShape, in ConvolutionTest()
/external/armnn/src/armnn/layers/
DConvolution2dLayer.cpp37 const TensorShape filterShape = inputShapes[1]; in SerializeLayerParameters() local
87 const TensorShape filterShape = inputShapes[1]; in InferOutputShapes() local
DDepthwiseConvolution2dLayer.cpp36 const TensorShape filterShape = inputShapes[1]; in SerializeLayerParameters() local
89 const TensorShape& filterShape = inputShapes[1]; in InferOutputShapes() local
/external/armnn/src/armnn/test/
DInferOutputTests.hpp458 armnn::TensorShape filterShape(4, filterSize.data()); in Convolution2dInferOutputShapeTest() local
489 armnn::TensorShape filterShape(4, filterSize.data()); in TransposeConvolution2dInferOutputShapeTest() local
522 armnn::TensorShape filterShape(4, filterSize.data()); in DepthwiseConvolution2dInferOutputShapeTest() local
/external/armnn/src/backends/neon/test/
DNeonLayerTests.cpp290 const TensorShape& filterShape = weightsInfo.GetShape(); in CreateOutputTensorInfo() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_tf.cc341 auto filterShape = filter_type.getShape(); in legalizeFilter() local