DebuggedGraph.Builder

classe finale statica pubblica DebuggedGraph.Builder

 A debugger-instrumented graph.
 
Tipo protobuf tensorflow.DebuggedGraph

Metodi pubblici

DebuggedGraph.Builder
addAllInstrumentedOps (valori Iterable<String>)
 Names of the instrumented ops.
DebuggedGraph.Builder
addInstrumentedOps (valore stringa)
 Names of the instrumented ops.
DebuggedGraph.Builder
addInstrumentedOpsBytes (valore com.google.protobuf.ByteString)
 Names of the instrumented ops.
DebuggedGraph.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
Grafico con debug
Grafico con debug
DebuggedGraph.Builder
chiaro ()
DebuggedGraph.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
DebuggedGraph.Builder
clearGraphId ()
 An ID for the graph.
DebuggedGraph.Builder
clearNomeGrafico ()
 Name of the graph (if available).
DebuggedGraph.Builder
clearInstrumentedGraphDef ()
 An encoded version of a GraphDef.
DebuggedGraph.Builder
clearInstrumentedOps ()
 Names of the instrumented ops.
DebuggedGraph.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
DebuggedGraph.Builder
clearOriginalGraphDef ()
 Original (uninstrumented) GraphDef (if available).
DebuggedGraph.Builder
clearOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
DebuggedGraph.Builder
clone ()
Grafico con debug
com.google.protobuf.Descriptors.Descriptor statico finale
com.google.protobuf.Descriptors.Descriptor
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.
booleano finale
DebuggedGraph.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
DebuggedGraph.Builder
mergeFrom (com.google.protobuf.Message altro)
finale DebuggedGraph.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
DebuggedGraph.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
DebuggedGraph.Builder
setGraphId (valore stringa)
 An ID for the graph.
DebuggedGraph.Builder
setGraphIdBytes (valore com.google.protobuf.ByteString)
 An ID for the graph.
DebuggedGraph.Builder
setGraphName (valore stringa)
 Name of the graph (if available).
DebuggedGraph.Builder
setGraphNameBytes (valore com.google.protobuf.ByteString)
 Name of the graph (if available).
DebuggedGraph.Builder
setInstrumentedGraphDef (valore com.google.protobuf.ByteString)
 An encoded version of a GraphDef.
DebuggedGraph.Builder
setInstrumentedOps (indice int, valore stringa)
 Names of the instrumented ops.
DebuggedGraph.Builder
setOriginalGraphDef (valore com.google.protobuf.ByteString)
 Original (uninstrumented) GraphDef (if available).
DebuggedGraph.Builder
setOuterContextId (valore stringa)
 IDs of the immediate enclosing context (graph), if any.
DebuggedGraph.Builder
setOuterContextIdBytes (valore com.google.protobuf.ByteString)
 IDs of the immediate enclosing context (graph), if any.
DebuggedGraph.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
finale DebuggedGraph.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

Metodi ereditati

Metodi pubblici

public DebuggedGraph.Builder addAllInstrumentedOps (valori 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 (valore stringa)

 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 (valore 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

build pubblica di DebuggedGraph ()

public DebuggedGraph buildPartial ()

pubblico DebuggedGraph.Builder chiaro ()

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

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

public DebuggedGraph getDefaultInstanceForType ()

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

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

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;

public final booleano isInitialized ()

public DebuggedGraph.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

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

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

public DebuggedGraph.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

public DebuggedGraph.Builder setGraphId (valore stringa)

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

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

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

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

public DebuggedGraph.Builder setInstrumentedGraphDef (valore 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 (indice int, valore stringa)

 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 (valore com.google.protobuf.ByteString)

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

public DebuggedGraph.Builder setOuterContextId (valore stringa)

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

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

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

public DebuggedGraph.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

pubblico finale DebuggedGraph.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)