DebuggedGraph

کلاس نهایی عمومی DebuggedGraph

 A debugger-instrumented graph.
 
نوع Protobuf tensorflow.DebuggedGraph

کلاس های تو در تو

کلاس DebuggedGraph.Builder
 A debugger-instrumented graph. 

ثابت ها

بین المللی GRAPH_ID_FIELD_NUMBER
بین المللی GRAPH_NAME_FIELD_NUMBER
بین المللی INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
بین المللی INSTRUMENTED_OPS_FIELD_NUMBER
بین المللی ORIGINAL_GRAPH_DEF_FIELD_NUMBER
بین المللی OUTER_CONTEXT_ID_FIELD_NUMBER

روش های عمومی

بولی
برابر است (object obj)
Static Debugged Graph
Debugged Graph
نهایی static 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.
بین المللی
com.google.protobuf.UnknownFieldSet نهایی
بین المللی
بولی نهایی
استاتیک DebuggedGraph.Builder
استاتیک DebuggedGraph.Builder
newBuilder (نمونه اولیه DebuggedGraph )
DebuggedGraph.Builder
Static Debugged Graph
parseDelimitedFrom (ورودی جریان ورودی)
Static Debugged Graph
parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static Debugged Graph
parseFrom (داده های ByteBuffer)
Static Debugged Graph
parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static Debugged Graph
parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static Debugged Graph
parseFrom (ورودی com.google.protobuf.CodedInputStream)
Static Debugged Graph
parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static Debugged Graph
parseFrom (داده های com.google.protobuf.ByteString)
Static Debugged Graph
parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Static Debugged Graph
parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایستا
DebuggedGraph.Builder
خالی
writeTo (خروجی com.google.protobuf.CodedOutputStream)

روش های ارثی

ثابت ها

GRAPH_ID_FIELD_NUMBER نهایی استاتیک عمومی

ارزش ثابت: 1

GRAPH_NAME_FIELD_NUMBER نهایی استاتیک عمومی

مقدار ثابت: 2

نهایی استاتیک عمومی INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER

ارزش ثابت: 5

نهایی استاتیک عمومی INSTRUMENTED_OPS_FIELD_NUMBER

مقدار ثابت: 3

نهایی استاتیک عمومی ORIGINAL_GRAPH_DEF_FIELD_NUMBER

ارزش ثابت: 4

نهایی استاتیک عمومی OUTER_CONTEXT_ID_FIELD_NUMBER

مقدار ثابت: 6

روش های عمومی

بولین عمومی برابر است (Object Obj)

عمومی استاتیک DebuggedGraph getDefaultInstance ()

عمومی DebuggedGraph getDefaultInstanceForType ()

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

رشته عمومی 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;

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

عمومی getParserForType ()

عمومی int getSerializedSize ()

عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی استاتیک DebuggedGraph.Builder newBuilder ()

عمومی استاتیک DebuggedGraph.Builder newBuilder (نمونه اولیه DebuggedGraph )

عمومی DebuggedGraph.Builder newBuilderForType ()

عمومی استاتیک DebuggedGraph parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی استاتیک DebuggedGraph parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک DebuggedGraph parseFrom (داده ByteBuffer)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک DebuggedGraph parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک DebuggedGraph parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک DebuggedGraph parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی استاتیک DebuggedGraph parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک DebuggedGraph parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک DebuggedGraph parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک DebuggedGraph parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی DebuggedGraph.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException