DebuggedGraph.Builder

パブリック静的最終クラスDebuggedGraph.Builder

 A debugger-instrumented graph.
 
Protobuf 型tensorflow.DebuggedGraph

パブリックメソッド

DebuggedGraph.Builder
addAllInstrumentedOps (Iterable<String> 値)
 Names of the instrumented ops.
DebuggedGraph.Builder
addInstrumentedOps (文字列値)
 Names of the instrumented ops.
DebuggedGraph.Builder
addInstrumentedOpsBytes (com.google.protobuf.ByteString 値)
 Names of the instrumented ops.
DebuggedGraph.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
デバッグされたグラフ
建てる()
デバッグされたグラフ
DebuggedGraph.Builder
クリア()
DebuggedGraph.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
DebuggedGraph.Builder
クリアグラフID ()
 An ID for the graph.
DebuggedGraph.Builder
クリアグラフ名()
 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
デバッグされたグラフ
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getGraphId ()
 An ID for the graph.
com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
getグラフ名()
 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.
getInstrumentedOps (int インデックス)
 Names of the instrumented ops.
com.google.protobuf.ByteString
getInstrumentedOpsBytes (int インデックス)
 Names of the instrumented ops.
整数
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).
getOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
com.google.protobuf.ByteString
getOuterContextIdBytes ()
 IDs of the immediate enclosing context (graph), if any.
最終ブール値
DebuggedGraph.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedGraph.Builder
mergeFrom (com.google.protobuf.Message other)
最終的なDebuggedGraph.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
DebuggedGraph.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
DebuggedGraph.Builder
setGraphId (文字列値)
 An ID for the graph.
DebuggedGraph.Builder
setGraphIdBytes (com.google.protobuf.ByteString 値)
 An ID for the graph.
DebuggedGraph.Builder
setGraphName (文字列値)
 Name of the graph (if available).
DebuggedGraph.Builder
setGraphNameBytes (com.google.protobuf.ByteString 値)
 Name of the graph (if available).
DebuggedGraph.Builder
setInstrumentedGraphDef (com.google.protobuf.ByteString 値)
 An encoded version of a GraphDef.
DebuggedGraph.Builder
setInstrumentedOps (int インデックス、文字列値)
 Names of the instrumented ops.
DebuggedGraph.Builder
setOriginalGraphDef (com.google.protobuf.ByteString 値)
 Original (uninstrumented) GraphDef (if available).
DebuggedGraph.Builder
setOuterContextId (文字列値)
 IDs of the immediate enclosing context (graph), if any.
DebuggedGraph.Builder
setOuterContextIdBytes (com.google.protobuf.ByteString 値)
 IDs of the immediate enclosing context (graph), if any.
DebuggedGraph.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
最終的なDebuggedGraph.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public DebuggedGraph.Builder addAllInstrumentedOps (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 (文字列値)

 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 値)

 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 フィールド、オブジェクト値)

public DebuggedGraphビルド()

public DebuggedGraph buildPartial ()

public DebuggedGraph.Builder clear ()

public DebuggedGraph.Builder clearField (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クローン()

public DebuggedGraph getDefaultInstanceForType ()

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

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

パブリック 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;

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

パブリック 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;

パブリック最終ブール値isInitialized ()

public DebuggedGraph.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

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

public Final DebuggedGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public DebuggedGraph.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public DebuggedGraph.Builder setGraphId (文字列値)

 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 値)

 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 (文字列値)

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

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

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

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

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

public DebuggedGraph.Builder setOuterContextId (文字列値)

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

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

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

public DebuggedGraph.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public Final DebuggedGraph.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)