File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,10 +289,10 @@ MLIR_CAPI_EXPORTED int64_t mlirShapedTypeGetRank(MlirType type);
289289/// Checks whether the given shaped type has a static shape.
290290MLIR_CAPI_EXPORTED bool mlirShapedTypeHasStaticShape (MlirType type );
291291
292- /// Checks wither the dim-th dimension of the given shaped type is dynamic.
292+ /// Checks whether the dim-th dimension of the given shaped type is dynamic.
293293MLIR_CAPI_EXPORTED bool mlirShapedTypeIsDynamicDim (MlirType type , intptr_t dim );
294294
295- /// Checks wither the dim-th dimension of the given shaped type is static.
295+ /// Checks whether the dim-th dimension of the given shaped type is static.
296296MLIR_CAPI_EXPORTED bool mlirShapedTypeIsStaticDim (MlirType type , intptr_t dim );
297297
298298/// Returns the dim-th dimension of the given ranked shaped type.
You can’t perform that action at this time.
0 commit comments