Home
last modified time | relevance | path

Searched defs:IsSquare (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dec_group.cc243 bool ECGroup::IsSquare(const BigNum& q) const { in IsSquare() function in private_join_and_compute::ECGroup
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc547 bool IsSquare(const NodeDef& node) { return node.op() == "Square"; } in IsSquare() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc843 bool TFGraphDialect::IsSquare(TFOp op) const { in IsSquare() function in mlir::tfg::TFGraphDialect