DebuggedGraph

classe finale publique DebuggedGraph

 A debugger-instrumented graph.
 
tensorflow.DebuggedGraph de type Protobuf.DebuggedGraph

Classes imbriquées

classe DéboguéGraph.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éthodes publiques

booléen
est égal (Obj objet)
Graphique débogé statique
Graphique débogué
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
getGraphId ()
 An ID for the graph.
com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
Chaîne
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.
Chaîne
getInstrumentedOps (index int)
 Names of the instrumented ops.
com.google.protobuf.ByteString
getInstrumentedOpsBytes (index int)
 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).
Chaîne
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
booléen final
statique DebuggedGraph.Builder
statique DebuggedGraph.Builder
DéboguéGraph.Builder
Graphique débogé statique
parseDelimitedFrom (entrée InputStream)
Graphique débogé statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Graphique débogé statique
parseFrom (données ByteBuffer)
Graphique débogé statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Graphique débogé statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Graphique débogé statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
Graphique débogé statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Graphique débogé statique
parseFrom (données com.google.protobuf.ByteString)
Graphique débogé statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Graphique débogé statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
DéboguéGraph.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int GRAPH_ID_FIELD_NUMBER

Valeur constante : 1

public statique final int GRAPH_NAME_FIELD_NUMBER

Valeur constante : 2

public statique final int INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER

Valeur constante : 5

public statique final int INSTRUMENTED_OPS_FIELD_NUMBER

Valeur constante : 3

public statique final int ORIGINAL_GRAPH_DEF_FIELD_NUMBER

Valeur constante : 4

public statique final int OUTER_CONTEXT_ID_FIELD_NUMBER

Valeur constante : 6

Méthodes publiques

public booléen égal (Objet obj)

public statique DebuggedGraph getDefaultInstance ()

public DebuggedGraph getDefaultInstanceForType ()

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

chaîne publique 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;

chaîne publique 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;

chaîne publique getInstrumentedOps (index 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 (index 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;

chaîne publique 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;

publique getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

code de hachage int public ()

public final booléen isInitialized ()

public statique DebuggedGraph.Builder newBuilder ()

public statique DebuggedGraph.Builder newBuilder (prototype DebuggedGraph )

public DebuggedGraph.Builder newBuilderForType ()

public statique DebuggedGraph parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static DebuggedGraph parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static DebuggedGraph parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static DebuggedGraph parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static DebuggedGraph parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique DebuggedGraph parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static DebuggedGraph parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique DebuggedGraph parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static DebuggedGraph parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static DebuggedGraph parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public DebuggedGraph.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException