DebuggedGraph.Builder

clase final estática pública DebuggedGraph.Builder

 A debugger-instrumented graph.
 
Protobuf tipo tensorflow.DebuggedGraph

Métodos públicos

DebuggedGraph.Builder
addAllInstrumentedOps (valores <String> iterables )
 Names of the instrumented ops.
DebuggedGraph.Builder
addInstrumentedOps (valor de cadena)
 Names of the instrumented ops.
DebuggedGraph.Builder
addInstrumentedOpsBytes (valor de com.google.protobuf.ByteString)
 Names of the instrumented ops.
DebuggedGraph.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
DebuggedGraph
DebuggedGraph
DebuggedGraph.Builder
claro ()
DebuggedGraph.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
DebuggedGraph.Builder
clearGraphId ()
 An ID for the graph.
DebuggedGraph.Builder
clearGraphName ()
 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
clon ()
DebuggedGraph
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
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.
booleano final
DebuggedGraph.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedGraph.Builder
mergeFrom (com.google.protobuf.Message otro)
final DebuggedGraph.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
DebuggedGraph.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
DebuggedGraph.Builder
setGraphId (valor de cadena)
 An ID for the graph.
DebuggedGraph.Builder
setGraphIdBytes (valor de com.google.protobuf.ByteString)
 An ID for the graph.
DebuggedGraph.Builder
setGraphName (valor de cadena)
 Name of the graph (if available).
DebuggedGraph.Builder
setGraphNameBytes (valor de com.google.protobuf.ByteString)
 Name of the graph (if available).
DebuggedGraph.Builder
setInstrumentedGraphDef (valor com.google.protobuf.ByteString)
 An encoded version of a GraphDef.
DebuggedGraph.Builder
setInstrumentedOps (índice int, valor de cadena)
 Names of the instrumented ops.
DebuggedGraph.Builder
setOriginalGraphDef (valor de com.google.protobuf.ByteString)
 Original (uninstrumented) GraphDef (if available).
DebuggedGraph.Builder
setOuterContextId (valor de cadena)
 IDs of the immediate enclosing context (graph), if any.
DebuggedGraph.Builder
setOuterContextIdBytes (valor de com.google.protobuf.ByteString)
 IDs of the immediate enclosing context (graph), if any.
DebuggedGraph.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
final DebuggedGraph.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public DebuggedGraph.Builder addAllInstrumentedOps (valores <String> iterables )

 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 (valor de cadena)

 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 (valor de 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, valor del objeto)

public DebuggedGraph build ()

public DebuggedGraph buildPartial ()

public DebuggedGraph.Builder clear ()

public DebuggedGraph.Builder clearField (campo 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;

public DebuggedGraph.Builder clone ()

public DebuggedGraph getDefaultInstanceForType ()

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

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

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;

public final boolean isInitialized ()

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

Lanza
IOException

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

DebuggedGraph.Builder final público mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public DebuggedGraph.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public DebuggedGraph.Builder setGraphId (valor de cadena)

 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 (valor de 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 (valor de cadena)

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

public DebuggedGraph.Builder setGraphNameBytes (valor de com.google.protobuf.ByteString)

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

public DebuggedGraph.Builder setInstrumentedGraphDef (valor de 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 (índice int, valor de cadena)

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

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

public DebuggedGraph.Builder setOuterContextId (valor de cadena)

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

public DebuggedGraph.Builder setOuterContextIdBytes (valor de 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, índice int, valor del objeto)

público final DebuggedGraph.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)