อินเทอร์เฟซสาธารณะ GraphDebugInfoOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
บูลีนนามธรรม | containsTraces (คีย์สตริง) 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`. |
บทคัดย่อ | getFilesCount () This stores all the source code file names and can be indexed by the `file_index`. |
รายการนามธรรม <สตริง> | รับไฟล์รายการ () This stores all the source code file names and can be indexed by the `file_index`. |
แผนที่นามธรรม <String, GraphDebugInfo.StackTrace > | รับร่องรอย () ใช้ getTracesMap() แทน |
บทคัดย่อ | 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. |
วิธีการสาธารณะ
บูลีนนามธรรมสาธารณะ containsTraces (คีย์สตริง)
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;
นามธรรมสาธารณะ 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;