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