Home
last modified time | relevance | path

Searched defs:PassRegistration (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/
Dmlir_graph_optimization_pass.h76 struct PassRegistration { struct
82 bool operator()(const PassRegistration& x, in operator() argument
170 struct PassRegistration { struct
176 bool operator()(const PassRegistration& x, in operator() argument
/external/llvm-project/mlir/include/mlir/Pass/
DPassRegistry.h141 template <typename ConcretePass> struct PassRegistration { struct
142 PassRegistration(StringRef arg, StringRef description, in PassRegistration() argument
147 PassRegistration(StringRef arg, StringRef description) in PassRegistration() argument