MLIR
22.0.0git
|
#include "mlir/Dialect/Shard/Interfaces/ShardingInterfaceImpl.h"
Public Member Functions | |
SmallVector< utils::IteratorType > | getLoopIteratorTypes (Operation *operation) const |
SmallVector< AffineMap > | getIndexingMaps (Operation *op) const |
LogicalResult | partition (Operation *op, ArrayRef< Value > partitionedOperands, ArrayRef< Sharding > operandShardings, ArrayRef< Sharding > resultShardings, IRMapping &partitionMap, SymbolTableCollection &symbolTable, OpBuilder &builder) const |
Definition at line 55 of file ShardingInterfaceImpl.h.
|
inline |
Definition at line 70 of file ShardingInterfaceImpl.h.
|
inline |
Definition at line 59 of file ShardingInterfaceImpl.h.
References mlir::Operation::getOperandTypes(), and mlir::Operation::getResultTypes().
|
inline |
Definition at line 75 of file ShardingInterfaceImpl.h.
References mlir::shard::partitionTriviallyShardableOperation().