|
MLIR 23.0.0git
|
Public Member Functions | |
| ConvInferShapeAdaptor (Conv2DBlockScaledOp::Adaptor adaptor) | |
| void | inferInputShape (SmallVectorImpl< int64_t > &outputShape, SmallVectorImpl< int64_t > &inputSpatial) |
| void | inferWeightShape (SmallVectorImpl< int64_t > &outputShape, SmallVectorImpl< int64_t > &weightSpatial) |
| int64_t | getNumSpatialDims () const |
| int64_t | getOutputRank () const |
| LogicalResult | getSpatialParameters (SmallVector< int64_t > &padValues, SmallVector< int64_t > &strideValues, SmallVector< int64_t > &dilationValues) |
Additional Inherited Members | |
| Static Protected Member Functions inherited from ConvInferShapeAdaptorBase | |
| static void | updateIfDynamic (int64_t ¤t, int64_t candidate) |
Definition at line 3568 of file TosaOps.cpp.
|
inlineexplicit |
Definition at line 3571 of file TosaOps.cpp.
|
inline |
Definition at line 3626 of file TosaOps.cpp.
|
inline |
Definition at line 3627 of file TosaOps.cpp.
|
inline |
Definition at line 3629 of file TosaOps.cpp.
References mlir::tosa::getConstShapeValues(), and success().
|
inline |
Definition at line 3574 of file TosaOps.cpp.
References mlir::ShapeAdaptor::getDimSize(), mlir::ShapeAdaptor::hasRank(), and ConvInferShapeAdaptorBase::updateIfDynamic().
|
inline |
Definition at line 3600 of file TosaOps.cpp.
References mlir::ShapeAdaptor::getDimSize(), mlir::ShapeAdaptor::hasRank(), and ConvInferShapeAdaptorBase::updateIfDynamic().