kelas akhir publik GraphDebugInfo
Tipe protobuf tensorflow.GraphDebugInfo
Kelas Bersarang
kelas | GraphDebugInfo.Builder | Tipe protobuf tensorflow.GraphDebugInfo | |
kelas | GraphDebugInfo.FileLineCol | This represents a file/line location in the source code. | |
antarmuka | GraphDebugInfo.FileLineColOrBuilder | ||
kelas | GraphDebugInfo.StackTrace | This represents a stack trace which is a ordered list of `FileLineCol`. | |
antarmuka | GraphDebugInfo.StackTraceOrBuilder |
Konstanta
ke dalam | FILE_FIELD_NUMBER | |
ke dalam | TRACES_FIELD_NUMBER |
Metode Publik
boolean | berisi Jejak (kunci string) This maps a node name to a stack trace in the source code. |
boolean | sama dengan (Objek objek) |
GraphDebugInfo statis | |
GraphDebugInfo | |
com.google.protobuf.Descriptors.Descriptor statis terakhir | |
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`. |
ke dalam | |
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. |
final com.google.protobuf.UnknownFieldSet | |
ke dalam | Kode hash () |
boolean terakhir | |
GraphDebugInfo.Builder statis | newBuilder (prototipe GraphDebugInfo ) |
GraphDebugInfo.Builder statis | |
GraphDebugInfo.Builder | |
GraphDebugInfo statis | parseDelimitedFrom (masukan Aliran Masukan) |
GraphDebugInfo statis | parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo statis | parseFrom (data ByteBuffer) |
GraphDebugInfo statis | parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo statis | parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo statis | parseFrom (com.google.protobuf.CodedInputStream masukan) |
GraphDebugInfo statis | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo statis | parseFrom (com.google.protobuf.ByteString data) |
GraphDebugInfo statis | parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo statis | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statis | pengurai () |
GraphDebugInfo.Builder | |
ruang kosong | writeTo (com.google.protobuf.CodedOutputStream keluaran) |
Metode Warisan
Konstanta
int akhir statis publik FILES_FIELD_NUMBER
Nilai Konstan: 1
int akhir statis publik TRACES_FIELD_NUMBER
Nilai Konstan: 2
Metode Publik
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;
boolean publik sama (Obj objek)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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;
publik dapatkanParserForType ()
publik int getSerializedSize ()
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;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
kode hash int publik ()
boolean akhir publik diinisialisasi ()
GraphDebugInfo statis publik parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
parseFrom GraphDebugInfo statis publik (data ByteBuffer)
Melempar
ProtokolBufferException Tidak Valid |
---|
parseFrom GraphDebugInfo statis publik (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
parseFrom GraphDebugInfo statis publik (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
ProtokolBufferException Tidak Valid |
---|
parseFrom GraphDebugInfo statis publik (com.google.protobuf.CodedInputStream input)
Melempar
Pengecualian IO |
---|
parseFrom GraphDebugInfo statis publik (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
ProtokolBufferException Tidak Valid |
---|
parseFrom GraphDebugInfo statis publik (com.google.protobuf.ByteString data)
Melempar
ProtokolBufferException Tidak Valid |
---|
parseFrom GraphDebugInfo statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
parseFrom GraphDebugInfo statis publik (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
ProtokolBufferException Tidak Valid |
---|
statis publik pengurai ()
public void writeTo (com.google.protobuf.CodedOutputStream keluaran)
Melempar
Pengecualian IO |
---|