Searched refs:expected_in (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_compileall.py | 255 expected_in = os.path.join(ddir, modpath) 257 self.assertEqual(mod_code_obj.co_filename, expected_in) 285 expected_in = os.path.join(*fullpath[2:]) 287 expected_in, 304 expected_in = os.path.join(prependdir, self.directory, *fullpath) 306 expected_in, 321 expected_in = os.path.join(prependdir, *fullpath[2:]) 323 expected_in, 793 expected_in = os.path.join(prependdir, *fullpath[2:]) 795 expected_in,
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_test.cc | 58 static void VerifyNodes(Node* node, const std::vector<Node*>& expected_in, in VerifyNodes() argument 64 EXPECT_EQ(Stringify(expected_in), Stringify(in)); in VerifyNodes()
|