Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Ddropout_utils_test.cc65 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, config, trees_not_to_drop, in TEST_F()
79 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, config, trees_not_to_drop, in TEST_F()
101 TF_EXPECT_OK(DropoutUtils::DropOutTrees(seed, config, trees_not_to_drop, in TEST_F()
132 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, config, trees_not_to_drop, in TEST_F()
153 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, config, trees_not_to_drop, in TEST_F()
171 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, config, trees_not_to_drop, in TEST_F()
201 TF_EXPECT_OK(DropoutUtils::DropOutTrees( in TEST_F()
204 TF_EXPECT_OK(DropoutUtils::DropOutTrees( in TEST_F()
225 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, config, trees_not_to_drop, in TEST_F()
228 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, config, trees_not_to_drop, in TEST_F()
[all …]
Ddropout_utils.h42 static tensorflow::Status DropOutTrees(
Ddropout_utils.cc35 Status DropoutUtils::DropOutTrees( in DropOutTrees() function in tensorflow::boosted_trees::utils::DropoutUtils
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dprediction_ops.cc258 OP_REQUIRES_OK(context, DropoutUtils::DropOutTrees( in DoCompute()
Dtraining_ops.cc587 const auto dropout_status = DropoutUtils::DropOutTrees( in UpdateTreeWeightsIfDropout()