kelas akhir statis publik GraphDebugInfo.Builder
Tipe protobuf tensorflow.GraphDebugInfo
Metode Publik
GraphDebugInfo.Builder | addAllFiles (nilai<String> yang dapat diubah) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | addFiles (Nilai string) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | addFilesBytes (nilai com.google.protobuf.ByteString) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | addRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
GraphDebugInfo | membangun () |
GraphDebugInfo | |
GraphDebugInfo.Builder | jernih () |
GraphDebugInfo.Builder | clearField (bidang com.google.protobuf.Descriptors.FieldDescriptor) |
GraphDebugInfo.Builder | hapus File () 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 | hapusJejak () |
GraphDebugInfo.Builder | klon () |
boolean | berisi Jejak (kunci string) This maps a node name to a stack trace in the source code. |
GraphDebugInfo | |
com.google.protobuf.Descriptors.Descriptor statis terakhir | |
com.google.protobuf.Descriptors.Descriptor | |
Rangkaian | getFiles (indeks int) This stores all the source code file names and can be indexed by the `file_index`. |
com.google.protobuf.ByteString | getFilesBytes (indeks int) This stores all the source code file names and can be indexed by the `file_index`. |
ke dalam | dapatkanFilesCount () This stores all the source code file names and can be indexed by the `file_index`. |
com.google.protobuf.ProtocolStringList | dapatkanDaftar File () This stores all the source code file names and can be indexed by the `file_index`. |
Peta<String, GraphDebugInfo.StackTrace > | dapatkanMutableTraces () Gunakan pengakses mutasi alternatif sebagai gantinya. |
Peta<String, GraphDebugInfo.StackTrace > | dapatkan Jejak () Gunakan getTracesMap() sebagai gantinya. |
ke dalam | dapatkanTraceCount () This maps a node name to a stack trace in the source code. |
Peta<String, GraphDebugInfo.StackTrace > | dapatkan TracesMap () This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrDefault (kunci string, GraphDebugInfo.StackTrace defaultValue) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrThrow (kunci string) This maps a node name to a stack trace in the source code. |
boolean terakhir | |
GraphDebugInfo.Builder | mergeFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo.Builder | mergeFrom (com.google.protobuf.Pesan lainnya) |
GraphDebugInfo.Builder terakhir | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
GraphDebugInfo.Builder | putAllTraces (nilai Map<String, GraphDebugInfo.StackTrace >) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.Builder | putTraces (kunci string, nilai GraphDebugInfo.StackTrace ) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.Builder | hapusJejak (kunci string) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.Builder | setField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
GraphDebugInfo.Builder | setFiles (indeks int, nilai String) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | setRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, indeks int, Nilai objek) |
GraphDebugInfo.Builder terakhir | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Metode Warisan
Metode Publik
public GraphDebugInfo.Builder addAllFiles (nilai<String> yang dapat diubah)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
publik GraphDebugInfo.Builder addFiles (Nilai string)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
publik GraphDebugInfo.Builder addFilesBytes (nilai com.google.protobuf.ByteString)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
public GraphDebugInfo.Builder addRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek)
publik GraphDebugInfo.Builder clearFiles ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
boolean publik berisi Jejak (kunci String)
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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor publik getDescriptorForType ()
GetFiles String publik (indeks int)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
publik com.google.protobuf.ByteString getFilesBytes (indeks int)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
int publik 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 () publik
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
peta publik<String, GraphDebugInfo.StackTrace > getMutableTraces ()
Gunakan pengakses mutasi alternatif sebagai gantinya.
Peta publik<String, GraphDebugInfo.StackTrace > getTraces ()
Gunakan getTracesMap()
sebagai gantinya.
int publik 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;
Peta publik<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;
publik GraphDebugInfo.StackTrace getTracesOrDefault (kunci string, 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;
publik GraphDebugInfo.StackTrace getTracesOrThrow (kunci string)
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 akhir publik diinisialisasi ()
GraphDebugInfo.Builder mergeFrom publik (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
GraphDebugInfo.Builder mergeUnknownFields akhir publik (com.google.protobuf.UnknownFieldSet unknownFields)
publik GraphDebugInfo.Builder putAllTraces (nilai 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 (kunci string, nilai 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;
publik GraphDebugInfo.Builder deleteTraces (kunci string)
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 setField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek)
publik GraphDebugInfo.Builder setFiles (indeks int, nilai String)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;