Home
last modified time | relevance | path

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

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