Home
last modified time | relevance | path

Searched defs:PartitionKey (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dstats_accumulator_ops.cc41 struct PartitionKey { struct
42 PartitionKey() : partition_id(-1), feature_id(-1), dimension(-1) {} in PartitionKey() function
44 PartitionKey(int32 p, int64 f, int32 d) in PartitionKey() argument
47 bool operator==(const PartitionKey& other) const { in operator ==()
53 struct Less {
70 int32 partition_id;
73 int64 feature_id;
76 int32 dimension;