Home
last modified time | relevance | path

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

/external/armnn/delegate/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
181 std::vector<int32_t> filterShape { 1, 2, 2, 1 }; in Conv2DWithBiasesRelu6Uint8Test() local
230 std::vector<int32_t> filterShape { 4,2,2,2 }; in Conv2DPerChannelInt8Test() local
375 std::vector<int32_t> filterShape { 1, 2, 2, 1 }; in TransposeConvInt8Test() local
408 std::vector<int32_t> filterShape { 1, 2, 2, 1 }; in TransposeConvFp32Test() local
DConvolution3dTest.cpp42 std::vector<int32_t> filterShape { 2, 2, 2, 1, 1 }; in Conv3DWithBiasesSimpleWithPaddingFp32Test() local
83 std::vector<int32_t> filterShape { 3, 5, 5, 1, 1 }; in Conv3DWithBiasesStridesFp32Test() local
142 std::vector<int32_t> filterShape { 2, 2, 2, 2, 2 }; in Conv3DWithBiasesDilationFp32Test() local
193 std::vector<int32_t> filterShape { 3, 3, 3, 1, 1 }; in Conv3DFp32SmallTest() local
DDepthwiseConvolution2dTest.cpp26 std::vector<int32_t> filterShape { 1, 2, 2, 4 }; in DepthwiseConv2dValidReluFp32Test() local
88 std::vector<int32_t> filterShape { 1, 3, 3, 1 }; in DepthwiseConv2dSameUint8Test() local
135 std::vector<int32_t> filterShape { 1, 2, 2, 16 }; in DepthwiseConv2dSameInt8PerChannelTest() local
DConvolutionTestHelper.hpp207 std::vector<int32_t>& filterShape, in ConvolutionTest()
443 std::vector<int32_t>& filterShape, in Convolution3dTest()
/external/armnn/src/armnn/layers/
DDepthwiseConvolution2dLayer.cpp36 const TensorShape filterShape = inputShapes[1]; in SerializeLayerParameters() local
69 const TensorShape& filterShape = inputShapes[1]; in InferOutputShapes() local
DConvolution2dLayer.cpp37 const TensorShape filterShape = inputShapes[1]; in SerializeLayerParameters() local
68 const TensorShape filterShape = inputShapes[1]; in InferOutputShapes() local
DConvolution3dLayer.cpp32 const TensorShape filterShape = inputShapes[1]; in SerializeLayerParameters() local
66 const TensorShape& filterShape = inputShapes[1]; in InferOutputShapes() local
/external/armnn/src/backends/reference/workloads/
DRefDepthwiseConvolution2dWorkload.cpp57 const TensorShape& filterShape = GetTensorInfo(inputs[1]).GetShape(); in Execute() local
/external/armnn/src/armnn/test/
DInferOutputTests.hpp458 armnn::TensorShape filterShape(4, filterSize.data()); in Convolution2dInferOutputShapeTest() local
495 armnn::TensorShape filterShape(5, filterSize.data()); in Convolution3dInferOutputShapeTest() local
526 armnn::TensorShape filterShape(4, filterSize.data()); in TransposeConvolution2dInferOutputShapeTest() local
559 armnn::TensorShape filterShape(4, filterSize.data()); in DepthwiseConvolution2dInferOutputShapeTest() local
/external/armnn/src/backends/neon/test/
DNeonLayerTests.cpp389 const TensorShape& filterShape = weightsInfo.GetShape(); in CreateOutputTensorInfo() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_tf.cc383 auto filterShape = filter_type.getShape(); in legalizeFilter() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_linalg.cc2430 RankedTensorType filterShape = in matchAndRewrite() local