DebuggedGraph.Builder

genel statik son sınıf DebuggedGraph.Builder

 A debugger-instrumented graph.
 
Protobuf türü tensorflow.DebuggedGraph

Genel Yöntemler

Hata AyıklanmışGraph.Builder
addAllInstrumentedOps (Yinelenebilir<String> değerleri)
 Names of the instrumented ops.
Hata AyıklanmışGraph.Builder
addInstrumentedOps (Dize değeri)
 Names of the instrumented ops.
Hata AyıklanmışGraph.Builder
addInstrumentedOpsBytes (com.google.protobuf.ByteString değeri)
 Names of the instrumented ops.
Hata AyıklanmışGraph.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
Hata AyıklanmışGrafik
Hata AyıklanmışGrafik
Hata AyıklanmışGraph.Builder
Hata AyıklanmışGraph.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)
Hata AyıklanmışGraph.Builder
clearGraphID ()
 An ID for the graph.
Hata AyıklanmışGraph.Builder
clearGraphAdı ()
 Name of the graph (if available).
Hata AyıklanmışGraph.Builder
clearInstrumentedGraphDef ()
 An encoded version of a GraphDef.
Hata AyıklanmışGraph.Builder
clearInstrumentedOps ()
 Names of the instrumented ops.
Hata AyıklanmışGraph.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
Hata AyıklanmışGraph.Builder
clearOriginalGraphDef ()
 Original (uninstrumented) GraphDef (if available).
Hata AyıklanmışGraph.Builder
clearOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
Hata AyıklanmışGraph.Builder
klon ()
Hata AyıklanmışGrafik
final statik com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Sicim
getGraphId ()
 An ID for the graph.
com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
Sicim
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.
Sicim
getInstrumentedOps (int dizini)
 Names of the instrumented ops.
com.google.protobuf.ByteString
getInstrumentedOpsBytes (int dizini)
 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).
Sicim
getOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
com.google.protobuf.ByteString
getOuterContextIdBytes ()
 IDs of the immediate enclosing context (graph), if any.
son boole değeri
Hata AyıklanmışGraph.Builder
mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Hata AyıklanmışGraph.Builder
mergeFrom (com.google.protobuf.Message other)
son DebuggedGraph.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
Hata AyıklanmışGraph.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
Hata AyıklanmışGraph.Builder
setGraphId (Dize değeri)
 An ID for the graph.
Hata AyıklanmışGraph.Builder
setGraphIdBytes (com.google.protobuf.ByteString değeri)
 An ID for the graph.
Hata AyıklanmışGraph.Builder
setGraphName (Dize değeri)
 Name of the graph (if available).
Hata AyıklanmışGraph.Builder
setGraphNameBytes (com.google.protobuf.ByteString değeri)
 Name of the graph (if available).
Hata AyıklanmışGraph.Builder
setInstrumentedGraphDef (com.google.protobuf.ByteString değeri)
 An encoded version of a GraphDef.
Hata AyıklanmışGraph.Builder
setInstrumentedOps (int dizini, Dize değeri)
 Names of the instrumented ops.
Hata AyıklanmışGraph.Builder
setOriginalGraphDef (com.google.protobuf.ByteString değeri)
 Original (uninstrumented) GraphDef (if available).
Hata AyıklanmışGraph.Builder
setOuterContextId (Dize değeri)
 IDs of the immediate enclosing context (graph), if any.
Hata AyıklanmışGraph.Builder
setOuterContextIdBytes (com.google.protobuf.ByteString değeri)
 IDs of the immediate enclosing context (graph), if any.
Hata AyıklanmışGraph.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
son DebuggedGraph.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields)

Kalıtsal Yöntemler

Genel Yöntemler

public DebuggedGraph.Builder addAllInstrumentedOps (Yinelenebilir<String> değerleri)

 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 (Dize değeri)

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

 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 (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

genel DebuggedGraph yapısı ()

genel Hata AyıklanmışGrafik buildPartial ()

genel DebuggedGraph.Builder clear ()

genel DebuggedGraph.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)

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

genel DebuggedGraph.Builder clearGraphName ()

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

genel DebuggedGraph.Builder clearInstrumentedGraphDef ()

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

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

genel DebuggedGraph.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

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

genel DebuggedGraph.Builder klonu ()

public DebuggedGraph getDefaultInstanceForType ()

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

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

genel Dize 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;

genel Dize 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 (int dizini)

 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 (int dizini)

 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;

genel final boolean isInitialized ()

genel DebuggedGraph.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

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

genel final DebuggedGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public DebuggedGraph.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

public DebuggedGraph.Builder setGraphId (Dize değeri)

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

 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 (Dize değeri)

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

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

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

public DebuggedGraph.Builder setInstrumentedGraphDef (com.google.protobuf.ByteString değeri)

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

public DebuggedGraph.Builder setInstrumentedOps (int dizini, Dize değeri)

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

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

public DebuggedGraph.Builder setOuterContextId (Dize değeri)

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

public DebuggedGraph.Builder setOuterContextIdBytes (com.google.protobuf.ByteString değeri)

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

public DebuggedGraph.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)

genel final DebuggedGraph.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)