Home
last modified time | relevance | path

Searched refs:StatsPartitionKey (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc1392 struct StatsPartitionKey { struct
1393 StatsPartitionKey(const int32 node_id, const int32 feature_dim, in StatsPartitionKey() function
1397 bool operator==(const StatsPartitionKey& other) const { in operator ==() argument
1404 bool operator()(const StatsPartitionKey& a, in operator ()()
1405 const StatsPartitionKey& b) const { in operator ()()
1428 typedef std::map<StatsPartitionKey, std::vector<float>, StatsPartitionKey::Less>
1473 const auto key = StatsPartitionKey(node_id, feature_dim, bucket_id); in AddInstanceStatsToMap()