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.cc113 const string& device_root = device_roots[0]; in TEST_F() local
114 DIR* dir = opendir(device_root.c_str()); in TEST_F()
122 const string dump_file_path = io::JoinPath(device_root, ent->d_name); 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):