Home
last modified time | relevance | path

Searched refs:expected_names (Results 1 – 9 of 9) sorted by relevance

/external/yapf/yapftests/
Dpytree_visitor_test.py67 expected_names = [
73 self.assertEqual(expected_names, collector.all_node_names)
82 expected_names = [
90 self.assertEqual(expected_names, collector.all_node_names)
/external/tensorflow/tensorflow/cc/saved_model/
Dbundle_v2_test.cc32 std::vector<std::string> expected_names) { in RestoreVarsAndVerify() argument
50 for (const auto& expected_name : expected_names) { in RestoreVarsAndVerify()
/external/tensorflow/tensorflow/python/training/
Dmoving_averages_test.py89 expected_names = ["scope1/scope2/Var:0",
95 self.assertSetEqual(set(expected_names), set(actual_names))
344 expected_names = [
353 expected_names += [
357 self.assertEqual(sorted(expected_names), sorted(vars_to_restore.keys()))
392 expected_names = [
402 expected_names += [
407 self.assertEqual(sorted(expected_names), sorted(vars_to_restore.keys()))
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_browser.py230 expected_names = ['f0', 'C0(base)',
244 self.assertEqual(actual_names, expected_names)
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc2350 const std::vector<string>& expected_names, const int port_num_expected, in ValidateMemoryUsageSnapshot() argument
2361 std::transform(expected_names.begin(), expected_names.end(), in ValidateMemoryUsageSnapshot()
2526 const std::vector<string> expected_names = {"x", "y", "z", "w", "add"}; in TEST_F() local
2527 EXPECT_EQ(expected_names.size() * one_input_node_size, in TEST_F()
2529 ValidateMemoryUsageSnapshot(expected_names, 0 /* port_num_expected */, in TEST_F()
2599 const std::vector<string> expected_names = {"x", "y", "z", "w", in TEST_F() local
2601 EXPECT_EQ(expected_names.size() * one_input_node_size, in TEST_F()
2603 ValidateMemoryUsageSnapshot(expected_names, -1 /* port_num_expected */, in TEST_F()
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc225 const std::set<string>& expected_names) { in ExpectFunctions() argument
230 EXPECT_EQ(actual_names, expected_names); in ExpectFunctions()
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_test.py520 expected_names = [
524 self.assertAllEqual(actual_names, expected_names)
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariable_scope_test.py119 expected_names = ["%s:0" % name for name in ["v1", "v2"]]
121 set(expected_names), set(v.name for v in vs._vars.values()))
/external/python/cpython3/Lib/test/
Dtest_os.py4082 expected_names = ['file.txt']
4085 expected_names.append('link')
4092 self.assertEqual(sorted(names), expected_names)