GraphDebugInfoOrBuilder

パブリック インターフェイスGraphDebugInfoOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
containsTraces (文字列キー)
 This maps a node name to a stack trace in the source code.
抽象文字列
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`.
抽象リスト<String>
getFilesList ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
抽象 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.
抽象的なGraphDebugInfo.StackTrace
getTracesOrDefault (文字列キー、 GraphDebugInfo.StackTrace defaultValue)
 This maps a node name to a stack trace in the source code.
抽象的なGraphDebugInfo.StackTrace
getTracesOrThrow (文字列キー)
 This maps a node name to a stack trace in the source code.

パブリックメソッド

public abstract 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 abstract String getFiles (int インデックス)

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

パブリック抽象 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 abstract int getFilesCount ()

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

パブリック抽象 List<String> getFilesList ()

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

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

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

public abstract 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 abstract 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 abstract 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;

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