Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc1433 struct InstanceFeatureDimKey { struct
1434 InstanceFeatureDimKey() : instance(-1), feature_dim(-1) {} in InstanceFeatureDimKey() function
1436 InstanceFeatureDimKey(const int32 instance, const int32 feature_dim) in InstanceFeatureDimKey() argument
1439 bool operator==(const InstanceFeatureDimKey& other) const { in operator ==()
1444 struct Less {
1458 int32 instance;
1460 int32 feature_dim;