|
| AllReduceOpAdaptor (AllReduceOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| AllReduceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| AllReduceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| AllReduceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
template<typename LateInst = AllReduceOp, typename = std::enable_if_t<std::is_same_v<LateInst, AllReduceOp>>> |
| AllReduceOpGenericAdaptor (RangeT values, LateInst op) |
|
| AllReduceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| AllReduceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| AllReduceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
template<typename LateInst = AllReduceOp, typename = std::enable_if_t<std::is_same_v<LateInst, AllReduceOp>>> |
| AllReduceOpGenericAdaptor (RangeT values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
RangeT | getODSOperands (unsigned index) |
|
ValueT | getInput () |
|
ValueT | getDevice () |
|
RangeT | getOperands () |
|
| AllReduceOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| AllReduceOpGenericAdaptorBase (AllReduceOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::IntegerAttr | getScatterDimAttr () |
|
int32_t | getScatterDim () |
|
::mlir::IntegerAttr | getScatterNumAttr () |
|
int32_t | getScatterNum () |
|
::mlir::tt::ReduceTypeAttr | getMathOpAttr () |
|
::mlir::tt::ReduceType | getMathOp () |
|
::mlir::IntegerAttr | getNumLinksAttr () |
|
int32_t | getNumLinks () |
|