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