Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc98 bool IsArgMin(const NodeDef& node) { return node.op() == "ArgMin"; } in IsArgMin() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc113 bool TFGraphDialect::IsArgMin(TFOp op) const { in IsArgMin() function in mlir::tfg::TFGraphDialect