DebuggedGraph

genel final sınıfı DebuggedGraph

 A debugger-instrumented graph.
 
Protobuf türü tensorflow.DebuggedGraph

İç İçe Sınıflar

sınıf Hata AyıklanmışGraph.Builder
 A debugger-instrumented graph. 

Sabitler

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

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
statik Hata Ayıklanmış Grafik
Hata AyıklanmışGrafik
final statik com.google.protobuf.Descriptors.Descriptor
Sicim
getGraphId ()
 An ID for the graph.
com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
Sicim
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.
Sicim
getInstrumentedOps (int dizini)
 Names of the instrumented ops.
com.google.protobuf.ByteString
getInstrumentedOpsBytes (int dizini)
 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).
Sicim
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
final com.google.protobuf.UnknownFieldSet
int
son boole değeri
statik DebuggedGraph.Builder
statik DebuggedGraph.Builder
Hata AyıklanmışGraph.Builder
statik Hata Ayıklanmış Grafik
parseDelimitedFrom (InputStream girişi)
statik Hata Ayıklanmış Grafik
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik Hata Ayıklanmış Grafik
parseFrom (ByteBuffer verileri)
statik Hata Ayıklanmış Grafik
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik Hata Ayıklanmış Grafik
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik Hata Ayıklanmış Grafik
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
statik Hata Ayıklanmış Grafik
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik Hata Ayıklanmış Grafik
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
statik Hata Ayıklanmış Grafik
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik Hata Ayıklanmış Grafik
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
Hata AyıklanmışGraph.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int GRAPH_ID_FIELD_NUMBER

Sabit Değer: 1

genel statik final int GRAPH_NAME_FIELD_NUMBER

Sabit Değer: 2

genel statik final int INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER

Sabit Değer: 5

genel statik final int INSTRUMENTED_OPS_FIELD_NUMBER

Sabit Değer: 3

genel statik final int ORIGINAL_GRAPH_DEF_FIELD_NUMBER

Sabit Değer: 4

genel statik final int OUTER_CONTEXT_ID_FIELD_NUMBER

Sabit Değer: 6

Genel Yöntemler

genel boole eşittir (Object obj)

public static DebuggedGraph getDefaultInstance ()

public DebuggedGraph getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

genel Dize 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;

genel Dize 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;

public com.google.protobuf.ByteString getInstrumentedGraphDef ()

 An encoded version of a GraphDef.
 This graph may include the debugger-inserted ops.
 
bytes instrumented_graph_def = 5;

public String getInstrumentedOps (int dizini)

 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 getInstrumentedOpsBytes (int dizini)

 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 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;

public 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;

public String getOuterContextId ()

 IDs of the immediate enclosing context (graph), if any.
 
string outer_context_id = 6;

public com.google.protobuf.ByteString getOuterContextIdBytes ()

 IDs of the immediate enclosing context (graph), if any.
 
string outer_context_id = 6;

halk getParserForType ()

public int getSerializedSize ()

genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()

genel int hashCode ()

genel final boolean isInitialized ()

genel statik DebuggedGraph.Builder newBuilder ()

public static DebuggedGraph.Builder newBuilder ( DebuggedGraph prototipi)

genel DebuggedGraph.Builder newBuilderForType ()

public static DebuggedGraph parseDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

public static DebuggedGraph parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik DebuggedGraph parseFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

genel statik DebuggedGraph ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik DebuggedGraph parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik DebuggedGraph parseFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IO İstisnası

genel statik DebuggedGraph ayrıştırmaFrom (bayt[] veri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik DebuggedGraph ayrıştırmaFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

genel statik DebuggedGraph parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik DebuggedGraph ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

genel DebuggedGraph.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IO İstisnası