الفئة النهائية العامة GraphDebugInfo
نوع Protobuf tensorflow.GraphDebugInfo
فئات متداخلة
فصل | GraphDebugInfo.Builder | نوع Protobuf tensorflow.GraphDebugInfo | |
فصل | GraphDebugInfo.FileLineCol | This represents a file/line location in the source code. | |
واجهة | GraphDebugInfo.FileLineColOrBuilder | ||
فصل | GraphDebugInfo.StackTrace | This represents a stack trace which is a ordered list of `FileLineCol`. | |
واجهة | GraphDebugInfo.StackTraceOrBuilder |
الثوابت
كثافة العمليات | FILES_FIELD_NUMBER | |
كثافة العمليات | TRACES_FIELD_NUMBER |
الأساليب العامة
منطقية | يحتوي علىTraces (مفتاح السلسلة) This maps a node name to a stack trace in the source code. |
منطقية | يساوي (كائن كائن) |
GraphDebugInfo ثابت | |
GraphDebugInfo | |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
خيط | الحصول على الملفات (فهرس كثافة العمليات) 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`. |
com.google.protobuf.ProtocolStringList | قائمة الملفات () This stores all the source code file names and can be indexed by the `file_index`. |
كثافة العمليات | |
Map<String, GraphDebugInfo.StackTrace > | الحصول على آثار () استخدم getTracesMap() بدلاً من ذلك. |
كثافة العمليات | getTracesCount () This maps a node name to a stack trace in the source code. |
Map<String, 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. |
النهائي com.google.protobuf.UnknownFieldSet | |
كثافة العمليات | رمز التجزئة () |
منطقية نهائية | تمت التهيئة () |
GraphDebugInfo.Builder ثابت | newBuilder (النموذج الأولي لـ GraphDebugInfo ) |
GraphDebugInfo.Builder ثابت | منشئ جديد () |
GraphDebugInfo.Builder | |
GraphDebugInfo ثابت | parseDelimitedFrom (إدخال InputStream) |
GraphDebugInfo ثابت | parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GraphDebugInfo ثابت | parseFrom (بيانات ByteBuffer) |
GraphDebugInfo ثابت | parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GraphDebugInfo ثابت | parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GraphDebugInfo ثابت | parseFrom (com.google.protobuf.CodedInputStream الإدخال) |
GraphDebugInfo ثابت | parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GraphDebugInfo ثابت | parseFrom (بيانات com.google.protobuf.ByteString) |
GraphDebugInfo ثابت | parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GraphDebugInfo ثابت | parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت | محلل () |
GraphDebugInfo.Builder | إلى البناء () |
فارغ | writeTo (إخراج com.google.protobuf.CodedOutputStream) |
الطرق الموروثة
الثوابت
العدد النهائي الثابت العام FILES_FIELD_NUMBER
القيمة الثابتة: 1
int النهائي الثابت العام TRACES_FIELD_NUMBER
القيمة الثابتة: 2
الأساليب العامة
المنطق العام يحتوي على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;
القيمة المنطقية العامة تساوي (Object obj)
النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()
سلسلة getFiles العامة (فهرس كثافة العمليات)
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 public getFilesCount ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
com.google.protobuf.ProtocolStringList getFilesList () العامة
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
عام الحصول على بارسيرفورتايب ()
int public getSerializedSize ()
int public 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;
النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()
كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
GraphDebugInfo الثابت العام parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل GraphDebugInfo العام الثابت (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل GraphDebugInfo العام الثابت (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل GraphDebugInfo العام الثابت (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل GraphDebugInfo العام الثابت (بيانات com.google.protobuf.ByteString)
رميات
InvalidProtocolBufferException |
---|
تحليل GraphDebugInfo العام الثابت (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
GraphDebugInfo الثابت العام parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
IOEException |
---|