| 171 | type_string() == "KvResourceSparseApplyAdamAsyncWithCounts"; |
| 172 | } |
| 173 | bool IsApplyFtrlOps() const { |
| 174 | return type_string() == "ApplyFtrl" || |
| 175 | type_string() == "ResourceApplyFtrl" || |
| 176 | type_string() == "ApplyFtrlV2" || |
| 177 | type_string() == "ResourceApplyFtrlV2"; |
| 178 | } |
| 179 | bool IsSparseApplyFtrlOps() const { |
| 180 | return type_string() == "SparseApplyFtrl" || |
| 181 | type_string() == "GroupSparseApplyFtrl" || |
no outgoing calls
no test coverage detected