|
MLIR 23.0.0git
|
Public Member Functions | |
| ConvInferShapeAdaptor (Conv2DOp::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 3514 of file TosaOps.cpp.
|
inlineexplicit |
Definition at line 3517 of file TosaOps.cpp.
|
inline |
Definition at line 3550 of file TosaOps.cpp.
|
inline |
Definition at line 3551 of file TosaOps.cpp.
|
inline |
Definition at line 3553 of file TosaOps.cpp.
References success().
|
inline |
Definition at line 3520 of file TosaOps.cpp.
References mlir::ShapeAdaptor::getDimSize(), and mlir::ShapeAdaptor::hasRank().
|
inline |
Definition at line 3535 of file TosaOps.cpp.
References mlir::ShapeAdaptor::getDimSize(), and mlir::ShapeAdaptor::hasRank().