/external/armnn/src/backends/backendsCommon/test/ |
D | DequantizeEndToEndTestImpl.hpp | 33 const armnn::TensorShape& tensorShape, in DequantizeEndToEndLayerTestImpl() 60 const armnn::TensorShape tensorShape({ 1, 2, 2, 4 }); in DequantizeEndToEndSimple() local 82 const armnn::TensorShape tensorShape({ 1, 2, 2, 4 }); in DequantizeEndToEndOffset() local
|
/external/armnn/src/armnn/test/ |
D | ShapeInferenceTests.cpp | 259 const TensorShape tensorShape{5, 7, 6, 2}; in BOOST_AUTO_TEST_CASE() local 304 const TensorShape tensorShape; in BOOST_AUTO_TEST_CASE() local 349 const TensorShape tensorShape{5, 7, 6, 2}; in BOOST_AUTO_TEST_CASE() local 397 const TensorShape tensorShape{5, 7, 6, 2}; in BOOST_AUTO_TEST_CASE() local 430 const TensorShape tensorShape{5, 7, 6, 2}; in BOOST_AUTO_TEST_CASE() local 439 const TensorShape tensorShape{5, 7, 6, 2}; in BOOST_AUTO_TEST_CASE() local 448 const TensorShape tensorShape{5, 7, 6, 2}; in BOOST_AUTO_TEST_CASE() local 508 const TensorShape tensorShape{ 5, 7, 6, 2 }; in BOOST_AUTO_TEST_CASE() local 514 const TensorShape tensorShape{5, 7, 6, 2}; in BOOST_AUTO_TEST_CASE() local 606 const TensorShape tensorShape { 5, 4, 7, 6 }; in BOOST_AUTO_TEST_CASE() local
|
D | CreateWorkload.hpp | 337 TensorShape tensorShape; in CreateBatchNormalizationWorkloadTest() local 395 TensorShape tensorShape; in CreateBatchNormalizationWithBlobWorkloadTest() local
|
D | QuantizerTest.cpp | 1175 const TensorShape tensorShape{ 1U }; in BOOST_AUTO_TEST_CASE() local 1428 const TensorShape tensorShape{ 1, 4, 4, 1 }; in BOOST_AUTO_TEST_CASE() local 1496 const TensorShape tensorShape{ 1U }; in BOOST_AUTO_TEST_CASE() local 1616 const TensorShape tensorShape{ 1U }; in BOOST_AUTO_TEST_CASE() local 2119 const TensorShape tensorShape{ 1u }; in BOOST_AUTO_TEST_CASE() local
|
/external/android-nn-driver/ |
D | Utils.cpp | 106 TensorShape tensorShape(Dimensionality::NotSpecified); in GetTensorInfoForOperand() local 124 …TensorShape tensorShape(operand.dimensions.size(), operand.dimensions.data(), dimensionsSpecificit… in GetTensorInfoForOperand() local 175 TensorShape tensorShape(Dimensionality::NotSpecified); in GetTensorInfoForOperand() local 193 …TensorShape tensorShape(operand.dimensions.size(), operand.dimensions.data(), dimensionsSpecificit… in GetTensorInfoForOperand() local 274 TensorShape tensorShape(Dimensionality::NotSpecified); in GetTensorInfoForOperand() local 292 …TensorShape tensorShape(operand.dimensions.size(), operand.dimensions.data(), dimensionsSpecificit… in GetTensorInfoForOperand() local
|
D | Utils.hpp | 157 armnn::TensorShape tensorShape = info.GetShape(); in ComputeShape() local
|
/external/armnn/src/backends/reference/workloads/ |
D | BaseIterator.hpp | 137 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() 175 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() 213 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() 251 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() 291 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() 330 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() 367 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() 395 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() 432 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() 465 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() [all …]
|
D | RefNormalizationWorkload.cpp | 28 const TensorShape& tensorShape, in NormalizeWithinUingLbr() 94 const TensorShape& tensorShape, in NormalizeAcrossUingLbr()
|
/external/armnn/src/backends/aclCommon/test/ |
D | ArmComputeTensorUtilsTests.cpp | 17 const armnn::TensorShape tensorShape = { 1, 2, 3, 4 }; in BOOST_AUTO_TEST_CASE() local
|
D | MemCopyTestImpl.hpp | 29 const armnn::TensorShape tensorShape(4, shapeData.data()); in MemCopyTest() local
|
/external/armnn/src/armnn/layers/ |
D | PadLayer.cpp | 56 TensorShape tensorShape = TensorShape( rank, outputDimensionSizes.data()); in InferOutputShapes() local
|
D | ResizeLayer.cpp | 51 TensorShape tensorShape = m_Param.m_DataLayout == armnn::DataLayout::NHWC ? in InferOutputShapes() local
|
D | TransposeConvolution2dLayer.cpp | 99 TensorShape tensorShape = m_Param.m_DataLayout == armnn::DataLayout::NHWC ? in InferOutputShapes() local
|
D | Pooling2dLayer.cpp | 98 TensorShape tensorShape = m_Param.m_DataLayout == armnn::DataLayout::NHWC ? in InferOutputShapes() local
|
D | Convolution2dLayer.cpp | 111 TensorShape tensorShape = m_Param.m_DataLayout == armnn::DataLayout::NHWC ? in InferOutputShapes() local
|
/external/armnn/samples/ObjectDetection/src/ |
D | ArmnnNetworkExecutor.cpp | 66 const armnn::TensorShape& tensorShape = m_outputBindingInfo[it].second.GetShape(); in ArmnnNetworkExecutor() local
|
/external/armnn/delegate/src/test/ |
D | ElementwiseUnaryTestHelper.hpp | 24 std::vector<char> CreateElementwiseUnaryTfLiteModel(tflite::BuiltinOperator unaryOperatorCode, in CreateElementwiseUnaryTfLiteModel()
|
D | ActivationTestHelper.hpp | 22 std::vector<char> CreateActivationTfLiteModel(tflite::BuiltinOperator activationOperatorCode, in CreateActivationTfLiteModel()
|
D | SoftmaxTestHelper.hpp | 22 std::vector<char> CreateSoftmaxTfLiteModel(tflite::BuiltinOperator softmaxOperatorCode, in CreateSoftmaxTfLiteModel()
|
/external/armnn/src/armnnUtils/ |
D | TensorUtils.cpp | 85 TensorShape ExpandDims(const TensorShape& tensorShape, int axis) in ExpandDims()
|
/external/armnn/src/backends/aclCommon/ |
D | ArmComputeTensorUtils.cpp | 94 arm_compute::TensorShape BuildArmComputeTensorShape(const armnn::TensorShape& tensorShape) in BuildArmComputeTensorShape()
|
/external/armnn/src/armnnTfLiteParser/test/ |
D | Unsupported.cpp | 175 static std::string GetTensorShapeAsString(const TensorShape& tensorShape) in GetTensorShapeAsString()
|
/external/armnn/src/armnnTfParser/test/ |
D | Convolution2d.cpp | 373 armnn::TensorShape tensorShape = { 1, 3, 3, 1 }; in BOOST_AUTO_TEST_CASE() local
|
/external/armnn/delegate/src/ |
D | DelegateUtils.hpp | 393 armnn::TensorShape tensorShape(armnn::Dimensionality::NotSpecified); local
|
/external/armnn/src/backends/backendsCommon/test/layerTests/ |
D | BatchNormalizationTestImpl.cpp | 624 constexpr unsigned int tensorShape[] = {channels}; in CompareBatchNormTest() local
|