GraphDebugInfoOrBuilder

antarmuka publik GraphDebugInfoOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

boolean abstrak
berisi Jejak (kunci string)
 This maps a node name to a stack trace in the source code.
Tali abstrak
getFiles (indeks int)
 This stores all the source code file names and can be indexed by the
 `file_index`.
abstrak com.google.protobuf.ByteString
getFilesBytes (indeks int)
 This stores all the source code file names and can be indexed by the
 `file_index`.
abstrak ke dalam
dapatkanFilesCount ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
Daftar abstrak<String>
dapatkanDaftar File ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
peta abstrak<String, GraphDebugInfo.StackTrace >
dapatkan Jejak ()
Gunakan getTracesMap() sebagai gantinya.
abstrak ke dalam
dapatkanTraceCount ()
 This maps a node name to a stack trace in the source code.
peta abstrak<String, GraphDebugInfo.StackTrace >
dapatkan TracesMap ()
 This maps a node name to a stack trace in the source code.
abstrak GraphDebugInfo.StackTrace
getTracesOrDefault (kunci string, GraphDebugInfo.StackTrace defaultValue)
 This maps a node name to a stack trace in the source code.
abstrak GraphDebugInfo.StackTrace
getTracesOrThrow (kunci string)
 This maps a node name to a stack trace in the source code.

Metode Publik

boolean abstrak publik berisi Jejak (kunci String)

 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;

publik abstrak String getFiles (int indeks)

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

abstrak publik com.google.protobuf.ByteString getFilesBytes (indeks int)

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

abstrak publik int getFilesCount ()

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

Daftar abstrak publik<String> getFilesList ()

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

peta abstrak publik<String, GraphDebugInfo.StackTrace > getTraces ()

Gunakan getTracesMap() sebagai gantinya.

abstrak publik 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;

Peta abstrak publik<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;

abstrak publik GraphDebugInfo.StackTrace getTracesOrDefault (kunci string, 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;

abstrak publik GraphDebugInfo.StackTrace getTracesOrThrow (kunci string)

 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;