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