ממשק ציבורי GraphDebugInfoOrBuilder
| תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
| בוליאני מופשט | containsTraces (מפתח מחרוזת) This maps a node name to a stack trace in the source code. |
| מחרוזת מופשטת | getFiles (int index) This stores all the source code file names and can be indexed by the `file_index`. |
| תקציר com.google.protobuf.ByteString | getFilesBytes (int index) This stores all the source code file names and can be indexed by the `file_index`. |
| מופשט int | getFilesCount () This stores all the source code file names and can be indexed by the `file_index`. |
| רשימה מופשטת<String> | getFilesList () This stores all the source code file names and can be indexed by the `file_index`. |
| מפה מופשטת<String, GraphDebugInfo.StackTrace > | getTraces () השתמש ב- getTracesMap() במקום זאת. |
| מופשט int | getTracesCount () This maps a node name to a stack trace in the source code. |
| מפה מופשטת<String, 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 index)
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 index)
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; רשימת תקציר ציבורית<String> getFilesList ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; תקציר ציבורי מפה<String, 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; תקציר ציבורי מפה<String, 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;