Searched refs:summary2 (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/ |
D | weighted_quantiles_summary_test.cc | 168 Summary summary2; in TEST_F() local 169 summary2.BuildFromBufferEntries(list_2); in TEST_F() 172 summary1.Merge(summary2); in TEST_F() 184 summary2.Merge(summary1); in TEST_F() 185 EXPECT_EQ(summary2.ApproximationError(), 0.0); in TEST_F() 186 EXPECT_EQ(summary2.MinValue(), in TEST_F() 188 EXPECT_EQ(summary2.MaxValue(), in TEST_F() 190 EXPECT_EQ(summary2.TotalWeight(), in TEST_F() 192 EXPECT_EQ(summary2.Size(), 14); // 14 unique values. in TEST_F() 199 Summary summary2; in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/ |
D | weighted_quantiles_summary_test.cc | 169 Summary summary2; in TEST_F() local 170 summary2.BuildFromBufferEntries(list_2); in TEST_F() 173 summary1.Merge(summary2); in TEST_F() 185 summary2.Merge(summary1); in TEST_F() 186 EXPECT_EQ(summary2.ApproximationError(), 0.0); in TEST_F() 187 EXPECT_EQ(summary2.MinValue(), in TEST_F() 189 EXPECT_EQ(summary2.MaxValue(), in TEST_F() 191 EXPECT_EQ(summary2.TotalWeight(), in TEST_F() 193 EXPECT_EQ(summary2.Size(), 14); // 14 unique values. in TEST_F() 200 Summary summary2; in TEST_F() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/Inputs/ |
D | thinlto-function-summary-callgraph-profile-summary.ll | 1 ; ModuleID = 'thinlto-function-summary-callgraph-profile-summary2.ll'
|
D | thinlto-function-summary-callgraph-sample-profile-summary.ll | 1 ; ModuleID = 'thinlto-function-summary-callgraph-profile-summary2.ll'
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateItemCounts.java | 566 …PrintWriter summary2 = FileUtilities.openUTF8Writer(OUT_DIRECTORY, (MyOptions.directory.option.doe… in doSummary() local 568 summary2.println("#Languages (inc. script):\t" + writtenLanguages.size()); in doSummary() 569 summary2.println("#Countries:\t" + countries.size()); in doSummary() 570 summary2.println("#Locales:\t" + localesToPaths.size()); in doSummary() 572 … summary2.println(entry.getKey() + "\t" + CollectionUtilities.join(entry.getValue(), "\t")); in doSummary() 574 summary2.close(); in doSummary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/Inputs/ |
D | hotness_based_import.ll | 1 ; ModuleID = 'thinlto-function-summary-callgraph-profile-summary2.ll'
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | thinlto-summary.ll | 7 ^1 = module: (path: "thinlto-summary2.o", hash: (2998369023, 4283347029, 1195487472, 2757298015, 18… 69 ; CHECK: ^1 = module: (path: "thinlto-summary2.o", hash: (2998369023, 4283347029, 1195487472, 27572…
|
/external/tensorflow/tensorflow/python/summary/writer/ |
D | writer_test.py | 543 summary2 = summary_ops_v2.scalar("two", 2.0, step=2) 545 sess.run(summary2)
|