Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dgrow_stats.h205 virtual void ClassificationAddRightExample(int split, int64 int_label, in ClassificationAddRightExample() function
497 void ClassificationAddRightExample(int split, int64 int_label, in ClassificationAddRightExample() function
Dgrow_stats.cc199 ClassificationAddRightExample(i, int_label, weight); in AddExample()