RemoteTensorHandle

공개 최종 클래스 RemoteTensorHandle

Protobuf 유형 tensorflow.eager.RemoteTensorHandle

중첩 클래스

수업 RemoteTensorHandle.Builder Protobuf 유형 tensorflow.eager.RemoteTensorHandle

상수

정수 DEVICE_FIELD_NUMBER
정수 DTYPE_FIELD_NUMBER
정수 OP_DEVICE_FIELD_NUMBER
정수 OP_ID_FIELD_NUMBER
정수 OUTPUT_NUM_FIELD_NUMBER
정수 RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
정적 RemoteTensorHandle
RemoteTensorHandle
최종 정적 com.google.protobuf.Descriptors.Descriptor
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.
정수
최종 com.google.protobuf.UnknownFieldSet
정수
최종 부울
정적 RemoteTensorHandle.Builder
newBuilder ( RemoteTensorHandle 프로토타입)
정적 RemoteTensorHandle.Builder
RemoteTensorHandle.Builder
정적 RemoteTensorHandle
parsDelimitedFrom (InputStream 입력)
정적 RemoteTensorHandle
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RemoteTensorHandle
parsFrom (ByteBuffer 데이터)
정적 RemoteTensorHandle
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RemoteTensorHandle
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RemoteTensorHandle
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 RemoteTensorHandle
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 RemoteTensorHandle
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 RemoteTensorHandle
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 RemoteTensorHandle
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
RemoteTensorHandle.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int DEVICE_FIELD_NUMBER

상수값: 3

공개 정적 최종 int DTYPE_FIELD_NUMBER

상수값: 5

공개 정적 최종 int OP_DEVICE_FIELD_NUMBER

상수값: 4

공개 정적 최종 정수 OP_ID_FIELD_NUMBER

상수값: 1

공개 정적 최종 int OUTPUT_NUM_FIELD_NUMBER

상수값: 2

공개 정적 최종 int RESOURCE_DTYPES_AND_SHAPES_FIELD_NUMBER

상수값: 6

공개 방법

공개 부울은 (객체 obj)와 같습니다 .

공개 정적 RemoteTensorHandle getDefaultInstance ()

공개 RemoteTensorHandle getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

공공의 getParserForType ()

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

공개 int getSerializedSize ()

공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 RemoteTensorHandle.Builder newBuilder ( RemoteTensorHandle 프로토타입)

공개 정적 RemoteTensorHandle.Builder newBuilder ()

공개 RemoteTensorHandle.Builder newBuilderForType ()

공개 정적 RemoteTensorHandle parseDelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 RemoteTensorHandleparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 RemoteTensorHandle 구문 분석 (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 RemoteTensorHandle 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)

던지기
IO예외

공개 정적 RemoteTensorHandle parsFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 RemoteTensorHandle 구문 분석 (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 RemoteTensorHandle parsFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 RemoteTensorHandle 구문 분석 (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 RemoteTensorHandle parsFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 RemoteTensorHandle parseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 RemoteTensorHandle.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외