kelas akhir statis publik DebuggedGraph.Builder
A debugger-instrumented graph.
tensorflow.DebuggedGraph
Metode Publik
DebuggedGraph.Builder | addAllInstrumentedOps (nilai<String> yang dapat diubah) Names of the instrumented ops. |
DebuggedGraph.Builder | addInstrumentedOps (Nilai string) Names of the instrumented ops. |
DebuggedGraph.Builder | addInstrumentedOpsBytes (nilai com.google.protobuf.ByteString) Names of the instrumented ops. |
DebuggedGraph.Builder | addRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
Grafik Debug | membangun () |
Grafik Debug | |
DebuggedGraph.Builder | jernih () |
DebuggedGraph.Builder | clearField (bidang com.google.protobuf.Descriptors.FieldDescriptor) |
DebuggedGraph.Builder | hapusGraphId () An ID for the graph. |
DebuggedGraph.Builder | hapusNamaGrafik () Name of the graph (if available). |
DebuggedGraph.Builder | jelasInstrumentedGraphDef () An encoded version of a GraphDef. |
DebuggedGraph.Builder | jelasInstrumentedOps () Names of the instrumented ops. |
DebuggedGraph.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DebuggedGraph.Builder | jelasOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
DebuggedGraph.Builder | jelasOuterContextId () IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | klon () |
Grafik Debug | |
com.google.protobuf.Descriptors.Descriptor statis terakhir | |
com.google.protobuf.Descriptors.Descriptor | |
Rangkaian | dapatkanGraphId () An ID for the graph. |
com.google.protobuf.ByteString | dapatkanGraphIdBytes () An ID for the graph. |
Rangkaian | dapatkanGraphName () Name of the graph (if available). |
com.google.protobuf.ByteString | dapatkanGraphNameBytes () Name of the graph (if available). |
com.google.protobuf.ByteString | dapatkanInstrumentedGraphDef () An encoded version of a GraphDef. |
Rangkaian | getInstrumentedOps (indeks int) Names of the instrumented ops. |
com.google.protobuf.ByteString | getInstrumentedOpsBytes (indeks int) Names of the instrumented ops. |
ke dalam | dapatkanInstrumentedOpsCount () Names of the instrumented ops. |
com.google.protobuf.ProtocolStringList | dapatkanInstrumentedOpsList () Names of the instrumented ops. |
com.google.protobuf.ByteString | dapatkanOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
Rangkaian | dapatkanOuterContextId () IDs of the immediate enclosing context (graph), if any. |
com.google.protobuf.ByteString | dapatkanOuterContextIdBytes () IDs of the immediate enclosing context (graph), if any. |
boolean terakhir | |
DebuggedGraph.Builder | mergeFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebuggedGraph.Builder | mergeFrom (com.google.protobuf.Pesan lainnya) |
DebuggedGraph.Builder terakhir | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
DebuggedGraph.Builder | setField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
DebuggedGraph.Builder | setGraphId (Nilai string) An ID for the graph. |
DebuggedGraph.Builder | setGraphIdBytes (nilai com.google.protobuf.ByteString) An ID for the graph. |
DebuggedGraph.Builder | setGraphName (Nilai string) Name of the graph (if available). |
DebuggedGraph.Builder | setGraphNameBytes (nilai com.google.protobuf.ByteString) Name of the graph (if available). |
DebuggedGraph.Builder | setInstrumentedGraphDef (nilai com.google.protobuf.ByteString) An encoded version of a GraphDef. |
DebuggedGraph.Builder | setInstrumentedOps (indeks int, nilai String) Names of the instrumented ops. |
DebuggedGraph.Builder | setOriginalGraphDef (nilai com.google.protobuf.ByteString) Original (uninstrumented) GraphDef (if available). |
DebuggedGraph.Builder | setOuterContextId (Nilai string) IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | setOuterContextIdBytes (nilai com.google.protobuf.ByteString) IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | setRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, indeks int, Nilai objek) |
DebuggedGraph.Builder terakhir | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Metode Warisan
Metode Publik
public DebuggedGraph.Builder addAllInstrumentedOps (nilai 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;
publik DebuggedGraph.Builder addInstrumentedOps (Nilai 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 addInstrumentedOpsBytes (nilai 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;
public DebuggedGraph.Builder addRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek)
publik 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;
publik DebuggedGraph.Builder clearGraphName ()
Name of the graph (if available).
string graph_name = 2;
publik DebuggedGraph.Builder clearInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
publik 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;
publik DebuggedGraph.Builder clearOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
publik 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 publik getDescriptorForType ()
String publik getGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
publik 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;
String publik getGraphName ()
Name of the graph (if available).
string graph_name = 2;
publik com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph (if available).
string graph_name = 2;
publik com.google.protobuf.ByteString getInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
String publik getInstrumentedOps (indeks 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;
publik com.google.protobuf.ByteString getInstrumentedOpsBytes (indeks 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 publik 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 () publik
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;
publik com.google.protobuf.ByteString getOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
String publik getOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
publik com.google.protobuf.ByteString getOuterContextIdBytes ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
boolean akhir publik diinisialisasi ()
public DebuggedGraph.Builder mergeFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
public final DebuggedGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public DebuggedGraph.Builder setField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek)
public DebuggedGraph.Builder setGraphId (Nilai string)
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
publik DebuggedGraph.Builder setGraphIdBytes (nilai 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;
publik DebuggedGraph.Builder setGraphName (Nilai string)
Name of the graph (if available).
string graph_name = 2;
public DebuggedGraph.Builder setGraphNameBytes (nilai com.google.protobuf.ByteString)
Name of the graph (if available).
string graph_name = 2;
public DebuggedGraph.Builder setInstrumentedGraphDef (nilai 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 (indeks int, nilai 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 setOriginalGraphDef (nilai com.google.protobuf.ByteString)
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
publik DebuggedGraph.Builder setOuterContextId (Nilai string)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
public DebuggedGraph.Builder setOuterContextIdBytes (nilai com.google.protobuf.ByteString)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;