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