Searched defs:IsMul (Results 1 – 2 of 2) sorted by relevance
394 bool IsMul(const NodeDef& node) { return node.op() == "Mul"; } in IsMul() function
558 bool TFGraphDialect::IsMul(TFOp op) const { in IsMul() function in mlir::tfg::TFGraphDialect