AttrValue.ListValue

공개 정적 최종 클래스 AttrValue.ListValue

 LINT.IfChange
 
Protobuf 유형 tensorflow.AttrValue.ListValue

중첩 클래스

수업 AttrValue.ListValue.Builder
 LINT.IfChange
 
Protobuf 유형 tensorflow.AttrValue.ListValue

상수

정수 B_FIELD_NUMBER
정수 FUNC_FIELD_NUMBER
정수 F_FIELD_NUMBER
정수 I_FIELD_NUMBER
정수 SHAPE_FIELD_NUMBER
정수 S_FIELD_NUMBER
정수 TENSOR_FIELD_NUMBER
정수 TYPE_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
부울
getB (정수 인덱스)
 "list(bool)"
 
repeated bool b = 5 [packed = true];
정수
getBCount ()
 "list(bool)"
 
repeated bool b = 5 [packed = true];
목록<부울>
getBList ()
 "list(bool)"
 
repeated bool b = 5 [packed = true];
정적 AttrValue.ListValue
속성값.목록값
최종 정적 com.google.protobuf.Descriptors.Descriptor
뜨다
getF (정수 인덱스)
 "list(float)"
 
repeated float f = 4 [packed = true];
정수
getFCount ()
 "list(float)"
 
repeated float f = 4 [packed = true];
목록<플로트>
getFList ()
 "list(float)"
 
repeated float f = 4 [packed = true];
이름속성목록
getFunc (정수 인덱스)
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
정수
getFunc카운트 ()
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
목록< 이름속성목록 >
getFuncList ()
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
이름AttrListOrBuilder
getFuncOrBuilder (정수 인덱스)
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
목록<? NameAttrListOrBuilder 확장 >
getFuncOrBuilderList ()
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
getI (정수 인덱스)
 "list(int)"
 
repeated int64 i = 3 [packed = true];
정수
getICount ()
 "list(int)"
 
repeated int64 i = 3 [packed = true];
목록<긴>
getIList ()
 "list(int)"
 
repeated int64 i = 3 [packed = true];
com.google.protobuf.ByteString
getS (정수 인덱스)
 "list(string)"
 
repeated bytes s = 2;
정수
getSCount ()
 "list(string)"
 
repeated bytes s = 2;
목록<바이트 문자열>
getSList ()
 "list(string)"
 
repeated bytes s = 2;
정수
TensorShapeProto
getShape (정수 인덱스)
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
정수
getShapeCount ()
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
목록< TensorShapeProto >
getShapeList ()
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
TensorShapeProtoOrBuilder
getShapeOrBuilder (정수 인덱스)
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
목록<? TensorShapeProtoOrBuilder 확장 >
getShapeOrBuilderList ()
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
텐서프로토
getTensor (정수 인덱스)
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
정수
getTensorCount ()
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
목록< TensorProto >
getTensorList ()
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
TensorProtoOrBuilder
getTensorOrBuilder (정수 인덱스)
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
목록<? TensorProtoOrBuilder 확장 >
getTensorOrBuilderList ()
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
데이터 형식
getType (정수 인덱스)
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
정수
getTypeCount ()
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
목록< 데이터 유형 >
getTypeList ()
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
정수
getTypeValue (정수 인덱스)
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
목록<정수>
getTypeValueList ()
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
최종 com.google.protobuf.UnknownFieldSet
정수
최종 부울
정적 AttrValue.ListValue.Builder
newBuilder ( AttrValue.ListValue 프로토타입)
정적 AttrValue.ListValue.Builder
AttrValue.ListValue.Builder
정적 AttrValue.ListValue
parsDelimitedFrom (InputStream 입력)
정적 AttrValue.ListValue
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 AttrValue.ListValue
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 AttrValue.ListValue
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 AttrValue.ListValue
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 AttrValue.ListValue
parsFrom (ByteBuffer 데이터)
정적 AttrValue.ListValue
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 AttrValue.ListValue
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 AttrValue.ListValue
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 AttrValue.ListValue
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
AttrValue.ListValue.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 정수 B_FIELD_NUMBER

상수값: 5

공개 정적 최종 int FUNC_FIELD_NUMBER

상수값: 9

공개 정적 최종 정수 F_FIELD_NUMBER

상수값: 4

공개 정적 최종 int I_FIELD_NUMBER

상수값: 3

공개 정적 최종 int SHAPE_FIELD_NUMBER

상수값: 7

공개 정적 최종 int S_FIELD_NUMBER

상수값: 2

공개 정적 최종 int TENSOR_FIELD_NUMBER

상수값: 8

공개 정적 최종 int TYPE_FIELD_NUMBER

상수값: 6

공개 방법

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

공개 부울 getB (int 인덱스)

 "list(bool)"
 
repeated bool b = 5 [packed = true];

공개 int getBCount ()

 "list(bool)"
 
repeated bool b = 5 [packed = true];

공개 목록<Boolean> getBList ()

 "list(bool)"
 
repeated bool b = 5 [packed = true];

공개 정적 AttrValue.ListValue getDefaultInstance ()

공공 AttrValue.ListValue getDefaultInstanceForType ()

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

공개 부동 getF (int 인덱스)

 "list(float)"
 
repeated float f = 4 [packed = true];

공개 int getFCount ()

 "list(float)"
 
repeated float f = 4 [packed = true];

공개 목록<Float> getFList ()

 "list(float)"
 
repeated float f = 4 [packed = true];

공개 NameAttrList getFunc (int 인덱스)

 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;

공개 int getFuncCount ()

 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;

공개 목록< NameAttrList > getFuncList ()

 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;

공개 NameAttrListOrBuilder getFuncOrBuilder (int 인덱스)

 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;

공개 목록<? NameAttrListOrBuilder > getFuncOrBuilderList () 를 확장합니다.

 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;

공개 긴 getI (int 인덱스)

 "list(int)"
 
repeated int64 i = 3 [packed = true];

공개 int getICount ()

 "list(int)"
 
repeated int64 i = 3 [packed = true];

공개 목록<Long> getIList ()

 "list(int)"
 
repeated int64 i = 3 [packed = true];

공공의 getParserForType ()

공개 com.google.protobuf.ByteString getS (int 인덱스)

 "list(string)"
 
repeated bytes s = 2;

공개 int getSCount ()

 "list(string)"
 
repeated bytes s = 2;

공개 목록<ByteString> getSList ()

 "list(string)"
 
repeated bytes s = 2;

공개 int getSerializedSize ()

공개 TensorShapeProto getShape (int 인덱스)

 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;

공개 int getShapeCount ()

 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;

공개 목록< TensorShapeProto > getShapeList ()

 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;

공개 TensorShapeProtoOrBuilder getShapeOrBuilder (int 인덱스)

 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;

공개 목록<? TensorShapeProtoOrBuilder > getShapeOrBuilderList () 를 확장합니다.

 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;

공개 TensorProto getTensor (int 인덱스)

 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;

공개 int getTensorCount ()

 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;

공개 목록< TensorProto > getTensorList ()

 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;

공개 TensorProtoOrBuilder getTensorOrBuilder (int 인덱스)

 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;

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

 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;

공개 데이터 유형 getType (int 인덱스)

 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];

공개 int getTypeCount ()

 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];

공개 목록< DataType > getTypeList ()

 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];

공개 int getTypeValue (int 인덱스)

 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];

공개 목록<Integer> getTypeValueList ()

 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];

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

공개 int hashCode ()

공개 최종 부울 isInitialized ()

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

공개 정적 AttrValue.ListValue.Builder newBuilder ()

공공 AttrValue.ListValue.Builder newBuilderForType ()

공개 정적 AttrValue.ListValue 구문 분석DelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 AttrValue.ListValue 구문 분석 DelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 AttrValue.ListValue 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

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

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

던지기
IO예외

공개 정적 AttrValue.ListValue 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

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

공개 정적 AttrValue.ListValue 구문 분석 (ByteBuffer 데이터)

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

공개 정적 AttrValue.ListValue 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

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

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

공개 정적 AttrValue.ListValue 구문 분석 (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 AttrValue.ListValue 구문 분석 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

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

공개 정적 파서 ()

공개 AttrValue.ListValue.Builder toBuilder ()

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

던지기
IO예외