kelas akhir publik DebuggedGraph
A debugger-instrumented graph.
tensorflow.DebuggedGraph
Kelas Bersarang
kelas | DebuggedGraph.Builder | A debugger-instrumented graph. |
Konstanta
ke dalam | GRAPH_ID_FIELD_NUMBER | |
ke dalam | GRAPH_NAME_FIELD_NUMBER | |
ke dalam | INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER | |
ke dalam | INSTRUMENTED_OPS_FIELD_NUMBER | |
ke dalam | ASLI_GRAPH_DEF_FIELD_NUMBER | |
ke dalam | OUTER_CONTEXT_ID_FIELD_NUMBER |
Metode Publik
boolean | sama dengan (Objek objek) |
Grafik Debugged statis | |
Grafik Debug | |
com.google.protobuf.Descriptors.Descriptor statis terakhir | |
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. |
ke dalam | |
final com.google.protobuf.UnknownFieldSet | |
ke dalam | Kode hash () |
boolean terakhir | |
DebuggedGraph.Builder statis | |
DebuggedGraph.Builder statis | newBuilder (prototipe DebuggedGraph ) |
DebuggedGraph.Builder | |
Grafik Debugged statis | parseDelimitedFrom (masukan Aliran Masukan) |
Grafik Debugged statis | parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Grafik Debugged statis | parseFrom (data ByteBuffer) |
Grafik Debugged statis | parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Grafik Debugged statis | parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Grafik Debugged statis | parseFrom (com.google.protobuf.CodedInputStream masukan) |
Grafik Debugged statis | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Grafik Debugged statis | parseFrom (com.google.protobuf.ByteString data) |
Grafik Debugged statis | parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Grafik Debugged statis | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statis | pengurai () |
DebuggedGraph.Builder | |
ruang kosong | writeTo (com.google.protobuf.CodedOutputStream keluaran) |
Metode Warisan
Konstanta
int akhir statis publik GRAPH_ID_FIELD_NUMBER
Nilai Konstan: 1
int akhir statis publik GRAPH_NAME_FIELD_NUMBER
Nilai Konstan: 2
int akhir statis publik INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
Nilai Konstan: 5
int akhir statis publik INSTRUMENTED_OPS_FIELD_NUMBER
Nilai Konstan: 3
int final statis publik ASLI_GRAPH_DEF_FIELD_NUMBER
Nilai Konstan: 4
int final statis publik OUTER_CONTEXT_ID_FIELD_NUMBER
Nilai Konstan: 6
Metode Publik
boolean publik sama (Obj objek)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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;
publik dapatkanParserForType ()
publik int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
kode hash int publik ()
boolean akhir publik diinisialisasi ()
public static DebuggedGraph parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
parseFrom DebuggedGraph statis publik (data ByteBuffer)
Melempar
ProtokolBufferException Tidak Valid |
---|
parseFrom DebuggedGraph statis publik (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
parseFrom DebuggedGraph statis publik (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
ProtokolBufferException Tidak Valid |
---|
parseFrom DebuggedGraph statis publik (com.google.protobuf.CodedInputStream input)
Melempar
Pengecualian IO |
---|
parseFrom DebuggedGraph statis publik (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
ProtokolBufferException Tidak Valid |
---|
parseFrom DebuggedGraph statis publik (com.google.protobuf.ByteString data)
Melempar
ProtokolBufferException Tidak Valid |
---|
parseFrom DebuggedGraph statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
parseFrom DebuggedGraph statis publik (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
ProtokolBufferException Tidak Valid |
---|
statis publik pengurai ()
public void writeTo (keluaran com.google.protobuf.CodedOutputStream)
Melempar
Pengecualian IO |
---|