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