کلاس نهایی استاتیک عمومی DebuggedGraph.Builder
A debugger-instrumented graph.
tensorflow.DebuggedGraph
روش های عمومی
DebuggedGraph.Builder | addAllInstrumentedOps (مقادیر<String> تکرارپذیر) Names of the instrumented ops. |
DebuggedGraph.Builder | addInstrumentedOps (مقدار رشته) Names of the instrumented ops. |
DebuggedGraph.Builder | addInstrumentedOpsBytes (com.google.protobuf.ByteString مقدار) Names of the instrumented ops. |
DebuggedGraph.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
Debugged Graph | ساختن () |
Debugged Graph | ساخت جزئی () |
DebuggedGraph.Builder | روشن () |
DebuggedGraph.Builder | clearField (فیلد 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 | کلون () |
Debugged Graph | |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
رشته | getGraphId () An ID for the graph. |
com.google.protobuf.ByteString | getGraphIdBytes () An ID for the graph. |
رشته | 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. |
رشته | getInstrumentedOps (شاخص int) Names of the instrumented ops. |
com.google.protobuf.ByteString | getInstrumentedOpsBytes (شاخص int) Names of the instrumented ops. |
بین المللی | 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). |
رشته | getOuterContextId () IDs of the immediate enclosing context (graph), if any. |
com.google.protobuf.ByteString | getOuterContextIdBytes () IDs of the immediate enclosing context (graph), if any. |
بولی نهایی | |
DebuggedGraph.Builder | mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebuggedGraph.Builder | mergeFrom (com.google.protobuf.Message other) |
DebuggedGraph.Builder نهایی | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
DebuggedGraph.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
DebuggedGraph.Builder | setGraphId (مقدار رشته) An ID for the graph. |
DebuggedGraph.Builder | setGraphIdBytes (مقدار com.google.protobuf.ByteString) An ID for the graph. |
DebuggedGraph.Builder | setGraphName (مقدار رشته) Name of the graph (if available). |
DebuggedGraph.Builder | setGraphNameBytes (مقدار com.google.protobuf.ByteString) Name of the graph (if available). |
DebuggedGraph.Builder | setInstrumentedGraphDef (مقدار com.google.protobuf.ByteString) An encoded version of a GraphDef. |
DebuggedGraph.Builder | setInstrumentedOps (شاخص int، مقدار رشته) Names of the instrumented ops. |
DebuggedGraph.Builder | setOriginalGraphDef (مقدار com.google.protobuf.ByteString) Original (uninstrumented) GraphDef (if available). |
DebuggedGraph.Builder | setOuterContextId (مقدار رشته) IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | setOuterContextIdBytes (مقدار com.google.protobuf.ByteString) IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object) |
DebuggedGraph.Builder نهایی | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
روش های ارثی
روش های عمومی
عمومی DebuggedGraph.Builder addAllInstrumentedOps (مقادیر<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;
عمومی DebuggedGraph.Builder addInstrumentedOps (مقدار رشته)
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;
عمومی DebuggedGraph.Builder addInstrumentedOpsBytes (مقدار 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;
عمومی DebuggedGraph.Builder addRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor، مقدار Object)
عمومی 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;
عمومی DebuggedGraph.Builder clearGraphName ()
Name of the graph (if available).
string graph_name = 2;
عمومی DebuggedGraph.Builder clearInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
عمومی 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;
عمومی DebuggedGraph.Builder clearOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
عمومی DebuggedGraph.Builder clearOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
رشته عمومی getGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
public com.google.protobuf.ByteString getGraphIdBytes ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
رشته عمومی getGraphName ()
Name of the graph (if available).
string graph_name = 2;
public com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph (if available).
string graph_name = 2;
عمومی com.google.protobuf.ByteString getInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
رشته عمومی getInstrumentedOps (شاخص 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;
عمومی com.google.protobuf.ByteString getInstrumentedOpsBytes (int index)
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 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 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;
public com.google.protobuf.ByteString getOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
رشته عمومی getOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
عمومی com.google.protobuf.ByteString getOuterContextIdBytes ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
بولین نهایی عمومی isInitialized ()
عمومی DebuggedGraph.Builder mergeFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی نهایی DebuggedGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public DebuggedGraph.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
عمومی DebuggedGraph.Builder setGraphId (مقدار رشته)
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
عمومی DebuggedGraph.Builder setGraphIdBytes (مقدار 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;
عمومی DebuggedGraph.Builder setGraphName (مقدار رشته)
Name of the graph (if available).
string graph_name = 2;
عمومی DebuggedGraph.Builder setGraphNameBytes (مقدار com.google.protobuf.ByteString)
Name of the graph (if available).
string graph_name = 2;
عمومی DebuggedGraph.Builder setInstrumentedGraphDef (مقدار com.google.protobuf.ByteString)
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
عمومی DebuggedGraph.Builder setInstrumentedOps (شاخص 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;
عمومی DebuggedGraph.Builder setOriginalGraphDef (مقدار com.google.protobuf.ByteString)
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
عمومی DebuggedGraph.Builder setOuterContextId (مقدار رشته)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
عمومی DebuggedGraph.Builder setOuterContextIdBytes (مقدار com.google.protobuf.ByteString)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;