GraphOpCreation

الفئة النهائية العامة GraphOpCreation

 The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).
 
نوع Protobuf tensorflow.GraphOpCreation

فئات متداخلة

فصل GraphOpCreation.Builder
 The creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2). 

الثوابت

كثافة العمليات CODE_LOCATION_FIELD_NUMBER
كثافة العمليات DEVICE_NAME_FIELD_NUMBER
كثافة العمليات GRAPH_ID_FIELD_NUMBER
كثافة العمليات GRAPH_NAME_FIELD_NUMBER
كثافة العمليات INPUT_NAMES_FIELD_NUMBER
كثافة العمليات NUM_OUTPUTS_FIELD_NUMBER
كثافة العمليات OP_NAME_FIELD_NUMBER
كثافة العمليات OP_TYPE_FIELD_NUMBER
كثافة العمليات OUTPUT_TENSOR_IDS_FIELD_NUMBER

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

منطقية
يساوي (كائن كائن)
موقع الكود
الحصول على رمز الموقع ()
 The unique ID for code location (stack trace) of the op's creation.
CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 The unique ID for code location (stack trace) of the op's creation.
إنشاء GraphOpCreation ثابت
GraphOpCreation
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
خيط
الحصول على اسم الجهاز ()
 Name of the device that the op is assigned to (if available).
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op is assigned to (if available).
خيط
معرف الرسم البياني ()
 Unique ID of the graph (generated by debugger).
com.google.protobuf.ByteString
الحصول على GraphIdBytes ()
 Unique ID of the graph (generated by debugger).
خيط
الحصول على GraphName ()
 Name of the graph that the op is a part of (if available).
com.google.protobuf.ByteString
الحصول على GraphNameBytes ()
 Name of the graph that the op is a part of (if available).
خيط
getInputNames (فهرس كثافة العمليات)
 Names of the input tensors to the op.
com.google.protobuf.ByteString
getInputNamesBytes (فهرس كثافة العمليات)
 Names of the input tensors to the op.
كثافة العمليات
getInputNamesCount ()
 Names of the input tensors to the op.
com.google.protobuf.ProtocolStringList
قائمة getInputNames ()
 Names of the input tensors to the op.
كثافة العمليات
الحصول على عدد المخرجات ()
 Number of output tensors emitted by the op.
خيط
getOpName ()
 Name of the op (e.g., "Dense/MatMul_1").
com.google.protobuf.ByteString
الحصول علىOpNameBytes ()
 Name of the op (e.g., "Dense/MatMul_1").
خيط
getOpType ()
 Type of the op (e.g., "MatMul").
com.google.protobuf.ByteString
getOpTypeBytes ()
 Type of the op (e.g., "MatMul").
كثافة العمليات
getOutputTensorIds (فهرس كثافة العمليات)
 Unique IDs for the output tensors of this op.
كثافة العمليات
getOutputTensorIdsCount ()
 Unique IDs for the output tensors of this op.
القائمة<عدد صحيح>
getOutputTensorIdsList ()
 Unique IDs for the output tensors of this op.
كثافة العمليات
النهائي com.google.protobuf.UnknownFieldSet
منطقية
hasCodeLocation ()
 The unique ID for code location (stack trace) of the op's creation.
كثافة العمليات
منطقية نهائية
GraphOpCreation.Builder ثابت
newBuilder (النموذج الأولي لـ GraphOpCreation )
GraphOpCreation.Builder ثابت
GraphOpCreation.Builder
إنشاء GraphOpCreation ثابت
parseDelimitedFrom (إدخال InputStream)
إنشاء GraphOpCreation ثابت
parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
إنشاء GraphOpCreation ثابت
parseFrom (بيانات ByteBuffer)
إنشاء GraphOpCreation ثابت
parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
إنشاء GraphOpCreation ثابت
parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
إنشاء GraphOpCreation ثابت
parseFrom (com.google.protobuf.CodedInputStream الإدخال)
إنشاء GraphOpCreation ثابت
parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
إنشاء GraphOpCreation ثابت
parseFrom (بيانات com.google.protobuf.ByteString)
إنشاء GraphOpCreation ثابت
parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
إنشاء GraphOpCreation ثابت
parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابتة
GraphOpCreation.Builder
فارغ
writeTo (com.google.protobuf.CodedOutputStream الإخراج)

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

الثوابت

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

القيمة المنطقية العامة تساوي (Object obj)

موقع CodeLocation العام getCodeLocation ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

GetCodeLocationOrBuilder العام getCodeLocationOrBuilder ()

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

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

GraphOpCreation العام getDefaultInstanceForType ()

النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()

سلسلة getDeviceName العامة ()

 Name of the device that the op is assigned to (if available).
 
string device_name = 5;

com.google.protobuf.ByteString العامة getDeviceNameBytes ()

 Name of the device that the op is assigned to (if available).
 
string device_name = 5;

سلسلة getGraphId العامة ()

 Unique ID of the graph (generated by debugger).
 This is the ID of the immediately-enclosing graph.
 
string graph_id = 4;

com.google.protobuf.ByteString العامة getGraphIdBytes ()

 Unique ID of the graph (generated by debugger).
 This is the ID of the immediately-enclosing graph.
 
string graph_id = 4;

سلسلة getGraphName () العامة

 Name of the graph that the op is a part of (if available).
 
string graph_name = 3;

com.google.protobuf.ByteString العامة getGraphNameBytes ()

 Name of the graph that the op is a part of (if available).
 
string graph_name = 3;

سلسلة getInputNames العامة (فهرس كثافة العمليات)

 Names of the input tensors to the op.
 
repeated string input_names = 6;

com.google.protobuf.ByteString public getInputNamesBytes (مؤشر int)

 Names of the input tensors to the op.
 
repeated string input_names = 6;

int public getInputNamesCount ()

 Names of the input tensors to the op.
 
repeated string input_names = 6;

com.google.protobuf.ProtocolStringList العامة getInputNamesList ()

 Names of the input tensors to the op.
 
repeated string input_names = 6;

getNumOutputs العامة ()

 Number of output tensors emitted by the op.
 
int32 num_outputs = 7;

سلسلة getOpName () العامة

 Name of the op (e.g., "Dense/MatMul_1").
 
string op_name = 2;

com.google.protobuf.ByteString العامة getOpNameBytes ()

 Name of the op (e.g., "Dense/MatMul_1").
 
string op_name = 2;

سلسلة getOpType العامة ()

 Type of the op (e.g., "MatMul").
 
string op_type = 1;

com.google.protobuf.ByteString getOpTypeBytes () العام

 Type of the op (e.g., "MatMul").
 
string op_type = 1;

int public getOutputTensorIds (مؤشر int)

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

int public getOutputTensorIdsCount ()

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

القائمة العامة<Integer> getOutputTensorIdsList ()

 Unique IDs for the output tensors of this op.
 
repeated int32 output_tensor_ids = 9;

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

int public getSerializedSize ()

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

hasCodeLocation () المنطقي العام

 The unique ID for code location (stack trace) of the op's creation.
 
.tensorflow.CodeLocation code_location = 8;

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

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

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

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

GraphOpCreation.Builder العام newBuilderForType ()

GraphOpCreation الثابت العام parseDelimitedFrom (إدخال InputStream)

رميات
IOEException

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

رميات
IOEException

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

رميات
InvalidProtocolBufferException

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

رميات
IOEException

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

رميات
InvalidProtocolBufferException

تحليل GraphOpCreation الثابت العام (com.google.protobuf.CodedInputStream input)

رميات
IOEException

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

رميات
InvalidProtocolBufferException

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

رميات
InvalidProtocolBufferException

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

رميات
IOEException

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

رميات
InvalidProtocolBufferException

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

GraphOpCreation.Builder toBuilder () العام

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

رميات
IOEException