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

روش های عمومی

بولی
حاوی Traces (کلید رشته)
 This maps a node name to a stack trace in the source code.
بولی
برابر است (object obj)
استاتیک GraphDebugInfo
GraphDebugInfo
نهایی static 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
getFilesList ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
بین المللی
Map<String, GraphDebugInfo.StackTrace >
getTraces ()
به جای آن از getTracesMap() استفاده کنید.
بین المللی
getTracesCount ()
 This maps a node name to a stack trace in the source code.
Map<String, 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 (ورودی جریان ورودی)
استاتیک GraphDebugInfo
parseDelimitedFrom (ورودی InputStream، 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)

روش های ارثی

ثابت ها

نهایی استاتیک عمومی FILES_FIELD_NUMBER

ارزش ثابت: 1

نهایی استاتیک عمومی 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)

عمومی Static GraphDebugInfo getDefaultInstance ()

عمومی GraphDebugInfo getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

رشته عمومی getFiles (شاخص int)

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

public com.google.protobuf.ByteString getFilesBytes (int index)

 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 ()

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

استاتیک عمومی GraphDebugInfo.Builder newBuilder (نمونه اولیه GraphDebugInfo )

استاتیک عمومی GraphDebugInfo.Builder newBuilder ()

عمومی GraphDebugInfo.Builder newBuilderForType ()

عمومی استاتیک GraphDebugInfo parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی استاتیک GraphDebugInfo parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک GraphDebugInfo parseFrom (داده ByteBuffer)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک GraphDebugInfo parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک GraphDebugInfo parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک GraphDebugInfo parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی استاتیک GraphDebugInfo parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک GraphDebugInfo parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک GraphDebugInfo parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک GraphDebugInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی GraphDebugInfo.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException