Home
last modified time | relevance | path

Searched defs:inputYShape (Results 1 – 6 of 6) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/
DSubtractionEndToEndTestImpl.hpp19 const armnn::TensorShape& inputYShape, in CreateSubtractionNetwork()
53 const TensorShape& inputYShape = { 2, 2 }; in SubtractionEndToEnd() local
78 const TensorShape& inputYShape = { 2, 2 }; in SubtractionEndToEndFloat16() local
DAdditionEndToEndTestImpl.hpp19 const armnn::TensorShape& inputYShape, in CreateAdditionNetwork()
53 const TensorShape& inputYShape = { 2, 2, 2 }; in AdditionEndToEnd() local
90 const TensorShape& inputYShape = { 2, 2 }; in AdditionEndToEndFloat16() local
DMultiplicationEndToEndTestImpl.hpp19 const armnn::TensorShape& inputYShape, in CreateMultiplicationNetwork()
53 const TensorShape& inputYShape = { 2, 2 }; in MultiplicationEndToEnd() local
78 const TensorShape& inputYShape = { 2, 2 }; in MultiplicationEndToEndFloat16() local
DBatchMatMulEndToEndTestImpl.hpp19 const armnn::TensorShape& inputYShape, in CreateBatchMatMulNetwork()
55 const TensorShape& inputYShape = { 2, 2, 2 }; in BatchMatMulEndToEnd() local
/external/armnn/src/armnn/layers/
DBatchMatMulLayer.cpp38 TensorShape inputYShape = inputShapes[1]; in InferOutputShapes() local
/external/armnn/src/armnn/
DDescriptors.cpp470 const TensorShape& inputYShape) in GetAxesNotMul()