GraphDebugInfo

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

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

บูลีน
containsTraces (คีย์สตริง)
 This maps a node name to a stack trace in the source code.
บูลีน
เท่ากับ (วัตถุ obj)
GraphDebugInfo แบบคงที่
ข้อมูลกราฟดีบัก
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 >
ภายใน
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.
สุดท้าย com.google.protobuf.UnknownFieldSet
ภายใน
บูลีนสุดท้าย
GraphDebugInfo.Builder แบบคงที่
newBuilder (ต้นแบบ GraphDebugInfo )
GraphDebugInfo.Builder แบบคงที่
GraphDebugInfo.Builder
GraphDebugInfo แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
GraphDebugInfo แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDebugInfo แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
GraphDebugInfo แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
GraphDebugInfo.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

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

ค่าคงที่

รอบชิงชนะเลิศแบบคงที่สาธารณะ int FILES_FIELD_NUMBER

ค่าคงที่: 1

สาธารณะคงสุดท้าย int TRACES_FIELD_NUMBER

ค่าคงที่: 2

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

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

บูลีนสาธารณะ เท่ากับ (Object obj)

GraphDebugInfo สาธารณะคงที่ getDefaultInstance ()

GraphDebugInfo สาธารณะ getDefaultInstanceForType ()

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

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

สาธารณะ getParserForType ()

สาธารณะ int getSerializedSize ()

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

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

สาธารณะ int hashCode ()

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

GraphDebugInfo.Builder สาธารณะแบบคงที่ newBuilder (ต้นแบบ GraphDebugInfo )

GraphDebugInfo.Builder สาธารณะแบบคงที่ newBuilder ()

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

GraphDebugInfo แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream)

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

GraphDebugInfo แบบคงที่สาธารณะ parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

GraphDebugInfo แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GraphDebugInfo แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

GraphDebugInfo แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GraphDebugInfo แบบคงที่สาธารณะ แยกวิเคราะห์ (อินพุต com.google.protobuf.CodedInputStream)

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

GraphDebugInfo แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GraphDebugInfo แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GraphDebugInfo แบบคงที่สาธารณะ parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

GraphDebugInfo แบบคงที่สาธารณะ parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

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

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

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