GraphDebugInfo.Builder

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.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
บูลีน
containsTraces (คีย์สตริง)
 This maps a node name to a stack trace in the source code.
ข้อมูลกราฟดีบัก
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
com.google.protobuf.Descriptors.Descriptor
สตริง
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`.
com.google.protobuf.ProtocolStringList
รับไฟล์รายการ ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
แมป <สตริง, GraphDebugInfo.StackTrace >
getMutableTraces ()
ใช้ตัวเข้าถึงการกลายพันธุ์สำรองแทน
แมป <สตริง, GraphDebugInfo.StackTrace >
ภายใน
getTracesCount ()
 This maps a node name to a stack trace in the source code.
แมป <สตริง, 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.
บูลีนสุดท้าย
GraphDebugInfo.Builder
mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDebugInfo.Builder
mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ )
GraphDebugInfo.Builder สุดท้าย
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
GraphDebugInfo.Builder
putAllTraces (แมป <สตริง, 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 (ดัชนี int, ค่าสตริง)
 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.UnknownFieldSetknownFields)

วิธีการสืบทอด

วิธีการสาธารณะ

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 สาธารณะ ()

GraphDebugInfo สาธารณะ buildPartial ()

GraphDebugInfo.Builder สาธารณะ ชัดเจน ()

GraphDebugInfo.Builder clearField สาธารณะ (ฟิลด์ 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;

GraphDebugInfo.Builder สาธารณะ clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

GraphDebugInfo.Builder สาธารณะ clearTraces ()

โคลน GraphDebugInfo.Builder สาธารณะ ()

บูลีนสาธารณะ 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;

GraphDebugInfo สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

สาธารณะ String 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;

สาธารณะ 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 ()

ใช้ตัวเข้าถึงการกลายพันธุ์สำรองแทน

แผนที่สาธารณะ <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;

บูลีนสุดท้ายสาธารณะ isInitialized ()

GraphDebugInfo.Builder สาธารณะ ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

GraphDebugInfo.Builder สาธารณะ ผสานจาก (com.google.protobuf.Message อื่น ๆ )

GraphDebugInfo.Builder สาธารณะขั้นสุดท้าย ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

GraphDebugInfo.Builder สาธารณะ putAllTraces (แมป <สตริง, 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 setFiles สาธารณะ (ดัชนี int, ค่าสตริง)

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

GraphDebugInfo.Builder setRepeatedField สาธารณะ (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)

GraphDebugInfo.Builder สุดท้ายสาธารณะ setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)