RemoteTensorHandleOrBuilder

공개 인터페이스 RemoteTensorHandleOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
getDevice ()
 Device where the tensor is located.
추상 com.google.protobuf.ByteString
getDeviceBytes ()
 Device where the tensor is located.
추상 데이터 유형
getD유형 ()
 Tensor type.
추상 정수
getDtype값 ()
 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 (정수 인덱스)
 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.

공개 방법

공개 추상 문자열 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;

공개 추상 데이터 유형 getDtype ()

 Tensor type.
 
.tensorflow.DataType dtype = 5;

공개 추상 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;

공개 추상 ResourceDtypeAndShape getResourceDtypesAndShapes (int 인덱스)

 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 인덱스)

 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;