Searched defs:IsSquare (Results 1 – 3 of 3) sorted by relevance
243 bool ECGroup::IsSquare(const BigNum& q) const { in IsSquare() function in private_join_and_compute::ECGroup
547 bool IsSquare(const NodeDef& node) { return node.op() == "Square"; } in IsSquare() function
843 bool TFGraphDialect::IsSquare(TFOp op) const { in IsSquare() function in mlir::tfg::TFGraphDialect