الفئة النهائية العامة الثابتة GraphDebugInfo.Builder
نوع Protobuf tensorflow.GraphDebugInfo
الأساليب العامة
GraphDebugInfo.Builder | addAllFiles (قيم Iterable<String>) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | addFiles (قيمة السلسلة) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | addFilesBytes (قيمة com.google.protobuf.ByteString) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
GraphDebugInfo | يبني () |
GraphDebugInfo | بناء جزئي () |
GraphDebugInfo.Builder | واضح () |
GraphDebugInfo.Builder | ClearField (حقل com.google.protobuf.Descriptors.FieldDescriptor) |
GraphDebugInfo.Builder | ملفات واضحة () This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GraphDebugInfo.Builder | كليرتريسس () |
GraphDebugInfo.Builder | استنساخ () |
منطقية | يحتوي علىTraces (مفتاح السلسلة) This maps a node name to a stack trace in the source code. |
GraphDebugInfo | |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
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 > | getMutableTraces () استخدم أدوات الوصول البديلة للطفرات بدلاً من ذلك. |
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. |
منطقية نهائية | تمت التهيئة () |
GraphDebugInfo.Builder | دمج من (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GraphDebugInfo.Builder | دمج من (com.google.protobuf.Message أخرى) |
GraphDebugInfo.Builder النهائي | دمجUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
GraphDebugInfo.Builder | putAllTraces (Map<String, GraphDebugInfo.StackTrace > القيم) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.Builder | putTraces (مفتاح السلسلة، قيمة GraphDebugInfo.StackTrace ) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.Builder | RemoveTraces (مفتاح السلسلة) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.Builder | setField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
GraphDebugInfo.Builder | setFiles (فهرس كثافة العمليات، قيمة السلسلة) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، فهرس int، قيمة الكائن) |
GraphDebugInfo.Builder النهائي | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
الطرق الموروثة
الأساليب العامة
GraphDebugInfo.Builder addAllFiles العامة (قيم Iterable<String>)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
GraphDebugInfo.Builder addFiles العامة (قيمة السلسلة)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
GraphDebugInfo.Builder addFilesBytes العامة (قيمة com.google.protobuf.ByteString)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
GraphDebugInfo.Builder addRepeatedField العام (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
GraphDebugInfo.Builder ClearFiles () العامة
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
المنطق العام يحتوي على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;
النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor getDescriptorForType () العام
سلسلة 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;
الخريطة العامة<String, GraphDebugInfo.StackTrace > getMutableTraces ()
استخدم أدوات الوصول البديلة للطفرات بدلاً من ذلك.
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;
تمت تهيئة القيمة المنطقية النهائية العامة ()
GraphDebugInfo.Builder mergeFrom العام (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
GraphDebugInfo.Builder النهائي العام mergeUnknownFields (com.google.protobuf.UnknownFieldSetUnknownFields)
GraphDebugInfo.Builder putAllTraces العام (Map<String, GraphDebugInfo.StackTrace > القيم)
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.Builder putTraces العام (مفتاح السلسلة، قيمة GraphDebugInfo.StackTrace )
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.Builder العام RemoveTraces (مفتاح السلسلة)
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.Builder setField العام (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
مجموعة GraphDebugInfo.Builder العامة (مؤشر int، قيمة السلسلة)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;