File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tensorflow_data_validation/anomalies Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ std::vector<Description> UpdateNaturalLanguageDomain(
179
179
180
180
VerifyCoverageConstraints (nl_stats, nl_domain, &result);
181
181
182
- std::map<absl::variant<std::string, int >,
182
+ std::map<absl::variant<std::string, int64 >,
183
183
const NaturalLanguageStatistics::TokenStatistics&>
184
184
token_stats_map;
185
185
@@ -195,7 +195,7 @@ std::vector<Description> UpdateNaturalLanguageDomain(
195
195
}
196
196
197
197
for (auto & constraint : *nl_domain->mutable_token_constraints ()) {
198
- absl::variant<string, int > constraint_name;
198
+ absl::variant<string, int64 > constraint_name;
199
199
std::string token_string;
200
200
if (constraint.has_int_value ()) {
201
201
constraint_name = constraint.int_value ();
You can’t perform that action at this time.
0 commit comments