Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dinput_target.h33 virtual float GetTargetWeight(int example_index) const = 0;
69 float GetTargetWeight(int example_index) const override { in GetTargetWeight() function
Dleaf_model_operators.cc63 float weight = target->GetTargetWeight(example); in UpdateModel()
96 const float weight = target->GetTargetWeight(example); in UpdateModel()
Dtest_utils.h38 float GetTargetWeight(int example_index) const override { in GetTargetWeight() function
Dgrow_stats.h126 weight_sum_ += target->GetTargetWeight(example); in AddExample()
Dgrow_stats.cc186 const float weight = target->GetTargetWeight(example); in AddExample()