ResourceHandleProto

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

 Protocol buffer representing a handle to a tensorflow resource. Handles are
 not valid across executions, but can be serialized back and forth from within
 a single run.
 
نوع Protobuf tensorflow.ResourceHandleProto

فئات متداخلة

فصل ResourceHandleProto.Builder
 Protocol buffer representing a handle to a tensorflow resource. 
فصل ResourceHandleProto.DtypeAndShape
 Protocol buffer representing a pair of (data type, tensor shape). 
واجهه المستخدم ResourceHandleProto.DtypeAndShapeOrBuilder

الثوابت

كثافة العمليات CONTAINER_FIELD_NUMBER
كثافة العمليات DEVICE_FIELD_NUMBER
كثافة العمليات DTYPES_AND_SHAPES_FIELD_NUMBER
كثافة العمليات HASH_CODE_FIELD_NUMBER
كثافة العمليات MAYBE_TYPE_NAME_FIELD_NUMBER
كثافة العمليات NAME_FIELD_NUMBER

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

منطقية
يساوي (كائن كائن)
خيط
الحصول على الحاوية ()
 Container in which this resource is placed.
com.google.protobuf.ByteString
الحصول على حاوية بايت ()
 Container in which this resource is placed.
static ResourceHandleProto
ResourceHandleProto
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
خيط
الحصول على الجهاز ()
 Unique name for the device containing the resource.
com.google.protobuf.ByteString
الحصول على جهاز بايت ()
 Unique name for the device containing the resource.
ResourceHandleProto.DtypeAndShape
getDtypesAndShapes (فهرس كثافة العمليات)
 Data types and shapes for the underlying resource.
كثافة العمليات
الحصول علىDtypesAndShapesCount ()
 Data types and shapes for the underlying resource.
القائمة< ResourceHandleProto.DtypeAndShape >
الحصول علىDtypesAndShapesList ()
 Data types and shapes for the underlying resource.
ResourceHandleProto.DtypeAndShapeOrBuilder
getDtypesAndShapesOrBuilder (فهرس كثافة العمليات)
 Data types and shapes for the underlying resource.
القائمة<؟ يمتد ResourceHandleProto.DtypeAndShapeOrBuilder >
الحصول علىDtypesAndShapesOrBuilderList ()
 Data types and shapes for the underlying resource.
طويل
الحصول على كود هاش ()
 Hash code for the type of the resource.
خيط
getMaybeTypeName ()
 For debug-only, the name of the type pointed to by this handle, if
 available.
com.google.protobuf.ByteString
getMaybeTypeNameBytes ()
 For debug-only, the name of the type pointed to by this handle, if
 available.
خيط
الحصول على الاسم ()
 Unique name of this resource.
com.google.protobuf.ByteString
الحصول على اسم بايت ()
 Unique name of this resource.
كثافة العمليات
النهائي com.google.protobuf.UnknownFieldSet
كثافة العمليات
منطقية نهائية
ResourceHandleProto.Builder ثابت
newBuilder (النموذج الأولي ResourceHandleProto )
ResourceHandleProto.Builder ثابت
ResourceHandleProto.Builder
static ResourceHandleProto
parseDelimitedFrom (إدخال InputStream)
static ResourceHandleProto
parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
static ResourceHandleProto
parseFrom (بيانات ByteBuffer)
static ResourceHandleProto
parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
static ResourceHandleProto
parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
static ResourceHandleProto
parseFrom (com.google.protobuf.CodedInputStream الإدخال)
static ResourceHandleProto
parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
static ResourceHandleProto
parseFrom (بيانات com.google.protobuf.ByteString)
static ResourceHandleProto
parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
static ResourceHandleProto
parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابتة
ResourceHandleProto.Builder
فارغ
writeTo (com.google.protobuf.CodedOutputStream الإخراج)

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

الثوابت

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

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

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

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

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

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

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

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

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

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

int النهائي الثابت العام NAME_FIELD_NUMBER

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

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

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

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

string container = 2;

 Container in which this resource is placed.
 
= 2;

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

string container = 2;

 Container in which this resource is placed.
 
= 2;

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

ResourceHandleProto العام getDefaultInstanceForType ()

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

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

جهاز سلسلة

 Unique name for the device containing the resource.
 
string device = 1;

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

جهاز سلسلة

 Unique name for the device containing the resource.
 
string device = 1;

ResourceHandleProto.DtypeAndShape العام getDtypesAndShapes (فهرس كثافة العمليات)

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

int public getDtypesAndShapesCount ()

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

القائمة العامة< ResourceHandleProto.DtypeAndShape > getDtypesAndShapesList ()

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

ResourceHandleProto.DtypeAndShapeOrBuilder العام getDtypesAndShapesOrBuilder (فهرس كثافة العمليات)

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

القائمة العامة <؟ يمتد ResourceHandleProto.DtypeAndShapeOrBuilder > getDtypesAndShapesOrBuilderList ()

 Data types and shapes for the underlying resource.
 
repeated .tensorflow.ResourceHandleProto.DtypeAndShape dtypes_and_shapes = 6;

getHashCode العامة الطويلة ()

 Hash code for the type of the resource. Is only valid in the same device
 and in the same execution.
 
uint64 hash_code = 4;

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

 For debug-only, the name of the type pointed to by this handle, if
 available.
 
string maybe_type_name = 5;

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

 For debug-only, the name of the type pointed to by this handle, if
 available.
 
string maybe_type_name = 5;

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

 Unique name of this resource.
 
string name = 3;

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

 Unique name of this resource.
 
string name = 3;

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

int public getSerializedSize ()

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

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

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

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

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

ResourceHandleProto.Builder العام newBuilderForType ()

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

رميات
IOEException

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

رميات
IOEException

ResourceHandleProto الثابت العام parseFrom (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

ResourceHandleProto الثابت العام parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

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

رميات
InvalidProtocolBufferException

ResourceHandleProto الثابت العام parseFrom (com.google.protobuf.CodedInputStream input)

رميات
IOEException

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

رميات
InvalidProtocolBufferException

ResourceHandleProto الثابت العام parseFrom (com.google.protobuf.ByteString data)

رميات
InvalidProtocolBufferException

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

رميات
IOEException

ResourceHandleProto الثابت العام parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

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

ResourceHandleProto.Builder toBuilder العام ()

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

رميات
IOEException