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