GraphDebugInfo.Builder

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

Protobuf 型tensorflow.GraphDebugInfo

パブリックメソッド

グラフデバッグ情報ビルダー
addAllFiles (Iterable<String> 値)
 This stores all the source code file names and can be indexed by the
 `file_index`.
グラフデバッグ情報ビルダー
addFiles (文字列値)
 This stores all the source code file names and can be indexed by the
 `file_index`.
グラフデバッグ情報ビルダー
addFilesBytes (com.google.protobuf.ByteString 値)
 This stores all the source code file names and can be indexed by the
 `file_index`.
グラフデバッグ情報ビルダー
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
グラフデバッグ情報
建てる()
グラフデバッグ情報
グラフデバッグ情報ビルダー
クリア()
グラフデバッグ情報ビルダー
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
グラフデバッグ情報ビルダー
クリアファイル()
 This stores all the source code file names and can be indexed by the
 `file_index`.
グラフデバッグ情報ビルダー
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
グラフデバッグ情報ビルダー
グラフデバッグ情報ビルダー
ブール値
containsTraces (文字列キー)
 This maps a node name to a stack trace in the source code.
グラフデバッグ情報
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getFiles (int インデックス)
 This stores all the source code file names and can be indexed by the
 `file_index`.
com.google.protobuf.ByteString
getFilesBytes (int インデックス)
 This stores all the source code file names and can be indexed by the
 `file_index`.
整数
getFilesCount ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
com.google.protobuf.ProtocolStringList
getFilesList ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
Map<String, GraphDebugInfo.StackTrace >
getMutableTraces ()
代わりに代替の突然変異アクセサーを使用してください。
Map<String, GraphDebugInfo.StackTrace >
getTraces ()
代わりにgetTracesMap()を使用してください。
整数
getTracesCount ()
 This maps a node name to a stack trace in the source code.
Map<String, GraphDebugInfo.StackTrace >
getTracesMap ()
 This maps a node name to a stack trace in the source code.
グラフデバッグ情報.スタックトレース
getTracesOrDefault (文字列キー、 GraphDebugInfo.StackTrace defaultValue)
 This maps a node name to a stack trace in the source code.
グラフデバッグ情報.スタックトレース
getTracesOrThrow (文字列キー)
 This maps a node name to a stack trace in the source code.
最終ブール値
グラフデバッグ情報ビルダー
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
グラフデバッグ情報ビルダー
mergeFrom (com.google.protobuf.Message other)
最終的なGraphDebugInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
グラフデバッグ情報ビルダー
putAllTraces (Map<String, GraphDebugInfo.StackTrace > 値)
 This maps a node name to a stack trace in the source code.
グラフデバッグ情報ビルダー
putTraces (文字列キー、 GraphDebugInfo.StackTrace値)
 This maps a node name to a stack trace in the source code.
グラフデバッグ情報ビルダー
RemoveTraces (文字列キー)
 This maps a node name to a stack trace in the source code.
グラフデバッグ情報ビルダー
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
グラフデバッグ情報ビルダー
setFiles (int インデックス、文字列値)
 This stores all the source code file names and can be indexed by the
 `file_index`.
グラフデバッグ情報ビルダー
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
最終的なGraphDebugInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public GraphDebugInfo.Builder addAllFiles (Iterable<String> 値)

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

public GraphDebugInfo.Builder addFiles (文字列値)

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

public GraphDebugInfo.Builder addFilesBytes (com.google.protobuf.ByteString 値)

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

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

public GraphDebugInfoビルド()

public GraphDebugInfo buildPartial ()

public GraphDebugInfo.Builderクリア()

public GraphDebugInfo.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public GraphDebugInfo.Builder clearFiles ()

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

public GraphDebugInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public GraphDebugInfo.Builder ClearTraces ()

パブリックGraphDebugInfo.Builderクローン()

public boolean containsTraces (文字列キー)

 This maps a node name to a stack trace in the source code.
 The map key is a mangling of the containing function and op name with
 syntax:
   op.name '@' func_name
 For ops in the top-level graph, the func_name is the empty string.
 Note that op names are restricted to a small number of characters which
 exclude '@', making it impossible to collide keys of this form. Function
 names accept a much wider set of characters.
 It would be preferable to avoid mangling and use a tuple key of (op.name,
 func_name), but this is not supported with protocol buffers.
 
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;

public GraphDebugInfo getDefaultInstanceForType ()

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

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

public String getFiles (int インデックス)

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

public com.google.protobuf.ByteString getFilesBytes (int インデックス)

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

public int getFilesCount ()

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

public com.google.protobuf.ProtocolStringList getFilesList ()

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

public Map<String, GraphDebugInfo.StackTrace > getMutableTraces ()

代わりに代替の突然変異アクセサーを使用してください。

public Map<String, GraphDebugInfo.StackTrace > getTraces ()

代わりにgetTracesMap()を使用してください。

public int getTracesCount ()

 This maps a node name to a stack trace in the source code.
 The map key is a mangling of the containing function and op name with
 syntax:
   op.name '@' func_name
 For ops in the top-level graph, the func_name is the empty string.
 Note that op names are restricted to a small number of characters which
 exclude '@', making it impossible to collide keys of this form. Function
 names accept a much wider set of characters.
 It would be preferable to avoid mangling and use a tuple key of (op.name,
 func_name), but this is not supported with protocol buffers.
 
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;

public Map<String, GraphDebugInfo.StackTrace > getTracesMap ()

 This maps a node name to a stack trace in the source code.
 The map key is a mangling of the containing function and op name with
 syntax:
   op.name '@' func_name
 For ops in the top-level graph, the func_name is the empty string.
 Note that op names are restricted to a small number of characters which
 exclude '@', making it impossible to collide keys of this form. Function
 names accept a much wider set of characters.
 It would be preferable to avoid mangling and use a tuple key of (op.name,
 func_name), but this is not supported with protocol buffers.
 
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;

public GraphDebugInfo.StackTrace getTracesOrDefault (文字列キー、 GraphDebugInfo.StackTrace defaultValue)

 This maps a node name to a stack trace in the source code.
 The map key is a mangling of the containing function and op name with
 syntax:
   op.name '@' func_name
 For ops in the top-level graph, the func_name is the empty string.
 Note that op names are restricted to a small number of characters which
 exclude '@', making it impossible to collide keys of this form. Function
 names accept a much wider set of characters.
 It would be preferable to avoid mangling and use a tuple key of (op.name,
 func_name), but this is not supported with protocol buffers.
 
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;

public GraphDebugInfo.StackTrace getTracesOrThrow (文字列キー)

 This maps a node name to a stack trace in the source code.
 The map key is a mangling of the containing function and op name with
 syntax:
   op.name '@' func_name
 For ops in the top-level graph, the func_name is the empty string.
 Note that op names are restricted to a small number of characters which
 exclude '@', making it impossible to collide keys of this form. Function
 names accept a much wider set of characters.
 It would be preferable to avoid mangling and use a tuple key of (op.name,
 func_name), but this is not supported with protocol buffers.
 
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;

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

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

投げる
IO例外

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

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

public GraphDebugInfo.Builder putAllTraces (Map<String, GraphDebugInfo.StackTrace > 値)

 This maps a node name to a stack trace in the source code.
 The map key is a mangling of the containing function and op name with
 syntax:
   op.name '@' func_name
 For ops in the top-level graph, the func_name is the empty string.
 Note that op names are restricted to a small number of characters which
 exclude '@', making it impossible to collide keys of this form. Function
 names accept a much wider set of characters.
 It would be preferable to avoid mangling and use a tuple key of (op.name,
 func_name), but this is not supported with protocol buffers.
 
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;

public GraphDebugInfo.Builder putTraces (文字列キー、 GraphDebugInfo.StackTrace値)

 This maps a node name to a stack trace in the source code.
 The map key is a mangling of the containing function and op name with
 syntax:
   op.name '@' func_name
 For ops in the top-level graph, the func_name is the empty string.
 Note that op names are restricted to a small number of characters which
 exclude '@', making it impossible to collide keys of this form. Function
 names accept a much wider set of characters.
 It would be preferable to avoid mangling and use a tuple key of (op.name,
 func_name), but this is not supported with protocol buffers.
 
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;

public GraphDebugInfo.Builder RemoveTraces (文字列キー)

 This maps a node name to a stack trace in the source code.
 The map key is a mangling of the containing function and op name with
 syntax:
   op.name '@' func_name
 For ops in the top-level graph, the func_name is the empty string.
 Note that op names are restricted to a small number of characters which
 exclude '@', making it impossible to collide keys of this form. Function
 names accept a much wider set of characters.
 It would be preferable to avoid mangling and use a tuple key of (op.name,
 func_name), but this is not supported with protocol buffers.
 
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;

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

public GraphDebugInfo.Builder setFiles (int インデックス、文字列値)

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

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

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