Home
last modified time | relevance | path

Searched defs:expectedShape (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/test/
H A DInferOutputTests.hpp122 armnn::TensorShape expectedShape(4, expectedDimSizes.data()); in BatchToSpaceInferOutputShapeTest() local
144 armnn::TensorShape expectedShape(4, expectedDimSizes.data()); in SpaceToDepthInferOutputShapeTest() local
/aosp_15_r20/external/armnn/include/armnnTestUtils/
H A DTensorHelpers.hpp76 const armnn::TensorShape& expectedShape, in CompareTensors()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DLstmTestImpl.cpp34 armnn::TensorShape& expectedShape) in LstmUtilsVectorBatchVectorAddTestImpl()
61 armnn::TensorShape& expectedShape) in LstmUtilsZeroVectorTestImpl()
90 armnn::TensorShape& expectedShape) in LstmUtilsMeanStddevNormalizationTestImpl()
118 armnn::TensorShape& expectedShape) in LstmUtilsVectorBatchVectorCwiseProductTestImpl()
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
H A DTensorTest.java82 int[] expectedShape = {2, 8, 8, 3}; in testBasic() local
/aosp_15_r20/external/pytorch/android/pytorch_android/src/androidTest/java/org/pytorch/
H A DPytorchTestBase.java674 final long[] expectedShape, in assertIValueTensor()