GraphDebugInfo.Builder

lớp cuối cùng tĩnh công khai GraphDebugInfo.Builder

Loại protobuf tensorflow.GraphDebugInfo

Phương pháp công cộng

GraphDebugInfo.Builder
addAllFiles (giá trị Iterable<String>)
 This stores all the source code file names and can be indexed by the
 `file_index`.
GraphDebugInfo.Builder
addFiles (Giá trị chuỗi)
 This stores all the source code file names and can be indexed by the
 `file_index`.
GraphDebugInfo.Builder
addFilesBytes (giá trị com.google.protobuf.ByteString)
 This stores all the source code file names and can be indexed by the
 `file_index`.
GraphDebugInfo.Builder
addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
Thông tin gỡ lỗi đồ thị
Thông tin gỡ lỗi đồ thị
GraphDebugInfo.Builder
GraphDebugInfo.Builder
ClearField (trường 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
boolean
chứaTraces (Khóa chuỗi)
 This maps a node name to a stack trace in the source code.
Thông tin gỡ lỗi đồ thị
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
com.google.protobuf.Descriptors.Descriptor
Sợi dây
getFiles (chỉ mục int)
 This stores all the source code file names and can be indexed by the
 `file_index`.
com.google.protobuf.ByteString
getFilesBytes (chỉ mục int)
 This stores all the source code file names and can be indexed by the
 `file_index`.
int
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`.
Bản đồ<Chuỗi, GraphDebugInfo.StackTrace >
getMutableTraces ()
Thay vào đó hãy sử dụng các bộ truy cập đột biến thay thế.
Bản đồ<Chuỗi, GraphDebugInfo.StackTrace >
getTraces ()
Thay vào đó hãy sử dụng getTracesMap() .
int
getTraceCount ()
 This maps a node name to a stack trace in the source code.
Bản đồ<Chuỗi, GraphDebugInfo.StackTrace >
getTraceMap ()
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.StackTrace
getTracesOrDefault (Khóa chuỗi, GraphDebugInfo.StackTrace defaultValue)
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.StackTrace
getTracesOrThrow (Khóa chuỗi)
 This maps a node name to a stack trace in the source code.
boolean cuối cùng
GraphDebugInfo.Builder
mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
GraphDebugInfo.Builder
mergeFrom (com.google.protobuf.Message other)
GraphDebugInfo.Builder cuối cùng
hợp nhấtUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
GraphDebugInfo.Builder
putAllTraces (Bản đồ<String, GraphDebugInfo.StackTrace > giá trị)
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.Builder
putTraces (Khóa chuỗi, giá trị GraphDebugInfo.StackTrace )
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.Builder
xóaTraces (Khóa chuỗi)
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.Builder
setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
GraphDebugInfo.Builder
setFiles (chỉ mục int, giá trị chuỗi)
 This stores all the source code file names and can be indexed by the
 `file_index`.
GraphDebugInfo.Builder
setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)
GraphDebugInfo.Builder cuối cùng
setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

Phương pháp kế thừa

Phương pháp công cộng

công khai GraphDebugInfo.Builder addAllFiles (giá trị Iterable<String>)

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

public GraphDebugInfo.Builder addFiles (Giá trị chuỗi)

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

công khai GraphDebugInfo.Builder addFilesBytes (giá trị com.google.protobuf.ByteString)

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

công khai GraphDebugInfo.Builder addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

bản dựng GraphDebugInfo công khai ()

công khai GraphDebugInfo buildPartial ()

GraphDebugInfo.Builder công khai rõ ràng ()

công khai GraphDebugInfo.Builder clearField (trường com.google.protobuf.Descriptors.FieldDescriptor)

công khai GraphDebugInfo.Builder clearFiles ()

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

công khai GraphDebugInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

công khai GraphDebugInfo.Builder clearTraces ()

bản sao công khai GraphDebugInfo.Builder ()

boolean công khai chứaTraces (Khóa chuỗi)

 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;

công khai GraphDebugInfo getDefaultInstanceForType ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

com.google.protobuf.Descriptors.Descriptor công khai getDescriptorForType ()

Chuỗi công khai getFiles (chỉ mục 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 công khai (chỉ mục int)

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

int công khai 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 công khai ()

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

Bản đồ công khai<String, GraphDebugInfo.StackTrace > getMutableTraces ()

Thay vào đó hãy sử dụng các bộ truy cập đột biến thay thế.

Bản đồ công khai<String, GraphDebugInfo.StackTrace > getTraces ()

Thay vào đó hãy sử dụng getTracesMap() .

int công khai getTraceCount ()

 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;

Bản đồ công khai<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;

công khai GraphDebugInfo.StackTrace getTracesOrDefault (Khóa chuỗi, 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;

công khai GraphDebugInfo.StackTrace getTracesOrThrow (Khóa chuỗi)

 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;

boolean cuối cùng công khai được khởi tạo ()

công khai GraphDebugInfo.Builder mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

công khai GraphDebugInfo.Builder mergeFrom (com.google.protobuf.Message other)

trận chung kết công khai GraphDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

công khai GraphDebugInfo.Builder putAllTraces (các giá trị 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;

public GraphDebugInfo.Builder putTraces (Khóa chuỗi, giá trị 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;

công khai GraphDebugInfo.Builder RemoveTraces (Khóa chuỗi)

 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 công khai (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

GraphDebugInfo.Builder setFiles công khai (chỉ mục int, giá trị chuỗi)

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

GraphDebugInfo.Builder setRepeatedField công khai (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)

trận chung kết công khai GraphDebugInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)