Home
last modified time | relevance | path

Searched defs:tensorShape (Results 26 – 44 of 44) sorted by relevance

12

/aosp_15_r20/external/armnn/include/armnnTestUtils/
H A DMemCopyTestImpl.hpp24 const armnn::TensorShape tensorShape(4, shapeData.data()); in MemCopyTest() local
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DTransposeConvolution2dLayer.cpp83 TensorShape tensorShape = m_Param.m_DataLayout == armnn::DataLayout::NHWC ? in InferOutputShapes() local
H A DPooling2dLayer.cpp98 TensorShape tensorShape = m_Param.m_DataLayout == armnn::DataLayout::NHWC ? in InferOutputShapes() local
H A DPooling3dLayer.cpp102 TensorShape tensorShape = m_Param.m_DataLayout == armnn::DataLayout::NDHWC ? in InferOutputShapes() local
H A DConvolution2dLayer.cpp95 TensorShape tensorShape = m_Param.m_DataLayout == armnn::DataLayout::NHWC ? in InferOutputShapes() local
H A DConvolution3dLayer.cpp100 TensorShape tensorShape = m_Param.m_DataLayout == armnn::DataLayout::NDHWC ? in InferOutputShapes() local
/aosp_15_r20/external/armnn/delegate/test/
H A DRoundTestHelper.hpp23 std::vector<char> CreateRoundTfLiteModel(tflite::BuiltinOperator roundOperatorCode, in CreateRoundTfLiteModel()
H A DCastTestHelper.hpp23 std::vector<char> CreateCastTfLiteModel(tflite::TensorType inputTensorType, in CreateCastTfLiteModel()
H A DSoftmaxTestHelper.hpp24 std::vector<char> CreateSoftmaxTfLiteModel(tflite::BuiltinOperator softmaxOperatorCode, in CreateSoftmaxTfLiteModel()
H A DElementwiseUnaryTestHelper.hpp24 std::vector<char> CreateElementwiseUnaryTfLiteModel(tflite::BuiltinOperator unaryOperatorCode, in CreateElementwiseUnaryTfLiteModel()
/aosp_15_r20/external/armnn/samples/common/include/ArmnnUtils/
H A DArmnnNetworkExecutor.hpp142 const armnn::TensorShape& tensorShape = m_outputBindingInfo[it].second.GetShape(); in ArmnnNetworkExecutor() local
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/test/
H A DUnsupported.cpp181 static std::string GetTensorShapeAsString(const TensorShape& tensorShape) in GetTensorShapeAsString()
/aosp_15_r20/external/armnn/delegate/classic/src/
H A DClassicDelegateUtils.hpp385 armnn::TensorShape tensorShape(armnn::Dimensionality::NotSpecified); in GetTensorInfoForTfLiteTensor() local
/aosp_15_r20/external/armnn/delegate/opaque/src/
H A DOpaqueDelegateUtils.hpp461 armnn::TensorShape tensorShape(armnn::Dimensionality::NotSpecified); in GetTensorInfoForTfLiteOpaqueTensor() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DBatchNormalizationTestImpl.cpp630 constexpr unsigned int tensorShape[] = {channels}; in CompareBatchNormTest() local
/aosp_15_r20/external/pytorch/android/pytorch_android/src/main/cpp/
H A Dpytorch_jni_common.cpp230 const auto& tensorShape = tensor.sizes(); in newJTensorFromAtTensor() local
/aosp_15_r20/external/armnn/src/armnnTestUtils/
H A DCreateWorkload.hpp372 TensorShape tensorShape; in CreateBatchNormalizationWorkloadTest() local
430 TensorShape tensorShape; in CreateBatchNormalizationWithBlobWorkloadTest() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupGloo.cpp1094 const c10::IntArrayRef tensorShape = tensor.sizes(); in allreduceCoalesced() local
1366 auto tensorShape = std::vector<int64_t>({(int64_t)nnz}); in allgather_values() local
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.cpp467 TensorShape tensorShape; in ToTensorInfo() local

12