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

  /external/tensorflow/tensorflow/core/debug/
debug_node_key.cc 22 const char* const DebugNodeKey::kMetadataFilePrefix = "_tfdbg_";
24 const char* const DebugNodeKey::kDeviceTag = "device_";
26 DebugNodeKey::DebugNodeKey(const string& device_name, const string& node_name,
36 bool DebugNodeKey::operator==(const DebugNodeKey& other) const {
41 bool DebugNodeKey::operator!=(const DebugNodeKey& other) const {
45 const string DebugNodeKey::DeviceNameToDevicePath(const string& device_name) {
debug_node_key.h 26 struct DebugNodeKey {
30 DebugNodeKey(const string& device_name, const string& node_name,
38 bool operator==(const DebugNodeKey& other) const;
39 bool operator!=(const DebugNodeKey& other) const;

Completed in 89 milliseconds