DebuggedGraph.Builder

classe finale statique publique DebuggedGraph.Builder

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

Méthodes publiques

DéboguéGraph.Builder
addAllInstrumentedOps (valeurs Iterable<String>)
 Names of the instrumented ops.
DéboguéGraph.Builder
addInstrumentedOps (valeur de chaîne)
 Names of the instrumented ops.
DéboguéGraph.Builder
addInstrumentedOpsBytes (valeur com.google.protobuf.ByteString)
 Names of the instrumented ops.
DéboguéGraph.Builder
addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
Graphique débogué
Graphique débogué
DéboguéGraph.Builder
clair ()
DéboguéGraph.Builder
clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)
DéboguéGraph.Builder
clearGraphId ()
 An ID for the graph.
DéboguéGraph.Builder
clearGraphName ()
 Name of the graph (if available).
DéboguéGraph.Builder
clearInstrumentedGraphDef ()
 An encoded version of a GraphDef.
DéboguéGraph.Builder
clearInstrumentedOps ()
 Names of the instrumented ops.
DéboguéGraph.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
DéboguéGraph.Builder
clearOriginalGraphDef ()
 Original (uninstrumented) GraphDef (if available).
DéboguéGraph.Builder
clearOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
DéboguéGraph.Builder
cloner ()
Graphique débogué
final statique com.google.protobuf.Descriptors.Descriptor
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.
booléen final
DéboguéGraph.Builder
mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DéboguéGraph.Builder
mergeFrom (com.google.protobuf.Message autre)
final DebuggedGraph.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
DéboguéGraph.Builder
setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
DéboguéGraph.Builder
setGraphId (valeur de chaîne)
 An ID for the graph.
DéboguéGraph.Builder
setGraphIdBytes (valeur com.google.protobuf.ByteString)
 An ID for the graph.
DéboguéGraph.Builder
setGraphName (valeur de chaîne)
 Name of the graph (if available).
DéboguéGraph.Builder
setGraphNameBytes (valeur com.google.protobuf.ByteString)
 Name of the graph (if available).
DéboguéGraph.Builder
setInstrumentedGraphDef (valeur com.google.protobuf.ByteString)
 An encoded version of a GraphDef.
DéboguéGraph.Builder
setInstrumentedOps (index int, valeur de chaîne)
 Names of the instrumented ops.
DéboguéGraph.Builder
setOriginalGraphDef (valeur com.google.protobuf.ByteString)
 Original (uninstrumented) GraphDef (if available).
DéboguéGraph.Builder
setOuterContextId (valeur de chaîne)
 IDs of the immediate enclosing context (graph), if any.
DéboguéGraph.Builder
setOuterContextIdBytes (valeur com.google.protobuf.ByteString)
 IDs of the immediate enclosing context (graph), if any.
DéboguéGraph.Builder
setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
final DebuggedGraph.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)

Méthodes héritées

Méthodes publiques

public DebuggedGraph.Builder addAllInstrumentedOps (valeurs Iterable<String>)

 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 DebuggedGraph.Builder addInstrumentedOps (valeur de chaîne)

 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 DebuggedGraph.Builder addInstrumentedOpsBytes (valeur com.google.protobuf.ByteString)

 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 DebuggedGraph.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

build public DebuggedGraph ()

public DebuggedGraph buildPartial ()

public DebuggedGraph.Builder clear ()

public DebuggedGraph.Builder clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)

public DebuggedGraph.Builder clearGraphId ()

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

public DebuggedGraph.Builder clearGraphName ()

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

public DebuggedGraph.Builder clearInstrumentedGraphDef ()

 An encoded version of a GraphDef.
 This graph may include the debugger-inserted ops.
 
bytes instrumented_graph_def = 5;

public DebuggedGraph.Builder clearInstrumentedOps ()

 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 DebuggedGraph.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public DebuggedGraph.Builder clearOriginalGraphDef ()

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

public DebuggedGraph.Builder clearOuterContextId ()

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

clone public DebuggedGraph.Builder ()

public DebuggedGraph getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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;

public final booléen isInitialized ()

public DebuggedGraph.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public DebuggedGraph.Builder mergeFrom (com.google.protobuf.Message autre)

public final DebuggedGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public DebuggedGraph.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public DebuggedGraph.Builder setGraphId (valeur de chaîne)

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

public DebuggedGraph.Builder setGraphIdBytes (valeur com.google.protobuf.ByteString)

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

public DebuggedGraph.Builder setGraphName (valeur de chaîne)

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

public DebuggedGraph.Builder setGraphNameBytes (valeur com.google.protobuf.ByteString)

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

public DebuggedGraph.Builder setInstrumentedGraphDef (valeur com.google.protobuf.ByteString)

 An encoded version of a GraphDef.
 This graph may include the debugger-inserted ops.
 
bytes instrumented_graph_def = 5;

public DebuggedGraph.Builder setInstrumentedOps (index int, valeur de chaîne)

 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 DebuggedGraph.Builder setOriginalGraphDef (valeur com.google.protobuf.ByteString)

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

public DebuggedGraph.Builder setOuterContextId (valeur de chaîne)

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

public DebuggedGraph.Builder setOuterContextIdBytes (valeur com.google.protobuf.ByteString)

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

public DebuggedGraph.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)

public final DebuggedGraph.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)