DebuggedGraph

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

En t GRAPH_ID_FIELD_NUMBER
En t GRAPH_NAME_FIELD_NUMBER
En t INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
En t INSTRUMENTED_OPS_FIELD_NUMBER
En t ORIGINAL_GRAPH_DEF_FIELD_NUMBER
En t OUTER_CONTEXT_ID_FIELD_NUMBER

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
booleano final
static DebuggedGraph.Builder
static DebuggedGraph.Builder
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
DebuggedGraph.Builder
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)

public static DebuggedGraph getDefaultInstance ()

public DebuggedGraph getDefaultInstanceForType ()

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 ()

DebuggedGraph.Builder estático público newBuilder ()

DebuggedGraph.Builder estático público newBuilder (prototipo de DebuggedGraph )

public DebuggedGraph.Builder newBuilderForType ()

public static DebuggedGraph parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static DebuggedGraph parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static DebuggedGraph parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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 DebuggedGraph.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException