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