Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Ddropout_utils_test.cc329 std::vector<float> current_weights = weights; in TEST_F() local
342 std::vector<float> current_weights = weights; in TEST_F() local
374 std::vector<float> current_weights = weights; in TEST_F() local
387 std::vector<float> current_weights = weights; in TEST_F() local
418 std::vector<float> current_weights = weights; in TEST_F() local
435 std::vector<float> current_weights = weights; in TEST_F() local
Ddropout_utils.cc112 std::vector<float>* current_weights, std::vector<int32>* num_updates) { in GetTreesWeightsForAddingTrees()