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