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