Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h | ||
---|---|---|
233 | I think the /// comment technically needs to be "per" method, not for a group, so /// Gets the id of the output tensor. /// Gets the id of the synthetic tensor (used for all invariant tensor expressions). |
I think the /// comment technically needs to be "per" method, not for a group, so
/// Gets the id of the output tensor.
unsigned getOutTensorID() const { return outTensor; }
/// Gets the id of the synthetic tensor (used for all invariant tensor expressions).
unsigned getSynTensorID() const { return syntheticTensor; }