Internal change
PiperOrigin-RevId: 521279971
This commit is contained in:
parent
50a49fd16c
commit
1fa9b2c985
|
@ -111,7 +111,7 @@ class ClassificationAggregationCalculator : public Node {
|
||||||
private:
|
private:
|
||||||
std::vector<std::string> head_names_;
|
std::vector<std::string> head_names_;
|
||||||
bool time_aggregation_enabled_;
|
bool time_aggregation_enabled_;
|
||||||
std::unordered_map<int64, std::vector<ClassificationList>>
|
std::unordered_map<int64_t, std::vector<ClassificationList>>
|
||||||
cached_classifications_;
|
cached_classifications_;
|
||||||
|
|
||||||
ClassificationResult ConvertToClassificationResult(CalculatorContext* cc);
|
ClassificationResult ConvertToClassificationResult(CalculatorContext* cc);
|
||||||
|
|
|
@ -83,7 +83,7 @@ class EmbeddingAggregationCalculator : public Node {
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool time_aggregation_enabled_;
|
bool time_aggregation_enabled_;
|
||||||
std::unordered_map<int64, EmbeddingResult> cached_embeddings_;
|
std::unordered_map<int64_t, EmbeddingResult> cached_embeddings_;
|
||||||
};
|
};
|
||||||
|
|
||||||
absl::Status EmbeddingAggregationCalculator::UpdateContract(
|
absl::Status EmbeddingAggregationCalculator::UpdateContract(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user