Home
last modified time | relevance | path

Searched defs:shapeInferenceMethod (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/
H A DLayer.cpp424 const ShapeInferenceMethod shapeInferenceMethod, in ValidateAndCopyShape()
491 …VerifyShapeInferenceType(const TensorShape& outputShape, ShapeInferenceMethod shapeInferenceMethod) in VerifyShapeInferenceType()
H A DLayer.hpp344 void SetShapeInferenceMethod(ShapeInferenceMethod shapeInferenceMethod) in SetShapeInferenceMethod()
H A DGraph.hpp98 Graph(bool shapeInferenceMethod = false, bool allowExpandedDims = false) in Graph()
H A DNetwork.cpp70 ShapeInferenceMethod shapeInferenceMethod, in OptimizerOptionsOpaque()
2016 bool shapeInferenceMethod = false; in GetShapeInferenceMethod() local