DebuggedGraph.Builder

publiczna statyczna klasa końcowa DebuggedGraph.Builder

 A debugger-instrumented graph.
 
Protobuf typu tensorflow.DebuggedGraph

Metody publiczne

DebuggedGraph.Builder
addAllInstrumentedOps (wartości Iterable<String>)
 Names of the instrumented ops.
DebuggedGraph.Builder
addInstrumentedOps (wartość ciągu)
 Names of the instrumented ops.
DebuggedGraph.Builder
addInstrumentedOpsBytes (wartość com.google.protobuf.ByteString)
 Names of the instrumented ops.
DebuggedGraph.Builder
addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
Debugowany wykres
Debugowany wykres
DebuggedGraph.Builder
jasne ()
DebuggedGraph.Builder
clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)
DebuggedGraph.Builder
clearGraphId ()
 An ID for the graph.
DebuggedGraph.Builder
wyczyśćNazwaWykresu ()
 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
wyczyśćOriginalGraphDef ()
 Original (uninstrumented) GraphDef (if available).
DebuggedGraph.Builder
clearOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
DebuggedGraph.Builder
klon ()
Debugowany wykres
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Strunowy
getGraphId ()
 An ID for the graph.
com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
Strunowy
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.
Strunowy
getInstrumentedOps (indeks int)
 Names of the instrumented ops.
com.google.protobuf.ByteString
getInstrumentedOpsBytes (indeks int)
 Names of the instrumented ops.
wew
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).
Strunowy
getOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
com.google.protobuf.ByteString
getOuterContextIdBytes ()
 IDs of the immediate enclosing context (graph), if any.
końcowa wartość logiczna
DebuggedGraph.Builder
mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
DebuggedGraph.Builder
mergeFrom (com.google.protobuf.Wiadomość inna)
końcowy DebuggedGraph.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)
DebuggedGraph.Builder
setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
DebuggedGraph.Builder
setGraphId (wartość ciągu)
 An ID for the graph.
DebuggedGraph.Builder
setGraphIdBytes (wartość com.google.protobuf.ByteString)
 An ID for the graph.
DebuggedGraph.Builder
setGraphName (wartość ciągu)
 Name of the graph (if available).
DebuggedGraph.Builder
setGraphNameBytes (wartość com.google.protobuf.ByteString)
 Name of the graph (if available).
DebuggedGraph.Builder
setInstrumentedGraphDef (wartość com.google.protobuf.ByteString)
 An encoded version of a GraphDef.
DebuggedGraph.Builder
setInstrumentedOps (indeks int, wartość ciągu)
 Names of the instrumented ops.
DebuggedGraph.Builder
setOriginalGraphDef (wartość com.google.protobuf.ByteString)
 Original (uninstrumented) GraphDef (if available).
DebuggedGraph.Builder
setOuterContextId (wartość ciągu)
 IDs of the immediate enclosing context (graph), if any.
DebuggedGraph.Builder
setOuterContextIdBytes (wartość com.google.protobuf.ByteString)
 IDs of the immediate enclosing context (graph), if any.
DebuggedGraph.Builder
setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
końcowy DebuggedGraph.Builder
setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)

Metody dziedziczone

Metody publiczne

public DebuggedGraph.Builder addAllInstrumentedOps (wartości 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 (wartość ciągu)

 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 (wartość 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 (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

publiczna kompilacja DebuggedGraph ()

public DebuggedGraph buildPartial ()

publiczny DebuggedGraph.Builder wyczyść ()

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

publiczny klon DebuggedGraph.Builder ()

publiczny DebuggedGraph getDefaultInstanceForType ()

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

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

publiczny ciąg 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;

publiczny ciąg 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;

public String getInstrumentedOps (indeks 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 (indeks 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;

publiczny ciąg 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;

publiczna końcowa wartość logiczna isInitialized ()

public DebuggedGraph.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

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

publiczna wersja końcowa DebuggedGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public DebuggedGraph.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

public DebuggedGraph.Builder setGraphId (wartość ciągu)

 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 (wartość 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 (wartość ciągu)

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

public DebuggedGraph.Builder setGraphNameBytes (wartość com.google.protobuf.ByteString)

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

public DebuggedGraph.Builder setInstrumentedGraphDef (wartość 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 (indeks int, wartość ciągu)

 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 (wartość com.google.protobuf.ByteString)

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

public DebuggedGraph.Builder setOuterContextId (wartość ciągu)

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

public DebuggedGraph.Builder setOuterContextIdBytes (wartość com.google.protobuf.ByteString)

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

public DebuggedGraph.Builder setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)

publiczna wersja końcowa DebuggedGraph.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)