सार्वजनिक इंटरफ़ेस GraphDebugInfoOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग |
सार्वजनिक तरीके
अमूर्त बूलियन | इसमें ट्रेसेस (स्ट्रिंग कुंजी) शामिल है This maps a node name to a stack trace in the source code. |
सार स्ट्रिंग | getFiles (int अनुक्रमणिका) This stores all the source code file names and can be indexed by the `file_index`. |
सार com.google.protobuf.ByteString | getFilesBytes (int अनुक्रमणिका) This stores all the source code file names and can be indexed by the `file_index`. |
सार इंट | getफ़ाइल्सकाउंट () This stores all the source code file names and can be indexed by the `file_index`. |
सार सूची<स्ट्रिंग> | getFilesList () This stores all the source code file names and can be indexed by the `file_index`. |
सार मानचित्र<स्ट्रिंग, GraphDebugInfo.StackTrace > | गेटट्रेस () इसके बजाय getTracesMap() उपयोग करें। |
सार इंट | getTracesCount () This maps a node name to a stack trace in the source code. |
सार मानचित्र<स्ट्रिंग, GraphDebugInfo.StackTrace > | getTracesMap () This maps a node name to a stack trace in the source code. |
सार GraphDebugInfo.StackTrace | getTracesOrDefault (स्ट्रिंग कुंजी, GraphDebugInfo.StackTrace defaultValue) This maps a node name to a stack trace in the source code. |
सार GraphDebugInfo.StackTrace | getTracesOrThrow (स्ट्रिंग कुंजी) This maps a node name to a stack trace in the source code. |
सार्वजनिक तरीके
सार्वजनिक सार बूलियन में ट्रेसेस (स्ट्रिंग कुंजी) शामिल हैं
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
सार्वजनिक सार स्ट्रिंग getFiles (int अनुक्रमणिका)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
सार्वजनिक सार com.google.protobuf.ByteString getFilesBytes (int अनुक्रमणिका)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
सार्वजनिक सार int getFilesCount ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
सार्वजनिक सार सूची <स्ट्रिंग> getFilesList ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
सार्वजनिक सार मानचित्र<स्ट्रिंग, GraphDebugInfo.StackTrace > getTraces ()
इसके बजाय getTracesMap()
उपयोग करें।
सार्वजनिक सार int getTracesCount ()
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
सार्वजनिक सार मानचित्र<स्ट्रिंग, GraphDebugInfo.StackTrace > getTracesMap ()
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
सार्वजनिक सार GraphDebugInfo.StackTrace getTracesOrDefault (स्ट्रिंग कुंजी, GraphDebugInfo.StackTrace defaultValue)
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
सार्वजनिक सार GraphDebugInfo.StackTrace getTracesOrThrow (स्ट्रिंग कुंजी)
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;