RemoteTensorHandleOrBuilder

genel arayüz RemoteTensorHandleOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getCihaz ()
 Device where the tensor is located.
abstract com.google.protobuf.ByteString
getDeviceBytes ()
 Device where the tensor is located.
özet Veri Türü
getDtype ()
 Tensor type.
soyut int
getDtypeValue ()
 Tensor type.
soyut Dize
getOpDevice ()
 Device of the operation producing this tensor.
abstract com.google.protobuf.ByteString
getOpDeviceBytes ()
 Device of the operation producing this tensor.
soyut uzun
getOpID ()
 The ID of the operation that produced this tensor.
soyut int
getOutputNum ()
 The index into the outputs of the operation that produced this tensor.
özet KaynakDtypeAndShape
getResourceDtypesAndShapes (int dizini)
 Optional data types and shapes of a remote resource variable.
soyut int
getResourceDtypesAndShapesCount ()
 Optional data types and shapes of a remote resource variable.
özet Listesi< ResourceDtypeAndShape >
getResourceDtypesAndShapesList ()
 Optional data types and shapes of a remote resource variable.
soyut KaynakDtypeAndShapeOrBuilder
getResourceDtypesAndShapesOrBuilder (int dizini)
 Optional data types and shapes of a remote resource variable.
Özet Liste<? ResourceDtypeAndShapeOrBuilder'ı genişletir >
getResourceDtypesAndShapesOrBuilderList ()
 Optional data types and shapes of a remote resource variable.

Genel Yöntemler

genel özet String 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;

genel özet 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 özet DataType getDtype ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

genel soyut int getDtypeValue ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

genel özet 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;

genel özet 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 özet uzun getOpId ()

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

genel özet int getOutputNum ()

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

genel özet ResourceDtypeAndShape getResourceDtypesAndShapes (int dizini)

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

genel özet int getResourceDtypesAndShapesCount ()

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

genel özet Listesi< ResourceDtypeAndShape > getResourceDtypesAndShapesList ()

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

genel özet ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (int dizini)

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

genel özet listesi<? ResourceDtypeAndShapeOrBuilder'ı genişletir > getResourceDtypesAndShapesOrBuilderList ()

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