Home
last modified time | relevance | path

Searched refs:getDebugInterfacePrefix (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DSparseTensorIterator.cpp341 std::string getDebugInterfacePrefix() const override { in getDebugInterfacePrefix() function in __anon52819bea0311::TrivialIterator
443 std::string getDebugInterfacePrefix() const override { in getDebugInterfacePrefix() function in __anon52819bea0311::DedupIterator
578 std::string getDebugInterfacePrefix() const override { in getDebugInterfacePrefix() function in __anon52819bea0311::FilterIterator
579 return std::string("filter<") + wrap->getDebugInterfacePrefix() + ">"; in getDebugInterfacePrefix()
635 std::string getDebugInterfacePrefix() const override { in getDebugInterfacePrefix() function in __anon52819bea0311::PadIterator
636 return std::string("pad<") + wrap->getDebugInterfacePrefix() + ">"; in getDebugInterfacePrefix()
722 std::string getDebugInterfacePrefix() const override { in getDebugInterfacePrefix() function in __anon52819bea0311::NonEmptySubSectIterator
723 return std::string("ne_sub<") + delegate->getDebugInterfacePrefix() + ">"; in getDebugInterfacePrefix()
885 std::string getDebugInterfacePrefix() const override { in getDebugInterfacePrefix() function in __anon52819bea0311::SubSectIterator
886 return std::string("subsect<") + wrap->getDebugInterfacePrefix() + ">"; in getDebugInterfacePrefix()
[all …]
H A DSparseTensorIterator.h184 virtual std::string getDebugInterfacePrefix() const = 0;