RemoteTensorHandle

RemoteTensorHandle kelas akhir publik

Tipe protobuf tensorflow.eager.RemoteTensorHandle

Kelas Bersarang

kelas RemoteTensorHandle.Builder Tipe protobuf tensorflow.eager.RemoteTensorHandle

Konstanta

ke dalam DEVICE_FIELD_NUMBER
ke dalam DTYPE_FIELD_NUMBER
ke dalam OP_DEVICE_FIELD_NUMBER
ke dalam OP_ID_FIELD_NUMBER
ke dalam OUTPUT_NUM_FIELD_NUMBER
ke dalam RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

Metode Publik

boolean
sama dengan (Objek objek)
RemoteTensorHandle statis
Pegangan Tensor Jarak Jauh
com.google.protobuf.Descriptors.Descriptor statis terakhir
Rangkaian
dapatkan Perangkat ()
 Device where the tensor is located.
com.google.protobuf.ByteString
dapatkanDeviceBytes ()
 Device where the tensor is located.
Tipe data
dapatkan tipe D ()
 Tensor type.
ke dalam
dapatkanDtypeValue ()
 Tensor type.
Rangkaian
dapatkanOpDevice ()
 Device of the operation producing this tensor.
com.google.protobuf.ByteString
dapatkanOpDeviceBytes ()
 Device of the operation producing this tensor.
panjang
dapatkanOpId ()
 The ID of the operation that produced this tensor.
ke dalam
dapatkanOutputNum ()
 The index into the outputs of the operation that produced this tensor.
ResourceDtypeAndShape
getResourceDtypesAndShapes (indeks int)
 Optional data types and shapes of a remote resource variable.
ke dalam
dapatkanResourceDtypesAndShapesCount ()
 Optional data types and shapes of a remote resource variable.
Daftar< ResourceDtypeAndShape >
dapatkanResourceDtypesAndShapesList ()
 Optional data types and shapes of a remote resource variable.
ResourceDtypeAndShapeOrBuilder
getResourceDtypesAndShapesOrBuilder (indeks int)
 Optional data types and shapes of a remote resource variable.
Daftar<? memperluas ResourceDtypeAndShapeOrBuilder >
dapatkanResourceDtypesAndShapesOrBuilderList ()
 Optional data types and shapes of a remote resource variable.
ke dalam
final com.google.protobuf.UnknownFieldSet
ke dalam
boolean terakhir
RemoteTensorHandle.Builder statis
RemoteTensorHandle.Builder statis
RemoteTensorHandle.Builder
RemoteTensorHandle statis
parseDelimitedFrom (masukan Aliran Masukan)
RemoteTensorHandle statis
parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle statis
parseFrom (data ByteBuffer)
RemoteTensorHandle statis
parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle statis
parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle statis
parseFrom (com.google.protobuf.CodedInputStream masukan)
RemoteTensorHandle statis
parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle statis
parseFrom (com.google.protobuf.ByteString data)
RemoteTensorHandle statis
parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RemoteTensorHandle statis
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statis
RemoteTensorHandle.Builder
ruang kosong
writeTo (com.google.protobuf.CodedOutputStream keluaran)

Metode Warisan

Konstanta

int akhir statis publik DEVICE_FIELD_NUMBER

Nilai Konstan: 3

int akhir statis publik DTYPE_FIELD_NUMBER

Nilai Konstan: 5

int akhir statis publik OP_DEVICE_FIELD_NUMBER

Nilai Konstan: 4

int akhir statis publik OP_ID_FIELD_NUMBER

Nilai Konstan: 1

int akhir statis publik OUTPUT_NUM_FIELD_NUMBER

Nilai Konstan: 2

int akhir statis publik RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

Nilai Konstan: 6

Metode Publik

boolean publik sama (Obj objek)

RemoteTensorHandle getDefaultInstance () statis publik

RemoteTensorHandle publik getDefaultInstanceForType ()

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

GetDevice String publik ()

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

Tipe Data publik getDtype ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

int publik getDtypeValue ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

String publik 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 publik 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 panjang publik ()

 The ID of the operation that produced this tensor.
 
int64 op_id = 1;

int publik getOutputNum ()

 The index into the outputs of the operation that produced this tensor.
 
int32 output_num = 2;

publik dapatkanParserForType ()

ResourceDtypeAndShape publik getResourceDtypesAndShapes (indeks int)

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

publik int getResourceDtypesAndShapesCount ()

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

Daftar publik< ResourceDtypeAndShape > getResourceDtypesAndShapesList ()

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

ResourceDtypeAndShapeOrBuilder publik getResourceDtypesAndShapesOrBuilder (int indeks)

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

Daftar Publik<? memperluas ResourceDtypeAndShapeOrBuilder > getResourceDtypesAndShapesOrBuilderList ()

 Optional data types and shapes of a remote resource variable.
 
repeated .tensorflow.eager.ResourceDtypeAndShape resource_dtypes_and_shapes = 6;

publik int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

kode hash int publik ()

boolean akhir publik diinisialisasi ()

RemoteTensorHandle.Builder statis publik newBuilder (prototipe RemoteTensorHandle )

RemoteTensorHandle.Builder newBuilder () statis publik

publik RemoteTensorHandle.Builder newBuilderForType ()

parseDelimitedFrom RemoteTensorHandle statis publik (input InputStream)

Melempar
Pengecualian IO

parseDelimitedFrom RemoteTensorHandle statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom RemoteTensorHandle statis publik (data ByteBuffer)

Melempar
InvalidProtocolBufferException

parseFrom RemoteTensorHandle statis publik (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom RemoteTensorHandle statis publik (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

parseFrom RemoteTensorHandle statis publik (com.google.protobuf.CodedInputStream masukan)

Melempar
Pengecualian IO

parseFrom RemoteTensorHandle statis publik (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

parseFrom RemoteTensorHandle statis publik (com.google.protobuf.ByteString data)

Melempar
InvalidProtocolBufferException

parseFrom RemoteTensorHandle statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom RemoteTensorHandle statis publik (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

statis publik pengurai ()

publik RemoteTensorHandle.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream keluaran)

Melempar
Pengecualian IO