GraphDebugInfoOrBuilder

الواجهة العامة GraphDebugInfoOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

منطقية مجردة
يحتوي علىTraces (مفتاح السلسلة)
 This maps a node name to a stack trace in the source code.
سلسلة مجردة
الحصول على الملفات (فهرس كثافة العمليات)
 This stores all the source code file names and can be indexed by the
 `file_index`.
مجردة com.google.protobuf.ByteString
getFilesBytes (فهرس كثافة العمليات)
 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`.
قائمة مجردة <سلسلة>
قائمة الملفات ()
 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 >
خريطة التتبع ()
 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.

الأساليب العامة

الملخص المنطقي العام يحتوي علىTraces (مفتاح السلسلة)

 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;

قائمة مجردة عامة<String> getFilesList ()

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

Map<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;

Map مجردة عامة <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;