DebuggedGraph de la clase final pública
A debugger-instrumented graph.Protobuf tipo
tensorflow.DebuggedGraph
Clases anidadas
clase | DebuggedGraph.Builder | A debugger-instrumented graph. |
Constantes
Métodos públicos
booleano | es igual a (Objeto obj) |
static DebuggedGraph | |
DebuggedGraph | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Cuerda | getGraphId () An ID for the graph. |
com.google.protobuf.ByteString | getGraphIdBytes () An ID for the graph. |
Cuerda | 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. |
Cuerda | getInstrumentedOps (índice int) Names of the instrumented ops. |
com.google.protobuf.ByteString | getInstrumentedOpsBytes (índice int) Names of the instrumented ops. |
En t | getInstrumentedOpsCount () Names of the instrumented ops. |
com.google.protobuf.ProtocolStringList | getInstrumentedOpsList () Names of the instrumented ops. |
com.google.protobuf.ByteString | getOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
Cuerda | getOuterContextId () IDs of the immediate enclosing context (graph), if any. |
com.google.protobuf.ByteString | getOuterContextIdBytes () IDs of the immediate enclosing context (graph), if any. |
En t | |
final com.google.protobuf.UnknownFieldSet | |
En t | hashCode () |
booleano final | |
static DebuggedGraph.Builder | newBuilder () |
static DebuggedGraph.Builder | newBuilder (prototipo DebuggedGraph ) |
DebuggedGraph.Builder | |
static DebuggedGraph | parseDelimitedFrom (entrada InputStream) |
static DebuggedGraph | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebuggedGraph | parseFrom (datos ByteBuffer) |
static DebuggedGraph | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebuggedGraph | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebuggedGraph | parseFrom (entrada com.google.protobuf.CodedInputStream) |
static DebuggedGraph | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebuggedGraph | parseFrom (datos com.google.protobuf.ByteString) |
static DebuggedGraph | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebuggedGraph | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analizador () |
DebuggedGraph.Builder | toBuilder () |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int GRAPH_ID_FIELD_NUMBER
Valor constante: 1
public static final int GRAPH_NAME_FIELD_NUMBER
Valor constante: 2
public static final int INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
Valor constante: 5
public static final int INSTRUMENTED_OPS_FIELD_NUMBER
Valor constante: 3
público estático final int ORIGINAL_GRAPH_DEF_FIELD_NUMBER
Valor constante: 4
public static final int OUTER_CONTEXT_ID_FIELD_NUMBER
Valor constante: 6
Métodos públicos
public boolean es igual a (Object obj)
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
public 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;
public String getGraphName ()
Name of the graph (if available).
string graph_name = 2;
public com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph (if available).
string graph_name = 2;
public com.google.protobuf.ByteString getInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
getInstrumentedOps de cadena pública (í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;
public 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;
public 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;
public 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;
public com.google.protobuf.ByteString getOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
public String getOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
public com.google.protobuf.ByteString getOuterContextIdBytes ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static DebuggedGraph parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
public static DebuggedGraph parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
public static DebuggedGraph parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
public static DebuggedGraph parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
IOException |
---|
public static DebuggedGraph parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
DebuggedGraph estático público parseFrom (datos de com.google.protobuf.ByteString)
Lanza
InvalidProtocolBufferException |
---|
public static DebuggedGraph parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
public static DebuggedGraph parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOException |
---|