Searched defs:IsCast (Results 1 – 6 of 6) sorted by relevance
38 enum LocationCallFlags { NoFlags, ReturnsPointer, IsCast }; enumerator
126 bool IsCast(const NodeDef& node) { return node.op() == "Cast"; } in IsCast() function
173 bool TFGraphDialect::IsCast(TFOp op) const { in IsCast() function in mlir::tfg::TFGraphDialect