genel final sınıfı GraphDebugInfo
Protobuf türü tensorflow.GraphDebugInfo
İç İçe Sınıflar
sınıf | GraphDebugInfo.Builder | Protobuf türü tensorflow.GraphDebugInfo | |
sınıf | GraphDebugInfo.FileLineCol | This represents a file/line location in the source code. | |
arayüz | GraphDebugInfo.FileLineColOrBuilder | ||
sınıf | GraphDebugInfo.StackTrace | This represents a stack trace which is a ordered list of `FileLineCol`. | |
arayüz | GraphDebugInfo.StackTraceOrBuilder |
Sabitler
int | FILES_FIELD_NUMBER | |
int | TRACES_FIELD_NUMBER |
Genel Yöntemler
boolean | içerirTraces (Dize anahtarı) This maps a node name to a stack trace in the source code. |
boolean | eşittir (Nesne nesnesi) |
statik GraphDebugInfo | |
GrafikHata AyıklamaBilgisi | |
final statik com.google.protobuf.Descriptors.Descriptor | |
Sicim | getFiles (int dizini) This stores all the source code file names and can be indexed by the `file_index`. |
com.google.protobuf.ByteString | getFilesBytes (int dizini) 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`. |
int | |
Harita<String, GraphDebugInfo.StackTrace > | getTraces () Bunun yerine getTracesMap() kullanın. |
int | getTracesCount () This maps a node name to a stack trace in the source code. |
Harita<String, GraphDebugInfo.StackTrace > | getTracesMap () This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrDefault (Dize anahtarı, GraphDebugInfo.StackTrace defaultValue) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrThrow (Dize tuşu) This maps a node name to a stack trace in the source code. |
final com.google.protobuf.UnknownFieldSet | |
int | hashKodu () |
son boole değeri | Başlatıldı () |
statik GraphDebugInfo.Builder | newBuilder ( GraphDebugInfo prototipi) |
statik GraphDebugInfo.Builder | yeniİnşaatçı () |
GraphDebugInfo.Builder | |
statik GraphDebugInfo | parseDelimitedFrom (InputStream girişi) |
statik GraphDebugInfo | parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik GraphDebugInfo | parseFrom (ByteBuffer verileri) |
statik GraphDebugInfo | parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik GraphDebugInfo | parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik GraphDebugInfo | ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi) |
statik GraphDebugInfo | parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik GraphDebugInfo | ayrıştırmaFrom (com.google.protobuf.ByteString verileri) |
statik GraphDebugInfo | parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik GraphDebugInfo | parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik | ayrıştırıcı () |
GraphDebugInfo.Builder | inşaatçıya () |
geçersiz | writeTo (com.google.protobuf.CodedOutputStream çıkışı) |
Kalıtsal Yöntemler
Sabitler
genel statik final int FILES_FIELD_NUMBER
Sabit Değer: 1
genel statik final int TRACES_FIELD_NUMBER
Sabit Değer: 2
Genel Yöntemler
genel boolean içerirTraces (Dize anahtarı)
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;
genel boole eşittir (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getFiles (int dizini)
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 dizini)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
public int getFilesCount ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
public 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;
halk getParserForType ()
public int getSerializedSize ()
public 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;
genel Harita<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;
public GraphDebugInfo.StackTrace getTracesOrDefault (String anahtarı, 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;
public GraphDebugInfo.StackTrace getTracesOrThrow (Dize anahtarı)
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;
genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()
genel int hashCode ()
genel final boolean isInitialized ()
genel statik GraphDebugInfo parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
genel statik GraphDebugInfo ayrıştırmaFrom (ByteBuffer verileri)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik GraphDebugInfo ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
genel statik GraphDebugInfo ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik GraphDebugInfo ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
Atar
IO İstisnası |
---|
genel statik GraphDebugInfo ayrıştırmaFrom (bayt[] veri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik GraphDebugInfo ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik GraphDebugInfo ayrıştırmaFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
genel statik GraphDebugInfo ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik ayrıştırıcı ()
genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)
Atar
IO İstisnası |
---|