clase final pública GraphDebugInfo
Protobuf tipo tensorflow.GraphDebugInfo
Clases anidadas
clase | GraphDebugInfo.Builder | Protobuf tipo tensorflow.GraphDebugInfo | |
clase | GraphDebugInfo.FileLineCol | This represents a file/line location in the source code. | |
interfaz | GraphDebugInfo.FileLineColOrBuilder | ||
clase | GraphDebugInfo.StackTrace | This represents a stack trace which is a ordered list of `FileLineCol`. | |
interfaz | GraphDebugInfo.StackTraceOrBuilder |
Constantes
entero | ARCHIVOS_CAMPO_NÚMERO | |
entero | TRACES_FIELD_NUMBER |
Métodos públicos
booleano | contieneTraces (clave de cadena) This maps a node name to a stack trace in the source code. |
booleano | es igual (Objeto obj) |
GraphDebugInfo estático | |
GraphDebugInfo | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Cadena | getFiles (índice int) This stores all the source code file names and can be indexed by the `file_index`. |
com.google.protobuf.ByteString | getFilesBytes (índice int) This stores all the source code file names and can be indexed by the `file_index`. |
entero | getFilesCount () This stores all the source code file names and can be indexed by the `file_index`. |
com.google.protobuf.ProtocolStringList | obtener lista de archivos () This stores all the source code file names and can be indexed by the `file_index`. |
entero | |
Mapa<Cadena, GraphDebugInfo.StackTrace > | obtenerTrazas () Utilice getTracesMap() en su lugar. |
entero | getTracesCount () This maps a node name to a stack trace in the source code. |
Mapa<Cadena, GraphDebugInfo.StackTrace > | obtenerTracesMap () This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrDefault (clave de cadena, GraphDebugInfo.StackTrace defaultValue) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrThrow (clave de cadena) This maps a node name to a stack trace in the source code. |
com.google.protobuf.UnknownFieldSet final | |
entero | código hash () |
booleano final | |
GraphDebugInfo.Builder estático | newBuilder (prototipo GraphDebugInfo ) |
GraphDebugInfo.Builder estático | |
GraphDebugInfo.Builder | |
GraphDebugInfo estático | parseDelimitedFrom (entrada de InputStream) |
GraphDebugInfo estático | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo estático | parseFrom (datos de ByteBuffer) |
GraphDebugInfo estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
GraphDebugInfo estático | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
GraphDebugInfo estático | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo estático | parseFrom (datos com.google.protobuf.ByteString) |
GraphDebugInfo estático | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo estático | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
estático | analizador () |
GraphDebugInfo.Builder | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
booleano | es igual (Objeto arg0) |
Clase final<?> | obtenerclase () |
entero | código hash () |
vacío final | notificar () |
vacío final | notificar a todos () |
Cadena | a cadena () |
vacío final | esperar (arg0 largo, int arg1) |
vacío final | espera (arg0 largo) |
vacío final | esperar () |
booleano abstracto | contieneTraces (clave de cadena) This maps a node name to a stack trace in the source code. |
cadena abstracta | getFiles (índice int) This stores all the source code file names and can be indexed by the `file_index`. |
resumen com.google.protobuf.ByteString | getFilesBytes (índice int) This stores all the source code file names and can be indexed by the `file_index`. |
resumen entero | getFilesCount () This stores all the source code file names and can be indexed by the `file_index`. |
Lista abstracta<Cadena> | obtener lista de archivos () This stores all the source code file names and can be indexed by the `file_index`. |
Mapa abstracto<Cadena, GraphDebugInfo.StackTrace > | obtenerTrazas () Utilice getTracesMap() en su lugar. |
resumen entero | getTracesCount () This maps a node name to a stack trace in the source code. |
Mapa abstracto<Cadena, GraphDebugInfo.StackTrace > | obtenerTracesMap () This maps a node name to a stack trace in the source code. |
resumen GraphDebugInfo.StackTrace | getTracesOrDefault (clave de cadena, GraphDebugInfo.StackTrace defaultValue) This maps a node name to a stack trace in the source code. |
resumen GraphDebugInfo.StackTrace | getTracesOrThrow (clave de cadena) This maps a node name to a stack trace in the source code. |
Constantes
int final estático público FILES_FIELD_NUMBER
Valor constante: 1
int final estático público TRACES_FIELD_NUMBER
Valor constante: 2
Métodos públicos
booleano público contieneTraces (clave de cadena)
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 booleano es igual (Objeto obj)
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
cadena 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;
Mapa público<Cadena, 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 (clave de cadena, 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 (clave de cadena)
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 final com.google.protobuf.UnknownFieldSet getUnknownFields ()
código hash int público ()
público final booleano isInitialized ()
GraphDebugInfo estático público parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
GraphDebugInfo público estático parseFrom (datos ByteBuffer)
Lanza
Excepción de buffer de protocolo no válido |
---|
GraphDebugInfo parseFrom estático público (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
parseFrom público estático de GraphDebugInfo (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
GraphDebugInfo parseFrom estático público (entrada com.google.protobuf.CodedInputStream)
Lanza
IOExcepción |
---|
análisis estático público GraphDebugInfo (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
GraphDebugInfo parseFrom estático público (datos com.google.protobuf.ByteString)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom público estático de GraphDebugInfo (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
parseFrom público estático de GraphDebugInfo (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|