GraphDebugInfoOrBuilder

genel arayüz GraphDebugInfoOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut boole
içerirTraces (Dize anahtarı)
 This maps a node name to a stack trace in the source code.
soyut Dize
getFiles (int dizini)
 This stores all the source code file names and can be indexed by the
 `file_index`.
abstract com.google.protobuf.ByteString
getFilesBytes (int dizini)
 This stores all the source code file names and can be indexed by the
 `file_index`.
soyut int
getFilesCount ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
özet Liste<String>
getFilesList ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
soyut Harita<String, GraphDebugInfo.StackTrace >
getTraces ()
Bunun yerine getTracesMap() işlevini kullanın.
soyut int
getTracesCount ()
 This maps a node name to a stack trace in the source code.
soyut Harita<String, GraphDebugInfo.StackTrace >
getTracesMap ()
 This maps a node name to a stack trace in the source code.
soyut GraphDebugInfo.StackTrace
getTracesOrDefault (Dize anahtarı, GraphDebugInfo.StackTrace defaultValue)
 This maps a node name to a stack trace in the source code.
soyut GraphDebugInfo.StackTrace
getTracesOrThrow (Dize tuşu)
 This maps a node name to a stack trace in the source code.

Genel Yöntemler

genel soyut boolean içerirTraces (Dize anahtarı)

 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;

genel özet Dize getFiles (int dizini)

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

genel özet com.google.protobuf.ByteString getFilesBytes (int dizini)

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

genel özet int getFilesCount ()

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

genel özet Listesi<String> getFilesList ()

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

genel soyut Harita<String, GraphDebugInfo.StackTrace > getTraces ()

Bunun yerine getTracesMap() işlevini kullanın.

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

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

genel özet GraphDebugInfo.StackTrace getTracesOrDefault (String anahtarı, 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;

genel özet GraphDebugInfo.StackTrace getTracesOrThrow (Dize anahtarı)

 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;