/external/armnn/src/backends/cl/test/ |
D | ClImportTensorHandleFactoryTests.cpp | 65 TensorShape subTensorShape{ 16, 16, 1, 1 }; variable 68 auto subTensor = factory.CreateSubTensorHandle(*tensorHandle, subTensorShape, origin); 70 ARMNN_ASSERT(subTensor->GetShape() == subTensorShape); 84 TensorShape subTensorShape{ 16, 16, 1, 1 }; variable 88 auto subTensor = factory.CreateSubTensorHandle(*tensorHandle, subTensorShape, origin); 103 TensorShape subTensorShape{ 16, 16, 2, 2 }; variable 106 auto subTensor = factory.CreateSubTensorHandle(*tensorHandle, subTensorShape, origin); 121 TensorShape subTensorShape{ 224, 224, 1, 1 }; variable 124 auto subTensor = factory.CreateSubTensorHandle(*tensorHandle, subTensorShape, origin);
|
/external/armnn/src/backends/cl/ |
D | ClTensorHandleFactory.cpp | 22 … const TensorShape& subTensorShape, in CreateSubTensorHandle() argument 26 …arm_compute::TensorShape shape = armcomputetensorutils::BuildArmComputeTensorShape(subTensorShape); in CreateSubTensorHandle() 28 coords.set_num_dimensions(subTensorShape.GetNumDimensions()); in CreateSubTensorHandle() 29 for (unsigned int i = 0; i < subTensorShape.GetNumDimensions(); ++i) in CreateSubTensorHandle() 32 unsigned int revertedIndex = subTensorShape.GetNumDimensions() - i - 1; in CreateSubTensorHandle()
|
D | ClImportTensorHandleFactory.cpp | 21 …ITensorHandle& parent, const TensorShape& subTensorShape, const unsigned int* subTensorOrigin) con… in CreateSubTensorHandle() argument 24 …arm_compute::TensorShape shape = armcomputetensorutils::BuildArmComputeTensorShape(subTensorShape); in CreateSubTensorHandle() 26 coords.set_num_dimensions(subTensorShape.GetNumDimensions()); in CreateSubTensorHandle() 27 for (unsigned int i = 0; i < subTensorShape.GetNumDimensions(); ++i) in CreateSubTensorHandle() 30 unsigned int revertedIndex = subTensorShape.GetNumDimensions() - i - 1; in CreateSubTensorHandle()
|
D | ClTensorHandleFactory.hpp | 30 const TensorShape& subTensorShape,
|
D | ClImportTensorHandleFactory.hpp | 40 const TensorShape& subTensorShape,
|
D | ClWorkloadFactory.cpp | 223 … TensorShape const& subTensorShape, in CreateSubTensorHandle() argument 227 …arm_compute::TensorShape shape = armcomputetensorutils::BuildArmComputeTensorShape(subTensorShape); in CreateSubTensorHandle() 229 coords.set_num_dimensions(subTensorShape.GetNumDimensions()); in CreateSubTensorHandle() 230 for (unsigned int i = 0; i < subTensorShape.GetNumDimensions(); i++) in CreateSubTensorHandle() 233 unsigned int revertedIndex = subTensorShape.GetNumDimensions() - i - 1; in CreateSubTensorHandle()
|
D | ClWorkloadFactory.hpp | 46 TensorShape const& subTensorShape,
|
/external/armnn/src/backends/neon/ |
D | NeonTensorHandleFactory.cpp | 21 … const TensorShape& subTensorShape, in CreateSubTensorHandle() argument 25 …arm_compute::TensorShape shape = armcomputetensorutils::BuildArmComputeTensorShape(subTensorShape); in CreateSubTensorHandle() 28 coords.set_num_dimensions(subTensorShape.GetNumDimensions()); in CreateSubTensorHandle() 29 for (unsigned int i = 0; i < subTensorShape.GetNumDimensions(); ++i) in CreateSubTensorHandle() 32 unsigned int revertedIndex = subTensorShape.GetNumDimensions() - i - 1; in CreateSubTensorHandle()
|
D | NeonTensorHandleFactory.hpp | 44 const TensorShape& subTensorShape,
|
D | NeonWorkloadFactory.cpp | 87 TensorShape const& subTensorShape, in CreateSubTensorHandle() argument 90 …arm_compute::TensorShape shape = armcomputetensorutils::BuildArmComputeTensorShape(subTensorShape); in CreateSubTensorHandle() 93 coords.set_num_dimensions(subTensorShape.GetNumDimensions()); in CreateSubTensorHandle() 94 for (unsigned int i = 0; i < subTensorShape.GetNumDimensions(); i++) in CreateSubTensorHandle() 97 unsigned int revertedIndex = subTensorShape.GetNumDimensions() - i - 1; in CreateSubTensorHandle()
|
D | NeonWorkloadFactory.hpp | 43 TensorShape const& subTensorShape,
|
/external/armnn/src/backends/tosaReference/ |
D | TosaRefWorkloadFactory.hpp | 41 TensorShape const& subTensorShape, in CreateSubTensorHandle() argument 44 IgnoreUnused(parent, subTensorShape, subTensorOrigin); in CreateSubTensorHandle()
|
D | TosaRefTensorHandleFactory.cpp | 23 … const TensorShape& subTensorShape, in CreateSubTensorHandle() argument 27 IgnoreUnused(parent, subTensorShape, subTensorOrigin); in CreateSubTensorHandle()
|
D | TosaRefTensorHandleFactory.hpp | 28 TensorShape const& subTensorShape,
|
/external/armnn/src/backends/reference/ |
D | RefTensorHandleFactory.cpp | 23 … TensorShape const& subTensorShape, in CreateSubTensorHandle() argument 26 IgnoreUnused(parent, subTensorShape, subTensorOrigin); in CreateSubTensorHandle()
|
D | RefTensorHandleFactory.hpp | 28 TensorShape const& subTensorShape,
|
D | RefWorkloadFactory.hpp | 53 TensorShape const& subTensorShape, in CreateSubTensorHandle() argument 56 IgnoreUnused(parent, subTensorShape, subTensorOrigin); in CreateSubTensorHandle()
|
/external/armnn/src/dynamic/sample/ |
D | SampleDynamicWorkloadFactory.hpp | 35 armnn::TensorShape const& subTensorShape, in CreateSubTensorHandle() argument 38 IgnoreUnused(parent, subTensorShape, subTensorOrigin); in CreateSubTensorHandle()
|
D | SampleDynamicTensorHandleFactory.cpp | 24 armnn::TensorShape const& subTensorShape, in CreateSubTensorHandle() argument 27 IgnoreUnused(parent, subTensorShape, subTensorOrigin); in CreateSubTensorHandle()
|
D | SampleDynamicTensorHandleFactory.hpp | 28 … armnn::TensorShape const& subTensorShape,
|
/external/armnn/src/armnn/test/ |
D | TensorHandleStrategyTest.cpp | 45 TensorShape const& subTensorShape, in CreateSubTensorHandle() argument 48 IgnoreUnused(parent, subTensorShape, subTensorOrigin); in CreateSubTensorHandle() 86 TensorShape const& subTensorShape, in CreateSubTensorHandle() argument 89 IgnoreUnused(parent, subTensorShape, subTensorOrigin); in CreateSubTensorHandle()
|
/external/armnn/src/armnnTestUtils/ |
D | MockTensorHandleFactory.hpp | 30 TensorShape const& subTensorShape,
|
/external/armnn/include/armnn/backends/ |
D | ITensorHandleFactory.hpp | 56 TensorShape const& subTensorShape,
|
D | WorkloadFactory.hpp | 55 TensorShape const& subTensorShape,
|