GraphDebugInfo.Builder

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

نوع Protobuf tensorflow.GraphDebugInfo

روش های عمومی

GraphDebugInfo.Builder
addAllFiles (مقادیر<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 فیلد، مقدار Object)
GraphDebugInfo
GraphDebugInfo
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`.
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
نهایی static 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
getFilesList ()
 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 >
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.
بولی نهایی
GraphDebugInfo.Builder
mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDebugInfo.Builder
mergeFrom (com.google.protobuf.Message other)
GraphDebugInfo.Builder نهایی
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
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 فیلد، مقدار Object)
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، مقدار Object)
GraphDebugInfo.Builder نهایی
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

روش های ارثی

روش های عمومی

عمومی GraphDebugInfo.Builder addAllFiles (مقادیر تکرارپذیر<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، مقدار Object)

ساخت عمومی 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 ()

بولین عمومی حاوی 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;

عمومی GraphDebugInfo getDefaultInstanceForType ()

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

عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

رشته عمومی 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 ()

repeated string files = 1;

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
= 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 mergeFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی GraphDebugInfo.Builder mergeFrom (com.google.protobuf.Message other)

نهایی عمومی GraphDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

عمومی 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;

PutTraces عمومی GraphDebugInfo.Builder (کلید رشته، مقدار 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، مقدار Object)

عمومی 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، مقدار Object)

نهایی عمومی GraphDebugInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)