lớp cuối cùng tĩnh công khai DebuggedGraph.Builder
A debugger-instrumented graph.Protobuf loại
tensorflow.DebuggedGraph
Phương pháp công khai
DebuggedGraph.Builder | addAllInstrumentedOps (giá trị Iterable<String>) Names of the instrumented ops. |
DebuggedGraph.Builder | addInstrumentedOps (Giá trị chuỗi) Names of the instrumented ops. |
DebuggedGraph.Builder | addInstrumentedOpsBytes (giá trị com.google.protobuf.ByteString) Names of the instrumented ops. |
DebuggedGraph.Builder | addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng) |
Đồ thị gỡ lỗi | xây dựng () |
Đồ thị gỡ lỗi | |
DebuggedGraph.Builder | thông thoáng () |
DebuggedGraph.Builder | ClearField (trường com.google.protobuf.Descriptors.FieldDescriptor) |
DebuggedGraph.Builder | ClearGraphId () An ID for the graph. |
DebuggedGraph.Builder | clearGraphName () Name of the graph (if available). |
DebuggedGraph.Builder | clearInstrumentedGraphDef () An encoded version of a GraphDef. |
DebuggedGraph.Builder | clearInstrumentedOps () Names of the instrumented ops. |
DebuggedGraph.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DebuggedGraph.Builder | clearOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
DebuggedGraph.Builder | clearOuterContextId () IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | dòng vô tính () |
Đồ thị gỡ lỗi | |
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng | |
com.google.protobuf.Descriptors.Descriptor | |
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. |
boolean cuối cùng | |
DebuggedGraph.Builder | mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
DebuggedGraph.Builder | mergeFrom (com.google.protobuf.Message other) |
DebuggedGraph.Builder cuối cùng | hợp nhấtUnknownFields (com.google.protobuf.UnknownFieldSet knownFields) |
DebuggedGraph.Builder | setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng) |
DebuggedGraph.Builder | setGraphId (Giá trị chuỗi) An ID for the graph. |
DebuggedGraph.Builder | setGraphIdBytes (giá trị com.google.protobuf.ByteString) An ID for the graph. |
DebuggedGraph.Builder | setGraphName (Giá trị chuỗi) Name of the graph (if available). |
DebuggedGraph.Builder | setGraphNameBytes (giá trị com.google.protobuf.ByteString) Name of the graph (if available). |
DebuggedGraph.Builder | setInstrumentedGraphDef (giá trị com.google.protobuf.ByteString) An encoded version of a GraphDef. |
DebuggedGraph.Builder | setInstrumentedOps (chỉ mục int, giá trị chuỗi) Names of the instrumented ops. |
DebuggedGraph.Builder | setOriginalGraphDef (giá trị com.google.protobuf.ByteString) Original (uninstrumented) GraphDef (if available). |
DebuggedGraph.Builder | setOuterContextId (Giá trị chuỗi) IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | setOuterContextIdBytes (giá trị com.google.protobuf.ByteString) IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng) |
DebuggedGraph.Builder cuối cùng | setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields) |
Phương pháp kế thừa
Phương pháp công khai
public DebuggedGraph.Builder addAllInstrumentedOps (giá trị Iterable<String>)
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;
public DebuggedGraph.Builder addInstrumentedOps (Giá trị chuỗi)
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 DebuggedGraph.Builder addInstrumentedOpsBytes (giá trị com.google.protobuf.ByteString)
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 DebuggedGraph.Builder addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
công khai DebuggedGraph.Builder clearGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
công khai DebuggedGraph.Builder clearGraphName ()
Name of the graph (if available).
string graph_name = 2;
công khai DebuggedGraph.Builder clearInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
công khai DebuggedGraph.Builder clearInstrumentedOps ()
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 DebuggedGraph.Builder clearOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
công khai DebuggedGraph.Builder clearOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor công khai getDescriptorForType ()
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;
boolean cuối cùng công khai được khởi tạo ()
công khai DebuggedGraph.Builder mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
trận chung kết công khai DebuggedGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
công khai DebuggedGraph.Builder setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
công khai DebuggedGraph.Builder setGraphId (Giá trị chuỗi)
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
công khai DebuggedGraph.Builder setGraphIdBytes (giá trị com.google.protobuf.ByteString)
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
công khai DebuggedGraph.Builder setGraphName (Giá trị chuỗi)
Name of the graph (if available).
string graph_name = 2;
công khai DebuggedGraph.Builder setGraphNameBytes (giá trị com.google.protobuf.ByteString)
Name of the graph (if available).
string graph_name = 2;
công khai DebuggedGraph.Builder setInstrumentedGraphDef (giá trị com.google.protobuf.ByteString)
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
public DebuggedGraph.Builder setInstrumentedOps (chỉ mục int, giá trị chuỗi)
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 DebuggedGraph.Builder setOriginalGraphDef (giá trị com.google.protobuf.ByteString)
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
công khai DebuggedGraph.Builder setOuterContextId (Giá trị chuỗi)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
công khai DebuggedGraph.Builder setOuterContextIdBytes (giá trị com.google.protobuf.ByteString)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;