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