public final class DebuggedGraph
A debugger-instrumented graph.
tensorflow.DebuggedGraph
tipo tensorflow.DebuggedGraph
Classes aninhadas
aula | DebuggedGraph.Builder | A debugger-instrumented graph. |
Constantes
int | GRAPH_ID_FIELD_NUMBER | |
int | GRAPH_NAME_FIELD_NUMBER | |
int | INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER | |
int | INSTRUMENTED_OPS_FIELD_NUMBER | |
int | ORIGINAL_GRAPH_DEF_FIELD_NUMBER | |
int | OUTER_CONTEXT_ID_FIELD_NUMBER |
Métodos Públicos
boleano | igual a (objeto obj) |
static DebuggedGraph | |
DebuggedGraph | |
final static com.google.protobuf.Descriptors.Descriptor | |
Fragmento | getGraphId () An ID for the graph. |
com.google.protobuf.ByteString | getGraphIdBytes () An ID for the graph. |
Fragmento | 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. |
Fragmento | getInstrumentedOps (int index) Names of the instrumented ops. |
com.google.protobuf.ByteString | getInstrumentedOpsBytes (int index) Names of the instrumented ops. |
int | 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). |
Fragmento | getOuterContextId () IDs of the immediate enclosing context (graph), if any. |
com.google.protobuf.ByteString | getOuterContextIdBytes () IDs of the immediate enclosing context (graph), if any. |
int | |
final com.google.protobuf.UnknownFieldSet | |
int | hashCode () |
final booleano | |
static DebuggedGraph.Builder | newBuilder () |
static DebuggedGraph.Builder | newBuilder (protótipo DebuggedGraph ) |
DebuggedGraph.Builder | |
static DebuggedGraph | parseDelimitedFrom (input InputStream) |
static DebuggedGraph | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebuggedGraph | parseFrom (dados ByteBuffer) |
static DebuggedGraph | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebuggedGraph | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebuggedGraph | parseFrom (com.google.protobuf.CodedInputStream input) |
static DebuggedGraph | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebuggedGraph | parseFrom (com.google.protobuf.ByteString data) |
static DebuggedGraph | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebuggedGraph | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
DebuggedGraph.Builder | toBuilder () |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
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
public static 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 equals (Object obj)
public static 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;
public String getInstrumentedOps (int index)
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 (int index)
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 (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static DebuggedGraph parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static DebuggedGraph parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static DebuggedGraph parseFrom (com.google.protobuf.CodedInputStream input)
Lança
IOException |
---|
public static DebuggedGraph parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static DebuggedGraph parseFrom (com.google.protobuf.ByteString data)
Lança
InvalidProtocolBufferException |
---|
public static DebuggedGraph parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static DebuggedGraph parseFrom (com.google.protobuf.ByteString data, 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 |
---|