Home
last modified time | relevance | path

Searched refs:DeviceNameToDevicePath (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebug_node_key.cc34 device_path(DeviceNameToDevicePath(device_name)) {} in DebugNodeKey()
45 const string DebugNodeKey::DeviceNameToDevicePath(const string& device_name) { in DeviceNameToDevicePath() function in tensorflow::DebugNodeKey
Ddebug_node_key.h36 static const string DeviceNameToDevicePath(const string& device_name);
Dgrpc_session_debug_test.cc193 LoadTensorDumps(io::JoinPath(DebugNodeKey::DeviceNameToDevicePath( in TEST_F()
275 io::JoinPath(DebugNodeKey::DeviceNameToDevicePath(a_dev.name()), in TEST_F()
Ddebug_io_utils_test.cc208 io::JoinPath(test_dir, DebugNodeKey::DeviceNameToDevicePath(kDeviceName)); in TEST_F()
Ddebug_io_utils.cc508 DebugNodeKey::DeviceNameToDevicePath(device_name)); in PublishGraph()