Home
last modified time | relevance | path

Searched refs:device_root (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops_test.cc116 const string& device_root = device_roots[0]; in TEST_F() local
117 TF_ASSERT_OK(Env::Default()->GetFileSystemForFile(device_root, &fs)); in TEST_F()
118 TF_ASSERT_OK(fs->GetChildren(device_root, &children)); in TEST_F()
125 const string dump_file_path = io::JoinPath(device_root, child); in TEST_F()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_data.py524 def _load_device_dumps(self, device_name, device_root): argument
559 for root, _, files in gfile.Walk(device_root):