Home
last modified time | relevance | path

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

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