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