Home
last modified time | relevance | path

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

/external/armnn/src/backends/backendsCommon/test/
DDequantizeEndToEndTestImpl.hpp33 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/
DShapeInferenceTests.cpp259 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
DCreateWorkload.hpp337 TensorShape tensorShape; in CreateBatchNormalizationWorkloadTest() local
395 TensorShape tensorShape; in CreateBatchNormalizationWithBlobWorkloadTest() local
DQuantizerTest.cpp1175 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/
DUtils.cpp106 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
DUtils.hpp157 armnn::TensorShape tensorShape = info.GetShape(); in ComputeShape() local
/external/armnn/src/backends/reference/workloads/
DBaseIterator.hpp137 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 …]
DRefNormalizationWorkload.cpp28 const TensorShape& tensorShape, in NormalizeWithinUingLbr()
94 const TensorShape& tensorShape, in NormalizeAcrossUingLbr()
/external/armnn/src/backends/aclCommon/test/
DArmComputeTensorUtilsTests.cpp17 const armnn::TensorShape tensorShape = { 1, 2, 3, 4 }; in BOOST_AUTO_TEST_CASE() local
DMemCopyTestImpl.hpp29 const armnn::TensorShape tensorShape(4, shapeData.data()); in MemCopyTest() local
/external/armnn/src/armnn/layers/
DPadLayer.cpp56 TensorShape tensorShape = TensorShape( rank, outputDimensionSizes.data()); in InferOutputShapes() local
DResizeLayer.cpp51 TensorShape tensorShape = m_Param.m_DataLayout == armnn::DataLayout::NHWC ? in InferOutputShapes() local
DTransposeConvolution2dLayer.cpp99 TensorShape tensorShape = m_Param.m_DataLayout == armnn::DataLayout::NHWC ? in InferOutputShapes() local
DPooling2dLayer.cpp98 TensorShape tensorShape = m_Param.m_DataLayout == armnn::DataLayout::NHWC ? in InferOutputShapes() local
DConvolution2dLayer.cpp111 TensorShape tensorShape = m_Param.m_DataLayout == armnn::DataLayout::NHWC ? in InferOutputShapes() local
/external/armnn/samples/ObjectDetection/src/
DArmnnNetworkExecutor.cpp66 const armnn::TensorShape& tensorShape = m_outputBindingInfo[it].second.GetShape(); in ArmnnNetworkExecutor() local
/external/armnn/delegate/src/test/
DElementwiseUnaryTestHelper.hpp24 std::vector<char> CreateElementwiseUnaryTfLiteModel(tflite::BuiltinOperator unaryOperatorCode, in CreateElementwiseUnaryTfLiteModel()
DActivationTestHelper.hpp22 std::vector<char> CreateActivationTfLiteModel(tflite::BuiltinOperator activationOperatorCode, in CreateActivationTfLiteModel()
DSoftmaxTestHelper.hpp22 std::vector<char> CreateSoftmaxTfLiteModel(tflite::BuiltinOperator softmaxOperatorCode, in CreateSoftmaxTfLiteModel()
/external/armnn/src/armnnUtils/
DTensorUtils.cpp85 TensorShape ExpandDims(const TensorShape& tensorShape, int axis) in ExpandDims()
/external/armnn/src/backends/aclCommon/
DArmComputeTensorUtils.cpp94 arm_compute::TensorShape BuildArmComputeTensorShape(const armnn::TensorShape& tensorShape) in BuildArmComputeTensorShape()
/external/armnn/src/armnnTfLiteParser/test/
DUnsupported.cpp175 static std::string GetTensorShapeAsString(const TensorShape& tensorShape) in GetTensorShapeAsString()
/external/armnn/src/armnnTfParser/test/
DConvolution2d.cpp373 armnn::TensorShape tensorShape = { 1, 3, 3, 1 }; in BOOST_AUTO_TEST_CASE() local
/external/armnn/delegate/src/
DDelegateUtils.hpp393 armnn::TensorShape tensorShape(armnn::Dimensionality::NotSpecified); local
/external/armnn/src/backends/backendsCommon/test/layerTests/
DBatchNormalizationTestImpl.cpp624 constexpr unsigned int tensorShape[] = {channels}; in CompareBatchNormTest() local