کلاس نهایی عمومی RemoteTensorHandle
نوع Protobuf tensorflow.eager.RemoteTensorHandle
کلاس های تو در تو
| کلاس | RemoteTensorHandle.Builder | نوع Protobuf tensorflow.eager.RemoteTensorHandle | |
ثابت ها
| بین المللی | DEVICE_FIELD_NUMBER | |
| بین المللی | DTYPE_FIELD_NUMBER | |
| بین المللی | OP_DEVICE_FIELD_NUMBER | |
| بین المللی | OP_ID_FIELD_NUMBER | |
| بین المللی | OUTPUT_NUM_FIELD_NUMBER | |
| بین المللی | RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER |
روش های عمومی
| بولی | برابر است (object obj) |
| RemoteTensorHandle استاتیک | |
| RemoteTensorHandle | |
| نهایی static com.google.protobuf.Descriptors.Descriptor | |
| رشته | getDevice () Device where the tensor is located. |
| com.google.protobuf.ByteString | getDeviceBytes () Device where the tensor is located. |
| نوع داده | getDtype () Tensor type. |
| بین المللی | getDtypeValue () Tensor type. |
| رشته | getOpDevice () Device of the operation producing this tensor. |
| com.google.protobuf.ByteString | getOpDeviceBytes () Device of the operation producing this tensor. |
| طولانی | getOpId () The ID of the operation that produced this tensor. |
| بین المللی | getOutputNum () The index into the outputs of the operation that produced this tensor. |
| ResourceDtypeAndShape | getResourceDtypesAndShapes (شاخص int) Optional data types and shapes of a remote resource variable. |
| بین المللی | getResourceDtypesAndShapesCount () Optional data types and shapes of a remote resource variable. |
| فهرست < ResourceDtypeAndShape > | getResourceDtypesAndShapesList () Optional data types and shapes of a remote resource variable. |
| ResourceDtypeAndShapeOrBuilder | getResourceDtypesAndShapesOrBuilder (شاخص int) Optional data types and shapes of a remote resource variable. |
| لیست<? ResourceDtypeAndShapeOrBuilder را گسترش می دهد | getResourceDtypesAndShapesOrBuilderList () Optional data types and shapes of a remote resource variable. |
| بین المللی | |
| com.google.protobuf.UnknownFieldSet نهایی | |
| بین المللی | هش کد () |
| بولی نهایی | |
| RemoteTensorHandle.Builder استاتیک | newBuilder (نمونه اولیه RemoteTensorHandle ) |
| RemoteTensorHandle.Builder استاتیک | newBuilder () |
| RemoteTensorHandle.Builder | |
| RemoteTensorHandle استاتیک | parseDelimitedFrom (ورودی جریان ورودی) |
| RemoteTensorHandle استاتیک | parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle استاتیک | parseFrom (داده های ByteBuffer) |
| RemoteTensorHandle استاتیک | parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle استاتیک | parseFrom (دادههای ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle استاتیک | parseFrom (ورودی com.google.protobuf.CodedInputStream) |
| RemoteTensorHandle استاتیک | parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle استاتیک | parseFrom (داده های com.google.protobuf.ByteString) |
| RemoteTensorHandle استاتیک | parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteTensorHandle استاتیک | parseFrom (دادههای com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| ایستا | تجزیه کننده () |
| RemoteTensorHandle.Builder | toBuilder () |
| باطل | writeTo (خروجی com.google.protobuf.CodedOutputStream) |
روش های ارثی
ثابت ها
DEVICE_FIELD_NUMBER نهایی استاتیک عمومی
مقدار ثابت: 3
نهایی استاتیک عمومی DTYPE_FIELD_NUMBER
ارزش ثابت: 5
نهایی استاتیک عمومی OP_DEVICE_FIELD_NUMBER
ارزش ثابت: 4
نهایی استاتیک عمومی OP_ID_FIELD_NUMBER
ارزش ثابت: 1
نهایی استاتیک عمومی OUTPUT_NUM_FIELD_NUMBER
مقدار ثابت: 2
نهایی استاتیک عمومی RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER
ارزش ثابت: 6
روش های عمومی
بولین عمومی برابر است (Object Obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
رشته عمومی getDevice ()
Device where the tensor is located. Cannot be empty. For multi-device functions, it's the default device passed to placer.
string device = 3; عمومی com.google.protobuf.ByteString getDeviceBytes ()
Device where the tensor is located. Cannot be empty. For multi-device functions, it's the default device passed to placer.
string device = 3; عمومی int getDtypeValue ()
Tensor type.
.tensorflow.DataType dtype = 5; رشته عمومی getOpDevice ()
Device of the operation producing this tensor. Can be empty if the operation producing this tensor is a multi-device function.
string op_device = 4; عمومی com.google.protobuf.ByteString getOpDeviceBytes ()
Device of the operation producing this tensor. Can be empty if the operation producing this tensor is a multi-device function.
string op_device = 4; getOpId طولانی عمومی ()
The ID of the operation that produced this tensor.
int64 op_id = 1; عمومی int getOutputNum ()
The index into the outputs of the operation that produced this tensor.
int32 output_num = 2; عمومی getParserForType ()
Public ResourceDtypeAndShape getResourceDtypesAndShapes (int index)
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; عمومی int getResourceDtypesAndShapesCount ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; لیست عمومی< ResourceDtypeAndShape > getResourceDtypesAndShapesList ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; عمومی ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (int index)
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; لیست عمومی<? گسترش ResourceDtypeAndShapeOrBuilder > getResourceDtypesAndShapesOrBuilderList ()
Optional data types and shapes of a remote resource variable.
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6; عمومی int getSerializedSize ()
عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()
هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
عمومی static RemoteTensorHandle parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
عمومی استاتیک RemoteTensorHandle parseFrom (داده ByteBuffer)
پرتاب می کند
| InvalidProtocolBufferException |
|---|
عمومی static RemoteTensorHandle parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
عمومی استاتیک RemoteTensorHandle parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| InvalidProtocolBufferException |
|---|
عمومی static RemoteTensorHandle parseFrom (ورودی com.google.protobuf.CodedInputStream)
پرتاب می کند
| IOException |
|---|
عمومی static RemoteTensorHandle parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| InvalidProtocolBufferException |
|---|
عمومی استاتیک RemoteTensorHandle parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
| InvalidProtocolBufferException |
|---|
عمومی static RemoteTensorHandle parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
عمومی static RemoteTensorHandle parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| InvalidProtocolBufferException |
|---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
| IOException |
|---|