Home
last modified time | relevance | path

Searched defs:expected_names (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/trace_redaction/
Dfilter_sched_waking_events_integrationtest.cc125 base::FlatHashMap<int32_t, std::string> expected_names; in TEST_F() local
/external/tensorflow/tensorflow/cc/saved_model/
Dbundle_v2_test.cc33 std::vector<std::string> expected_names) { in RestoreVarsAndVerify()
/external/pytorch/test/
Dtest_namedtensor.py86 def _test_name_inference(self, op, args=(), expected_names=(), device='cpu', argument
284 def check_tuple_return(op, inputs, expected_names): argument
345 def _test(self_names, other_names, expected_names): argument
1178 def check_output(output, expected_names): argument
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc2357 const std::vector<string>& expected_names, const int port_num_expected, in ValidateMemoryUsageSnapshot()
2534 const std::vector<string> expected_names = {"x", "y", "z", "w", "add"}; in TEST_F() local
2616 const std::vector<string> expected_names = {"x", "y", "z", "w", "add"}; in TEST_F() local
2654 const std::vector<string> expected_names = {"x", "y", "z", "w", in TEST_F() local
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc226 const std::set<string>& expected_names) { in ExpectFunctions()
/external/python/cpython3/Lib/test/test_zipfile/
Dtest_core.py3268 def _test_read(self, zipfp, expected_names, expected_content): argument