RemoteTensorHandleOrBuilder

interfejs publiczny RemoteTensorHandleOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny ciąg
pobierz urządzenie ()
 Device where the tensor is located.
streszczenie com.google.protobuf.ByteString
getDeviceBytes ()
 Device where the tensor is located.
abstrakcyjny typ danych
getDtype ()
 Tensor type.
streszczenie wew
getDtypeValue ()
 Tensor type.
abstrakcyjny ciąg
pobierzOpDevice ()
 Device of the operation producing this tensor.
streszczenie com.google.protobuf.ByteString
getOpDeviceBytes ()
 Device of the operation producing this tensor.
abstrakcyjne, długie
pobierzIdOp ()
 The ID of the operation that produced this tensor.
streszczenie wew
getOutputNum ()
 The index into the outputs of the operation that produced this tensor.
abstrakcyjny ResourceDtypeAndShape
getResourceDtypesAndShapes (indeks int)
 Optional data types and shapes of a remote resource variable.
streszczenie wew
getResourceDtypesAndShapesCount ()
 Optional data types and shapes of a remote resource variable.
lista abstrakcyjna< ResourceDtypeAndShape >
getResourceDtypesAndShapesList ()
 Optional data types and shapes of a remote resource variable.
streszczenie ResourceDtypeAndShapeOrBuilder
getResourceDtypesAndShapesOrBuilder (indeks int)
 Optional data types and shapes of a remote resource variable.
lista abstrakcyjna<? rozszerza ResourceDtypeAndShapeOrBuilder >
getResourceDtypesAndShapesOrBuilderList ()
 Optional data types and shapes of a remote resource variable.

Metody publiczne

publiczna abstrakcja 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;

publiczne streszczenie 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;

publiczny abstrakcyjny typ danych getDtype ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

publiczne streszczenie int getDtypeValue ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

publiczny ciąg abstrakcyjny 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;

publiczne streszczenie 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;

publiczne streszczenie długie getOpId ()

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

publiczne streszczenie int getOutputNum ()

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

publiczne streszczenie ResourceDtypeAndShape getResourceDtypesAndShapes (indeks int)

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

publiczne streszczenie int getResourceDtypesAndShapesCount ()

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

publiczna lista abstrakcyjna< ResourceDtypeAndShape > getResourceDtypesAndShapesList ()

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

publiczne streszczenie ResourceDtypeAndShapeOrBuilder getResourceDtypesAndShapesOrBuilder (indeks int)

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

publiczna lista abstrakcyjna<? rozszerza ResourceDtypeAndShapeOrBuilder > getResourceDtypesAndShapesOrBuilderList ()

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