clase final pública DebuggedGraph
A debugger-instrumented graph.
tensorflow.DebuggedGraph
Clases anidadas
clase | DepuradoGraph.Builder | A debugger-instrumented graph. |
Constantes
entero | GRAPH_ID_FIELD_NUMBER | |
entero | GRAPH_NAME_FIELD_NUMBER | |
entero | INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER | |
entero | INSTRUMENTED_OPS_FIELD_NUMBER | |
entero | ORIGINAL_GRAPH_DEF_FIELD_NUMBER | |
entero | OUTER_CONTEXT_ID_FIELD_NUMBER |
Métodos públicos
booleano | es igual (Objeto obj) |
Gráfico depurado estático | |
Gráfico depurado | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Cadena | obtenerIdGrafico () An ID for the graph. |
com.google.protobuf.ByteString | obtenerGraphIdBytes () An ID for the graph. |
Cadena | getGraphName () Name of the graph (if available). |
com.google.protobuf.ByteString | getGraphNameBytes () Name of the graph (if available). |
com.google.protobuf.ByteString | getInstrumentedGraphDef () An encoded version of a GraphDef. |
Cadena | getInstrumentedOps (índice int) Names of the instrumented ops. |
com.google.protobuf.ByteString | getInstrumentedOpsBytes (índice int) Names of the instrumented ops. |
entero | getInstrumentedOpsCount () Names of the instrumented ops. |
com.google.protobuf.ProtocolStringList | getLista de operaciones instrumentadas () Names of the instrumented ops. |
com.google.protobuf.ByteString | obtenerOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
Cadena | getOuterContextId () IDs of the immediate enclosing context (graph), if any. |
com.google.protobuf.ByteString | getOuterContextIdBytes () IDs of the immediate enclosing context (graph), if any. |
entero | |
com.google.protobuf.UnknownFieldSet final | |
entero | código hash () |
booleano final | |
estático DebuggedGraph.Builder | |
estático DebuggedGraph.Builder | newBuilder (prototipo DebuggedGraph ) |
DepuradoGraph.Builder | |
Gráfico depurado estático | parseDelimitedFrom (entrada de InputStream) |
Gráfico depurado estático | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Gráfico depurado estático | parseFrom (datos de ByteBuffer) |
Gráfico depurado estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
Gráfico depurado estático | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Gráfico depurado estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Gráfico depurado estático | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Gráfico depurado estático | parseFrom (datos com.google.protobuf.ByteString) |
Gráfico depurado estático | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Gráfico depurado estático | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
estático | analizador () |
DepuradoGraph.Builder | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público GRAPH_ID_FIELD_NUMBER
Valor constante: 1
int final estático público GRAPH_NAME_FIELD_NUMBER
Valor constante: 2
int final estático público INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
Valor constante: 5
int final estático público INSTRUMENTED_OPS_FIELD_NUMBER
Valor constante: 3
int final estático público ORIGINAL_GRAPH_DEF_FIELD_NUMBER
Valor constante: 4
int final estático público OUTER_CONTEXT_ID_FIELD_NUMBER
Valor constante: 6
Métodos públicos
público booleano es igual (Objeto obj)
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
cadena pública getGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
público com.google.protobuf.ByteString getGraphIdBytes ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
cadena pública getGraphName ()
Name of the graph (if available).
string graph_name = 2;
público com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph (if available).
string graph_name = 2;
público com.google.protobuf.ByteString getInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
cadena pública getInstrumentedOps (índice int)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
público com.google.protobuf.ByteString getInstrumentedOpsBytes (índice int)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
público int getInstrumentedOpsCount ()
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
público com.google.protobuf.ProtocolStringList getInstrumentedOpsList ()
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
público com.google.protobuf.ByteString getOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
Cadena pública getOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
público com.google.protobuf.ByteString getOuterContextIdBytes ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
público getParserForType ()
público int getSerializedSize ()
público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
código hash int público ()
público final booleano isInitialized ()
público estático DebuggedGraph parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
parseFrom público estático DebuggedGraph (datos ByteBuffer)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom público estático DebuggedGraph (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Lanza
IOExcepción |
---|
parseFrom público estático DebuggedGraph (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom público estático DebuggedGraph (entrada com.google.protobuf.CodedInputStream)
Lanza
IOExcepción |
---|
análisis estático público DebuggedGraph (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom público estático DebuggedGraph (datos com.google.protobuf.ByteString)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom público estático DebuggedGraph (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
parseFrom público estático DebuggedGraph (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 |
---|