Searched defs:IsRelu (Results 1 – 2 of 2) sorted by relevance
478 bool IsRelu(const NodeDef& node) { return node.op() == "Relu"; } in IsRelu() function
692 bool TFGraphDialect::IsRelu(TFOp op) const { in IsRelu() function in mlir::tfg::TFGraphDialect