lớp cuối cùng công khai DebuggedGraph
A debugger-instrumented graph.
tensorflow.DebuggedGraph
Các lớp lồng nhau
lớp học | DebuggedGraph.Builder | A debugger-instrumented graph. |
Hằng số
int | GRAPH_ID_FIELD_NUMBER | |
int | GRAPH_NAME_FIELD_NUMBER | |
int | INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER | |
int | INSTRUMENTED_OPS_FIELD_NUMBER | |
int | ORIGINAL_GRAPH_DEF_FIELD_NUMBER | |
int | OUTER_CONTEXT_ID_FIELD_NUMBER |
Phương pháp công khai
boolean | bằng (Đối tượng obj) |
đồ thị gỡ lỗi tĩnh | |
Đồ thị gỡ lỗi | |
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng | |
Sợi dây | getGraphId () An ID for the graph. |
com.google.protobuf.ByteString | getGraphIdBytes () An ID for the graph. |
Sợi dây | getGraphName () Name of the graph (if available). |
com.google.protobuf.ByteString | getGraphNameBytes () Name of the graph (if available). |
com.google.protobuf.ByteString | getInstrumentedGraphDef () An encoded version of a GraphDef. |
Sợi dây | getInstrumentedOps (chỉ mục int) Names of the instrumented ops. |
com.google.protobuf.ByteString | getInstrumentedOpsBytes (chỉ mục int) Names of the instrumented ops. |
int | getInstrumentedOpsCount () Names of the instrumented ops. |
com.google.protobuf.ProtocolStringList | getInstrumentedOpsList () Names of the instrumented ops. |
com.google.protobuf.ByteString | getOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
Sợi dây | getOuterContextId () IDs of the immediate enclosing context (graph), if any. |
com.google.protobuf.ByteString | getOuterContextIdBytes () IDs of the immediate enclosing context (graph), if any. |
int | |
com.google.protobuf.UnknownFieldSet cuối cùng | |
int | mã băm () |
boolean cuối cùng | |
tĩnh DebuggedGraph.Builder | |
tĩnh DebuggedGraph.Builder | newBuilder ( nguyên mẫu DebuggedGraph ) |
DebuggedGraph.Builder | |
đồ thị gỡ lỗi tĩnh | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào) |
đồ thị gỡ lỗi 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) |
đồ thị gỡ lỗi tĩnh | ParseFrom (dữ liệu ByteBuffer) |
đồ thị gỡ lỗi tĩnh | ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
đồ thị gỡ lỗi tĩnh | ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
đồ thị gỡ lỗi tĩnh | ParseFrom (đầu vào com.google.protobuf.CodedInputStream) |
đồ thị gỡ lỗi tĩnh | ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
đồ thị gỡ lỗi tĩnh | ParseFrom (dữ liệu com.google.protobuf.ByteString) |
đồ thị gỡ lỗi tĩnh | ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
đồ thị gỡ lỗi tĩnh | ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
tĩnh | |
DebuggedGraph.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 GRAPH_ID_FIELD_NUMBER
Giá trị không đổi: 1
int cuối cùng tĩnh công khai GRAPH_NAME_FIELD_NUMBER
Giá trị không đổi: 2
int tĩnh công khai INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
Giá trị không đổi: 5
int tĩnh cuối cùng INSTRUMENTED_OPS_FIELD_NUMBER
Giá trị không đổi: 3
int tĩnh công khai ORIGINAL_GRAPH_DEF_FIELD_NUMBER
Giá trị không đổi: 4
int tĩnh cuối cùng công khai OUTER_CONTEXT_ID_FIELD_NUMBER
Giá trị không đổi: 6
Phương pháp công khai
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 getGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
com.google.protobuf.ByteString getGraphIdBytes công khai ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
Chuỗi công khai getGraphName ()
Name of the graph (if available).
string graph_name = 2;
com.google.protobuf.ByteString getGraphNameBytes công khai ()
Name of the graph (if available).
string graph_name = 2;
com.google.protobuf.ByteString getInstrumentedGraphDef công khai ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
Chuỗi công khai getInstrumentedOps (chỉ mục int)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
công khai com.google.protobuf.ByteString getInstrumentedOpsBytes (chỉ mục int)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
int công khai getInstrumentedOpsCount ()
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
com.google.protobuf.ProtocolStringList công khai getInstrumentedOpsList ()
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
com.google.protobuf.ByteString getOriginalGraphDef công khai ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
Chuỗi công khai getOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
com.google.protobuf.ByteString getOuterContextIdBytes công khai ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
công cộng getParserForType ()
int công khai getSerializedSize ()
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 ()
tĩnh công khai DebuggedGraph parsingDelimitedFrom (Đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
phân tích cú pháp DebuggedGraph tĩnh công khaiFrom (dữ liệu ByteBuffer)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
phân tích cú pháp DebuggedGraph tĩnh công khaiTừ (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
public static DebuggedGraph parsingFrom (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 DebuggedGraph tĩnh công khaiFrom (đầu vào com.google.protobuf.CodedInputStream)
Ném
IOException |
---|
tĩnh công khai Phân tích cú pháp DebuggedGraphTừ (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 DebuggedGraph tĩnh công khaiFrom (dữ liệu com.google.protobuf.ByteString)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
public static DebuggedGraph parsingFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
tĩnh công khai DebuggedGraph parsingFrom (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 |
---|