|
| ScatterOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| ScatterOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| ScatterOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
template<typename LateInst = ScatterOp, typename = std::enable_if_t<std::is_same_v<LateInst, ScatterOp>>> |
| ScatterOpGenericAdaptor (RangeT values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
RangeT | getODSOperands (unsigned index) |
|
ValueT | getInput () |
|
ValueT | getScatterIndices () |
|
ValueT | getUpdate () |
|
ValueT | getOutput () |
|
RangeT | getOperands () |
|
| ScatterOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| ScatterOpGenericAdaptorBase (ScatterOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::DenseI32ArrayAttr | getUpdateWindowDimsAttr () |
|
::llvm::ArrayRef< int32_t > | getUpdateWindowDims () |
|
::mlir::DenseI32ArrayAttr | getInsertedWindowDimsAttr () |
|
::llvm::ArrayRef< int32_t > | getInsertedWindowDims () |
|
::mlir::DenseI32ArrayAttr | getInputBatchingDimsAttr () |
|
::llvm::ArrayRef< int32_t > | getInputBatchingDims () |
|
::mlir::DenseI32ArrayAttr | getScatterIndicesBatchingDimsAttr () |
|
::llvm::ArrayRef< int32_t > | getScatterIndicesBatchingDims () |
|
::mlir::DenseI32ArrayAttr | getScatterDimsToOperandDimsAttr () |
|
::llvm::ArrayRef< int32_t > | getScatterDimsToOperandDims () |
|
::mlir::IntegerAttr | getIndexVectorDimAttr () |
|
uint32_t | getIndexVectorDim () |
|
::mlir::BoolAttr | getIndicesAreSortedAttr () |
|
bool | getIndicesAreSorted () |
|
::mlir::BoolAttr | getUniqueIndicesAttr () |
|
bool | getUniqueIndices () |
|
::mlir::Region & | getUpdateComputation () |
|
::mlir::RegionRange | getRegions () |
|