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