VariantTensorDataProtoOrBuilder

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

공개 방법

추상 com.google.protobuf.ByteString
메타데이터 가져오기 ()
 Portions of the object that are not Tensors.
추상 TensorProto
getTensors (정수 인덱스)
 Tensors contained within objects being serialized.
추상 정수
getTensorsCount ()
 Tensors contained within objects being serialized.
추상 목록< TensorProto >
getTensorsList ()
 Tensors contained within objects being serialized.
추상 TensorProtoOrBuilder
getTensorsOrBuilder (정수 인덱스)
 Tensors contained within objects being serialized.
추상 목록<? TensorProtoOrBuilder 확장 >
getTensorsOrBuilderList ()
 Tensors contained within objects being serialized.
추상 문자열
getTypeName ()
 Name of the type of objects being serialized.
추상 com.google.protobuf.ByteString
getTypeNameBytes ()
 Name of the type of objects being serialized.

공개 방법

공개 추상 com.google.protobuf.ByteString getMetadata ()

 Portions of the object that are not Tensors.
 
bytes metadata = 2;

공개 추상 TensorProto getTensors (int 인덱스)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

공개 추상 int getTensorsCount ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

공개 추상 목록< TensorProto > getTensorsList ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

공개 추상 TensorProtoOrBuilder getTensorsOrBuilder (int 인덱스)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

공개 요약 목록<? TensorProtoOrBuilder > getTensorsOrBuilderList () 를 확장합니다.

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

공개 추상 문자열 getTypeName ()

 Name of the type of objects being serialized.
 
string type_name = 1;

공개 추상 com.google.protobuf.ByteString getTypeNameBytes ()

 Name of the type of objects being serialized.
 
string type_name = 1;