HomeSort by relevance Sort by last modified time
    Searched defs:tree1 (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/models/
multiple_additive_trees_test.cc 74 auto* tree1 = tree_ensemble_config.add_trees(); local
75 auto* bias_leaf = tree1->add_nodes()->mutable_leaf()->mutable_sparse_vector();
166 auto* tree1 = tree_ensemble_config.add_trees(); local
167 auto* bias_leaf = tree1->add_nodes()->mutable_leaf()->mutable_sparse_vector();
251 auto* tree1 = tree_ensemble_config.add_trees(); local
252 auto* bias_leaf = tree1->add_nodes()->mutable_leaf()->mutable_vector();
286 EXPECT_FLOAT_EQ(-0.2f, output_matrix(0, 0)); // -0.4 (tree1) + 0.2 (leaf 2)
287 EXPECT_FLOAT_EQ(-0.4f, output_matrix(0, 1)); // -0.7 (tree1) + 0.3 (leaf 2)
288 EXPECT_FLOAT_EQ(3.4f, output_matrix(0, 2)); // 3.0 -(tree1) + 0.4 (leaf 2)
289 EXPECT_FLOAT_EQ(0.5f, output_matrix(1, 0)); // -0.4 (tree1) + 0.9 (leaf 1
    [all...]
  /external/u-boot/scripts/kconfig/
gconf.c 57 GtkTreeStore *tree1, *tree2, *tree; variable
211 tree1 = gtk_tree_store_new(COL_NUMBER,
220 model1 = GTK_TREE_MODEL(tree1);
    [all...]
  /external/error_prone/checkerframework/
javacutil-2.5.3.jar 

Completed in 833 milliseconds