HomeSort by relevance Sort by last modified time
    Searched refs:device_root (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
debug_ops_test.cc 113 const string& device_root = device_roots[0]; local
114 DIR* dir = opendir(device_root.c_str());
122 const string dump_file_path = io::JoinPath(device_root, ent->d_name);
  /external/tensorflow/tensorflow/python/debug/lib/
debug_data.py 523 def _load_device_dumps(self, device_name, device_root):
548 device_root: (`str`) dump root directory of the given device.
558 for root, _, files in gfile.Walk(device_root):
    [all...]

Completed in 386 milliseconds