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

الأساليب العامة

منطقية
يساوي (كائن كائن)
رسم بياني مصحح ثابت
رسم مصحح
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
خيط
معرف الرسم البياني ()
 An ID for the graph.
com.google.protobuf.ByteString
الحصول على GraphIdBytes ()
 An ID for the graph.
خيط
الحصول على GraphName ()
 Name of the graph (if available).
com.google.protobuf.ByteString
الحصول على GraphNameBytes ()
 Name of the graph (if available).
com.google.protobuf.ByteString
الحصول علىInstrumentedGraphDef ()
 An encoded version of a GraphDef.
خيط
getInstrumentedOps (فهرس كثافة العمليات)
 Names of the instrumented ops.
com.google.protobuf.ByteString
getInstrumentedOpsBytes (فهرس كثافة العمليات)
 Names of the instrumented ops.
كثافة العمليات
الحصول علىInstrumentedOpsCount ()
 Names of the instrumented ops.
com.google.protobuf.ProtocolStringList
الحصول علىInstrumentedOpsList ()
 Names of the instrumented ops.
com.google.protobuf.ByteString
الحصول على الأصلGraphDef ()
 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
كثافة العمليات
منطقية نهائية
static DebuggedGraph.Builder
static DebuggedGraph.Builder
newBuilder (النموذج الأولي لـ DebuggedGraph )
DebuggedGraph.Builder
رسم بياني مصحح ثابت
parseDelimitedFrom (إدخال InputStream)
رسم بياني مصحح ثابت
parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رسم بياني مصحح ثابت
parseFrom (بيانات ByteBuffer)
رسم بياني مصحح ثابت
parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رسم بياني مصحح ثابت
parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رسم بياني مصحح ثابت
parseFrom (com.google.protobuf.CodedInputStream الإدخال)
رسم بياني مصحح ثابت
parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رسم بياني مصحح ثابت
parseFrom (بيانات com.google.protobuf.ByteString)
رسم بياني مصحح ثابت
parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رسم بياني مصحح ثابت
parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابتة
DebuggedGraph.Builder
فارغ
writeTo (com.google.protobuf.CodedOutputStream الإخراج)

الطرق الموروثة

الثوابت

العدد النهائي الثابت العام GRAPH_ID_FIELD_NUMBER

القيمة الثابتة: 1

العدد النهائي الثابت العام GRAPH_NAME_FIELD_NUMBER

القيمة الثابتة: 2

int النهائي الثابت العام 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)

getDefaultInstance () DebuggedGraph الثابت العام

getDefaultInstanceForType () DebuggedGraph العام

النهائي العام الثابت 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;

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;

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 public getInstrumentedOpsBytes (مؤشر 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 public 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;

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;

عام الحصول على بارسيرفورتيب ()

int public getSerializedSize ()

النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()

كود التجزئة الدولي العام ()

تمت تهيئة القيمة المنطقية النهائية العامة ()

DebuggedGraph.Builder العام الثابت newBuilder ()

DebuggedGraph.Builder newBuilder (النموذج الأولي لـ DebuggedGraph ) ثابت عام

DebuggedGraph.Builder العام newBuilderForType ()

تحليل DebuggedGraph الثابت العام DelimitedFrom (إدخال InputStream)

رميات
IOEException

التحليل العام الثابت DebuggedGraph (InputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل DebuggedGraph الثابت العام (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

تحليل DebuggedGraph الثابت العام (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل DebuggedGraph الثابت العام (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل DebuggedGraph الثابت العام (إدخال com.google.protobuf.CodedInputStream)

رميات
IOEException

تحليل DebuggedGraph الثابت العام (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل DebuggedGraph الثابت العام (بيانات com.google.protobuf.ByteString)

رميات
InvalidProtocolBufferException

تحليل DebuggedGraph الثابت العام (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل DebuggedGraph الثابت العام (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ساكنة عامة محلل ()

DebuggedGraph.Builder toBuilder () العام

الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)

رميات
IOEException