MLIR
20.0.0git
|
Closure object for operator<
on Element
with a given rank.
More...
#include "mlir/ExecutionEngine/SparseTensor/COO.h"
Public Member Functions | |
ElementLT (uint64_t rank) | |
bool | operator() (const Element< V > &e1, const Element< V > &e2) const |
Public Attributes | |
const uint64_t | rank |
Closure object for operator<
on Element
with a given rank.
|
inline |
|
inline |
Definition at line 50 of file COO.h.
References mlir::sparse_tensor::Element< V >::coords, and mlir::sparse_tensor::ElementLT< V >::rank.
const uint64_t mlir::sparse_tensor::ElementLT< V >::rank |
Definition at line 58 of file COO.h.
Referenced by mlir::sparse_tensor::ElementLT< V >::operator()().