Home
last modified time | relevance | path

Searched defs:IsAtan2 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc110 bool IsAtan2(const NodeDef& node) { return node.op() == "Atan2"; } in IsAtan2() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc138 bool TFGraphDialect::IsAtan2(TFOp op) const { in IsAtan2() function in mlir::tfg::TFGraphDialect