Searched refs:DeviceNameToDevicePath (Results 1 – 5 of 5) sorted by relevance
34 device_path(DeviceNameToDevicePath(device_name)) {} in DebugNodeKey()45 const string DebugNodeKey::DeviceNameToDevicePath(const string& device_name) { in DeviceNameToDevicePath() function in tensorflow::DebugNodeKey
36 static const string DeviceNameToDevicePath(const string& device_name);
193 LoadTensorDumps(io::JoinPath(DebugNodeKey::DeviceNameToDevicePath( in TEST_F()275 io::JoinPath(DebugNodeKey::DeviceNameToDevicePath(a_dev.name()), in TEST_F()
208 io::JoinPath(test_dir, DebugNodeKey::DeviceNameToDevicePath(kDeviceName)); in TEST_F()
508 DebugNodeKey::DeviceNameToDevicePath(device_name)); in PublishGraph()