Home
last modified time | relevance | path

Searched defs:inShape (Results 1 – 8 of 8) sorted by relevance

/external/armnn/src/backends/tosaReference/test/
DTosaRefLayerSupportTests.cpp239 TensorShape inShape = {1,1,3,4}; variable
265 TensorShape inShape = {1,1,3,4}; variable
292 TensorShape inShape = {1,1,3,4}; variable
312 TensorShape inShape = {1,1,3,4}; variable
335 TensorShape inShape = {3,4}; variable
357 TensorShape inShape = {3,4}; variable
419 TensorShape inShape = {3,2,3}; variable
442 TensorShape inShape = {3,2,3}; variable
554 TensorShape inShape = { 1, 1, 5, 3 }; variable
575 TensorShape inShape = { 1, 1, 5, 3 }; variable
/external/armnn/src/backends/reference/workloads/
DElementwiseFunction.cpp34 ElementwiseUnaryFunction<Functor>::ElementwiseUnaryFunction(const TensorShape& inShape, in ElementwiseUnaryFunction()
54 LogicalUnaryFunction<Functor>::LogicalUnaryFunction(const TensorShape& inShape, in LogicalUnaryFunction()
DRefLogicalUnaryWorkload.cpp43 const TensorShape& inShape = inputInfo.GetShape(); in Execute() local
DBroadcast.cpp33 BroadcastLoop::BroadcastLoop(const TensorShape& inShape, const TensorShape& outShape) in BroadcastLoop()
DRefElementwiseUnaryWorkload.cpp53 const TensorShape& inShape = inputInfo.GetShape(); in Execute() local
/external/armnn/src/armnn/layers/
DPermuteLayer.cpp41 const TensorShape& inShape = inputShapes[0]; in InferOutputShapes() local
DTransposeLayer.cpp41 const TensorShape& inShape = inputShapes[0]; in InferOutputShapes() local
/external/armnn/src/armnnOnnxParser/
DOnnxParser.cpp404 const TensorShape& inShape, in ComputeReshapeInfo()