RemoteTensorHandle

genel son sınıf RemoteTensorHandle

Protobuf türü tensorflow.eager.RemoteTensorHandle

İç İçe Sınıflar

sınıf RemoteTensorHandle.Builder Protobuf türü tensorflow.eager.RemoteTensorHandle

Sabitler

int DEVICE_FIELD_NUMBER
int DTYPE_FIELD_NUMBER
int OP_DEVICE_FIELD_NUMBER
int OP_ID_FIELD_NUMBER
int OUTPUT_NUM_FIELD_NUMBER
int RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
statik RemoteTensorHandle
UzaktanTensorTutamak
final statik com.google.protobuf.Descriptors.Descriptor
Sicim
getCihaz ()
 Device where the tensor is located.
com.google.protobuf.ByteString
getDeviceBytes ()
 Device where the tensor is located.
Veri tipi
getDtype ()
 Tensor type.
int
getDtypeValue ()
 Tensor type.
Sicim
getOpDevice ()
 Device of the operation producing this tensor.
com.google.protobuf.ByteString
getOpDeviceBytes ()
 Device of the operation producing this tensor.
uzun
getOpID ()
 The ID of the operation that produced this tensor.
int
getOutputNum ()
 The index into the outputs of the operation that produced this tensor.
KaynakDtypeAndShape
getResourceDtypesAndShapes (int dizini)
 Optional data types and shapes of a remote resource variable.
int
getResourceDtypesAndShapesCount ()
 Optional data types and shapes of a remote resource variable.
Liste< ResourceDtypeAndShape >
getResourceDtypesAndShapesList ()
 Optional data types and shapes of a remote resource variable.
KaynakDtypeAndShapeOrBuilder
getResourceDtypesAndShapesOrBuilder (int dizini)
 Optional data types and shapes of a remote resource variable.
Liste<? ResourceDtypeAndShapeOrBuilder'ı genişletir >
getResourceDtypesAndShapesOrBuilderList ()
 Optional data types and shapes of a remote resource variable.
int
final com.google.protobuf.UnknownFieldSet
int
son boole değeri
statik RemoteTensorHandle.Builder
statik RemoteTensorHandle.Builder
RemoteTensorHandle.Builder
statik RemoteTensorHandle
parseDelimitedFrom (InputStream girişi)
statik RemoteTensorHandle
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik RemoteTensorHandle
parseFrom (ByteBuffer verileri)
statik RemoteTensorHandle
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik RemoteTensorHandle
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik RemoteTensorHandle
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
statik RemoteTensorHandle
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik RemoteTensorHandle
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
statik RemoteTensorHandle
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik RemoteTensorHandle
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
RemoteTensorHandle.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int DEVICE_FIELD_NUMBER

Sabit Değer: 3

genel statik final int DTYPE_FIELD_NUMBER

Sabit Değer: 5

genel statik final int OP_DEVICE_FIELD_NUMBER

Sabit Değer: 4

genel statik final int OP_ID_FIELD_NUMBER

Sabit Değer: 1

genel statik final int OUTPUT_NUM_FIELD_NUMBER

Sabit Değer: 2

genel statik final int RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

Sabit Değer: 6

Genel Yöntemler

genel boole eşittir (Object obj)

genel statik RemoteTensorHandle getDefaultInstance ()

genel RemoteTensorHandle getDefaultInstanceForType ()

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

genel Dize 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;

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

genel Veri Türü getDtype ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

public int getDtypeValue ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

genel Dize 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;

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

genel uzun getOpId ()

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

public int getOutputNum ()

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

halk getParserForType ()

public ResourceDtypeAndShape getResourceDtypesAndShapes (int dizini)

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

public int getResourceDtypesAndShapesCount ()

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

genel Liste< ResourceDtypeAndShape > getResourceDtypesAndShapesList ()

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

public ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (int dizini)

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

genel liste<? ResourceDtypeAndShapeOrBuilder'ı genişletir > getResourceDtypesAndShapesOrBuilderList ()

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

public int getSerializedSize ()

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

genel int hashCode ()

genel final boolean isInitialized ()

genel statik RemoteTensorHandle.Builder newBuilder ( RemoteTensorHandle prototipi)

genel statik RemoteTensorHandle.Builder newBuilder ()

genel RemoteTensorHandle.Builder newBuilderForType ()

genel statik RemoteTensorHandle parseDelimitedFrom (InputStream girişi)

Atar
IOİstisnası

genel statik RemoteTensorHandle parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

genel statik RemoteTensorHandle parseFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

genel statik RemoteTensorHandle ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

genel statik RemoteTensorHandle parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik RemoteTensorHandle ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IOİstisnası

genel statik RemoteTensorHandle ayrıştırmaFrom (bayt[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik RemoteTensorHandle ayrıştırmaFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

genel statik RemoteTensorHandle parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

genel statik RemoteTensorHandle ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

genel RemoteTensorHandle.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IOİstisnası