classe final pública GraphDebugInfo
Tipo de protobuf tensorflow.GraphDebugInfo
Classes aninhadas
aula | GraphDebugInfo.Builder | Tipo de protobuf tensorflow.GraphDebugInfo | |
aula | GraphDebugInfo.FileLineCol | This represents a file/line location in the source code. | |
interface | GraphDebugInfo.FileLineColOrBuilder | ||
aula | GraphDebugInfo.StackTrace | This represents a stack trace which is a ordered list of `FileLineCol`. | |
interface | GraphDebugInfo.StackTraceOrBuilder |
Constantes
interno | FILES_FIELD_NUMBER | |
interno | TRACES_FIELD_NUMBER |
Métodos Públicos
booleano | contémTraces (chave de string) This maps a node name to a stack trace in the source code. |
booleano | é igual (objeto obj) |
GraphDebugInfo estático | |
GraphDebugInfo | |
final estático com.google.protobuf.Descriptors.Descriptor | |
Corda | getFiles (índice interno) This stores all the source code file names and can be indexed by the `file_index`. |
com.google.protobuf.ByteString | getFilesBytes (índice interno) This stores all the source code file names and can be indexed by the `file_index`. |
interno | getFilesCount () This stores all the source code file names and can be indexed by the `file_index`. |
com.google.protobuf.ProtocolStringList | getListaArquivos () This stores all the source code file names and can be indexed by the `file_index`. |
interno | |
Mapa<String, GraphDebugInfo.StackTrace > | obterTraces () Use getTracesMap() em vez disso. |
interno | getTracesCount () This maps a node name to a stack trace in the source code. |
Mapa<String, GraphDebugInfo.StackTrace > | getTracesMap () This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrDefault (chave de string, GraphDebugInfo.StackTrace defaultValue) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrThrow (chave de string) This maps a node name to a stack trace in the source code. |
final com.google.protobuf.UnknownFieldSet | |
interno | código hash () |
booleano final | |
GraphDebugInfo.Builder estático | newBuilder (protótipo GraphDebugInfo ) |
GraphDebugInfo.Builder estático | |
GraphDebugInfo.Builder | |
GraphDebugInfo estático | parseDelimitedFrom (entrada InputStream) |
GraphDebugInfo estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo estático | parseFrom (dados de ByteBuffer) |
GraphDebugInfo estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
GraphDebugInfo estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo estático | parseFrom (dados com.google.protobuf.ByteString) |
GraphDebugInfo estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
GraphDebugInfo.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int FILES_FIELD_NUMBER
Valor Constante: 1
público estático final int TRACES_FIELD_NUMBER
Valor Constante: 2
Métodos Públicos
public boolean containsTraces (chave 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;
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
string pública getFiles (índice int)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
público com.google.protobuf.ByteString getFilesBytes (índice int)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
público int getFilesCount ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
público 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;
público getParserForType ()
público int getSerializedSize ()
público 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;
public Map<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;
público GraphDebugInfo.StackTrace getTracesOrDefault (chave 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;
público GraphDebugInfo.StackTrace getTracesOrThrow (chave de 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;
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static GraphDebugInfo parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static GraphDebugInfo parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static GraphDebugInfo parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
público estático GraphDebugInfo parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static GraphDebugInfo parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
público estático GraphDebugInfo parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static GraphDebugInfo parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static GraphDebugInfo parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|