lớp cuối cùng công khai GraphDebugInfo
Loại protobuf tensorflow.GraphDebugInfo
Các lớp lồng nhau
lớp học | GraphDebugInfo.Builder | Loại protobuf tensorflow.GraphDebugInfo | |
lớp học | GraphDebugInfo.FileLineCol | This represents a file/line location in the source code. | |
giao diện | GraphDebugInfo.FileLineColOrBuilder | ||
lớp học | GraphDebugInfo.StackTrace | This represents a stack trace which is a ordered list of `FileLineCol`. | |
giao diện | GraphDebugInfo.StackTraceOrBuilder |
Hằng số
int | FILES_FIELD_NUMBER | |
int | TRACES_FIELD_NUMBER |
Phương pháp công khai
boolean | chứaTraces (Khóa chuỗi) This maps a node name to a stack trace in the source code. |
boolean | bằng (Đối tượng obj) |
GraphDebugInfo tĩnh | |
Thông tin gỡ lỗi đồ thị | |
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng | |
Sợi dây | getFiles (chỉ mục int) This stores all the source code file names and can be indexed by the `file_index`. |
com.google.protobuf.ByteString | getFilesBytes (chỉ mục int) This stores all the source code file names and can be indexed by the `file_index`. |
int | 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`. |
int | |
Bản đồ<Chuỗi, GraphDebugInfo.StackTrace > | getTraces () Thay vào đó hãy sử dụng getTracesMap() . |
int | getTraceCount () This maps a node name to a stack trace in the source code. |
Bản đồ<Chuỗi, GraphDebugInfo.StackTrace > | getTraceMap () This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrDefault (Khóa chuỗi, GraphDebugInfo.StackTrace defaultValue) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrThrow (Khóa chuỗi) This maps a node name to a stack trace in the source code. |
com.google.protobuf.UnknownFieldSet cuối cùng | |
int | mã băm () |
boolean cuối cùng | |
GraphDebugInfo.Builder tĩnh | newBuilder ( nguyên mẫu GraphDebugInfo ) |
GraphDebugInfo.Builder tĩnh | |
GraphDebugInfo.Builder | |
GraphDebugInfo tĩnh | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào) |
GraphDebugInfo tĩnh | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry) |
GraphDebugInfo tĩnh | ParseFrom (dữ liệu ByteBuffer) |
GraphDebugInfo tĩnh | ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GraphDebugInfo tĩnh | ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GraphDebugInfo tĩnh | ParseFrom (đầu vào com.google.protobuf.CodedInputStream) |
GraphDebugInfo tĩnh | ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GraphDebugInfo tĩnh | ParseFrom (dữ liệu com.google.protobuf.ByteString) |
GraphDebugInfo tĩnh | ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GraphDebugInfo tĩnh | ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
tĩnh | |
GraphDebugInfo.Builder | toBuilder () |
trống rỗng | writeTo (đầu ra com.google.protobuf.CodedOutputStream) |
Phương pháp kế thừa
Hằng số
int tĩnh công khai FILES_FIELD_NUMBER
Giá trị không đổi: 1
int tĩnh cuối cùng TRACES_FIELD_NUMBER
Giá trị không đổi: 2
Phương pháp công khai
boolean công khai chứaTraces (Khóa chuỗi)
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;
boolean công khai bằng (Object obj)
công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()
Chuỗi công khai getFiles (chỉ mục 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 công khai (chỉ mục int)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
int công khai getFilesCount ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
com.google.protobuf.ProtocolStringList getFilesList công khai ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
công cộng getParserForType ()
int công khai getSerializedSize ()
Bản đồ công khai<String, GraphDebugInfo.StackTrace > getTraces ()
Thay vào đó hãy sử dụng getTracesMap()
.
int công khai getTraceCount ()
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;
Bản đồ công khai<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;
công khai GraphDebugInfo.StackTrace getTracesOrDefault (Khóa chuỗi, 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;
công khai GraphDebugInfo.StackTrace getTracesOrThrow (Khóa chuỗi)
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;
trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()
mã băm int công khai ()
boolean cuối cùng công khai được khởi tạo ()
GraphDebugInfo tĩnh công khai phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)
Ném
IOException |
---|
GraphDebugInfo tĩnh công khai phân tích cú phápDelimitedFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
phân tích cú pháp GraphDebugInfo tĩnh công khaiTừ (dữ liệu ByteBuffer)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
GraphDebugInfo tĩnh công khai phân tích cú phápFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
công khai phân tích cú pháp GraphDebugInfo tĩnh công khai (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
phân tích cú pháp GraphDebugInfo tĩnh công khai (đầu vào com.google.protobuf.CodedInputStream)
Ném
IOException |
---|
GraphDebugInfo phân tích cú pháp tĩnh công khaiTừ (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
phân tích cú pháp GraphDebugInfo tĩnh công khaiTừ (dữ liệu com.google.protobuf.ByteString)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
phân tích cú pháp GraphDebugInfo tĩnh công khaiTừ (Đầu vàoInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
công khai phân tích cú pháp GraphDebugInfo tĩnh công khai (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
công cộng tĩnh trình phân tích cú pháp ()
public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)
Ném
IOException |
---|