Home
last modified time | relevance | path

Searched refs:expected_names (Results 1 – 11 of 11) 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.cc33 std::vector<std::string> expected_names) { in RestoreVarsAndVerify() argument
51 for (const auto& expected_name : expected_names) { in RestoreVarsAndVerify()
/external/tensorflow/tensorflow/python/training/
Dmoving_averages_test.py85 expected_names = ["scope1/scope2/Var:0",
91 self.assertSetEqual(set(expected_names), set(actual_names))
406 expected_names = [
415 expected_names += [
419 self.assertEqual(sorted(expected_names), sorted(vars_to_restore.keys()))
454 expected_names = [
464 expected_names += [
469 self.assertEqual(sorted(expected_names), sorted(vars_to_restore.keys()))
/external/fonttools/Tests/otlLib/
Dbuilder_test.py1495 expected_names = [x.string for x in font_obj["name"].names]
1502 assert expected_names == actual_names
1505 expected_names = [x.string for x in font_obj["name"].names] + ["Weight"]
1510 assert expected_names == actual_names
1514 expected_names = [
1542 assert sorted(expected_names) == sorted(actual_names)
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc2357 const std::vector<string>& expected_names, const int port_num_expected, in ValidateMemoryUsageSnapshot() argument
2368 std::transform(expected_names.begin(), expected_names.end(), in ValidateMemoryUsageSnapshot()
2534 const std::vector<string> expected_names = {"x", "y", "z", "w", "add"}; in TEST_F() local
2535 EXPECT_EQ(expected_names.size() * one_input_node_size, in TEST_F()
2537 ValidateMemoryUsageSnapshot(expected_names, 0 /* port_num_expected */, in TEST_F()
2616 const std::vector<string> expected_names = {"x", "y", "z", "w", "add"}; in TEST_F() local
2618 EXPECT_EQ(expected_names.size() * one_input_node_size, in TEST_F()
2654 const std::vector<string> expected_names = {"x", "y", "z", "w", in TEST_F() local
2656 EXPECT_EQ(expected_names.size() * one_input_node_size, in TEST_F()
2658 ValidateMemoryUsageSnapshot(expected_names, -1 /* port_num_expected */, in TEST_F()
/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/graph/
Dgraph_partition_test.cc226 const std::set<string>& expected_names) { in ExpectFunctions() argument
231 EXPECT_EQ(actual_names, expected_names); in ExpectFunctions()
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dvariable_scope_shim_test.py100 expected_names = ["%s:0" % name for name in ["v1", "v2"]]
102 set(expected_names), set(v.name for v in vs._vars.values()))
/external/libaom/test/
Dratectrl_qmode_test.cc784 std::vector<ReferenceName> expected_names = { ReferenceName::kAltrefFrame, in TEST() local
792 EXPECT_EQ(ref_frame.name, expected_names[i]); in TEST()
/external/tensorflow/tensorflow/python/kernel_tests/variables/
Dvariable_scope_test.py115 expected_names = ["%s:0" % name for name in ["v1", "v2"]]
117 set(expected_names), set(v.name for v in vs._vars.values()))
/external/python/cpython3/Lib/test/
Dtest_os.py4334 expected_names = ['file.txt']
4337 expected_names.append('link')
4343 self.assertEqual(sorted(names), expected_names)