DebuggedGraph

classe finale pubblica DebuggedGraph

 A debugger-instrumented graph.
 
Tipo protobuf tensorflow.DebuggedGraph

Classi nidificate

classe DebuggedGraph.Builder
 A debugger-instrumented graph. 

Costanti

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

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
grafico con debug statico
Grafico con debug
com.google.protobuf.Descriptors.Descriptor statico finale
Corda
getIdGrafico ()
 An ID for the graph.
com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
Corda
getNomeGrafico ()
 Name of the graph (if available).
com.google.protobuf.ByteString
getNomeGraficoBytes ()
 Name of the graph (if available).
com.google.protobuf.ByteString
getInstrumentedGraphDef ()
 An encoded version of a GraphDef.
Corda
getInstrumentedOps (indice int)
 Names of the instrumented ops.
com.google.protobuf.ByteString
getInstrumentedOpsBytes (indice 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).
Corda
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
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
static DebuggedGraph.Builder
static DebuggedGraph.Builder
DebuggedGraph.Builder
grafico con debug statico
parseDelimitedFrom (input InputStream)
grafico con debug statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
grafico con debug statico
parseFrom (dati ByteBuffer)
grafico con debug statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
grafico con debug statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
grafico con debug statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
grafico con debug statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
grafico con debug statico
parseFrom (dati com.google.protobuf.ByteString)
grafico con debug statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
grafico con debug statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
DebuggedGraph.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int GRAPH_ID_FIELD_NUMBER

Valore costante: 1

pubblico statico finale int GRAPH_NAME_FIELD_NUMBER

Valore costante: 2

public static final int INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER

Valore costante: 5

public static final int INSTRUMENTED_OPS_FIELD_NUMBER

Valore costante: 3

public static final int ORIGINAL_GRAPH_DEF_FIELD_NUMBER

Valore costante: 4

public static final int OUTER_CONTEXT_ID_FIELD_NUMBER

Valore costante: 6

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico statico DebuggedGraph getDefaultInstance ()

public DebuggedGraph getDefaultInstanceForType ()

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

stringa pubblica getGraphId ()

 An ID for the graph.
 This can be used up to look up graph names. Generated by the debugger.
 
string graph_id = 1;

pubblico 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;

stringa pubblica getGraphName ()

 Name of the graph (if available).
 
string graph_name = 2;

pubblico com.google.protobuf.ByteString getGraphNameBytes ()

 Name of the graph (if available).
 
string graph_name = 2;

pubblico 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 (indice 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;

pubblico com.google.protobuf.ByteString getInstrumentedOpsBytes (indice 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;

pubblico 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;

pubblico com.google.protobuf.ByteString getOriginalGraphDef ()

 Original (uninstrumented) GraphDef (if available).
 
bytes original_graph_def = 4;

stringa pubblica getOuterContextId ()

 IDs of the immediate enclosing context (graph), if any.
 
string outer_context_id = 6;

pubblico com.google.protobuf.ByteString getOuterContextIdBytes ()

 IDs of the immediate enclosing context (graph), if any.
 
string outer_context_id = 6;

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

public static DebuggedGraph.Builder newBuilder ()

public static DebuggedGraph.Builder newBuilder (prototipo DebuggedGraph )

public DebuggedGraph.Builder newBuilderForType ()

public static DebuggedGraph parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

parseFrom pubblico statico DebuggedGraph (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebuggedGraph (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico DebuggedGraph (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebuggedGraph (input com.google.protobuf.CodedInputStream)

Lancia
IOException

public static DebuggedGraph parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebuggedGraph (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebuggedGraph (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico DebuggedGraph (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico DebuggedGraph.Builder toBuilder ()

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

Lancia
IOException