공개 최종 클래스 AttrValue
Protocol buffer representing the value for an attr used to configure an Op. Comment indicates the corresponding attr type. Only the field matching the attr type may be filled.
tensorflow.AttrValue
중첩 클래스
수업 | AttrValue.Builder | Protocol buffer representing the value for an attr used to configure an Op. | |
수업 | 속성값.목록값 | LINT.IfChange tensorflow.AttrValue.ListValue | |
인터페이스 | AttrValue.ListValueOrBuilder | ||
열거형 | AttrValue.ValueCase |
상수
공개 방법
불리언 | 같음 (객체 객체) |
불리언 | getB () "bool" bool b = 5; |
정적 속성값 | |
속성값 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
뜨다 | getF () "float" float f = 4; |
이름속성목록 | getFunc () "func" represents a function. |
이름AttrListOrBuilder | getFuncOrBuilder () "func" represents a function. |
긴 | getI () "int" int64 i = 3; |
속성값.목록값 | getList () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
AttrValue.ListValueOrBuilder | getListOrBuilder () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
끈 | getPlaceholder () This is a placeholder only used in nodes defined inside a function. |
com.google.protobuf.ByteString | getPlaceholderBytes () This is a placeholder only used in nodes defined inside a function. |
com.google.protobuf.ByteString | getS () "string" bytes s = 2; |
정수 | |
TensorShapeProto | getShape () "shape" .tensorflow.TensorShapeProto shape = 7; |
TensorShapeProtoOrBuilder | getShapeOrBuilder () "shape" .tensorflow.TensorShapeProto shape = 7; |
텐서프로토 | getTensor () "tensor" .tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder | getTensorOrBuilder () "tensor" .tensorflow.TensorProto tensor = 8; |
데이터 유형 | getType () "type" .tensorflow.DataType type = 6; |
정수 | getType값 () "type" .tensorflow.DataType type = 6; |
최종 com.google.protobuf.UnknownFieldSet | |
AttrValue.ValueCase | getValueCase () |
불리언 | 해즈펑크 () "func" represents a function. |
불리언 | 해시리스트 () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
불리언 | 해시쉐이프 () "shape" .tensorflow.TensorShapeProto shape = 7; |
불리언 | hasTensor () "tensor" .tensorflow.TensorProto tensor = 8; |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 AttrValue.Builder | newBuilder ( AttrValue 프로토타입) |
정적 AttrValue.Builder | 새로운 빌더 () |
AttrValue.Builder | |
정적 속성값 | parsDelimitedFrom (InputStream 입력) |
정적 속성값 | parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 속성값 | parsFrom (ByteBuffer 데이터) |
정적 속성값 | ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 속성값 | ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 속성값 | ParseFrom (com.google.protobuf.CodedInputStream 입력) |
정적 속성값 | parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry) |
정적 속성값 | ParseFrom (com.google.protobuf.ByteString 데이터) |
정적 속성값 | ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 속성값 | ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
공전 | 파서 () |
AttrValue.Builder | toBuilder () |
무효의 | writeTo (com.google.protobuf.CodedOutputStream 출력) |
상속된 메서드
상수
공개 정적 최종 정수 B_FIELD_NUMBER
상수값: 5
공개 정적 최종 int FUNC_FIELD_NUMBER
상수값: 10
공개 정적 최종 정수 F_FIELD_NUMBER
상수값: 4
공개 정적 최종 int I_FIELD_NUMBER
상수값: 3
공개 정적 최종 int LIST_FIELD_NUMBER
상수값: 1
공개 정적 최종 int PLACEHOLDER_FIELD_NUMBER
상수값: 9
공개 정적 최종 int SHAPE_FIELD_NUMBER
상수값: 7
공개 정적 최종 int S_FIELD_NUMBER
상수값: 2
공개 정적 최종 int TENSOR_FIELD_NUMBER
상수값: 8
공개 정적 최종 int TYPE_FIELD_NUMBER
상수값: 6
공개 방법
공개 부울은 (객체 obj) 와 같습니다 .
공개 부울 getB ()
"bool"
bool b = 5;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 부동 getF ()
"float"
float f = 4;
공개 NameAttrList getFunc ()
"func" represents a function. func.name is a function's name or a primitive op's name. func.attr.first is the name of an attr defined for that function. func.attr.second is the value for that attr in the instantiation.
.tensorflow.NameAttrList func = 10;
공개 NameAttrListOrBuilder getFuncOrBuilder ()
"func" represents a function. func.name is a function's name or a primitive op's name. func.attr.first is the name of an attr defined for that function. func.attr.second is the value for that attr in the instantiation.
.tensorflow.NameAttrList func = 10;
공개 긴 getI ()
"int"
int64 i = 3;
공공 AttrValue.ListValueOrBuilder getListOrBuilder ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
공공의 getParserForType ()
공개 문자열 getPlaceholder ()
This is a placeholder only used in nodes defined inside a function. It indicates the attr value will be supplied when the function is instantiated. For example, let us suppose a node "N" in function "FN". "N" has an attr "A" with value placeholder = "foo". When FN is instantiated with attr "foo" set to "bar", the instantiated node N's attr A will have been given the value "bar".
string placeholder = 9;
공개 com.google.protobuf.ByteString getPlaceholderBytes ()
This is a placeholder only used in nodes defined inside a function. It indicates the attr value will be supplied when the function is instantiated. For example, let us suppose a node "N" in function "FN". "N" has an attr "A" with value placeholder = "foo". When FN is instantiated with attr "foo" set to "bar", the instantiated node N's attr A will have been given the value "bar".
string placeholder = 9;
공개 com.google.protobuf.ByteString getS ()
"string"
bytes s = 2;
공개 int getSerializedSize ()
공개 int getTypeValue ()
"type"
.tensorflow.DataType type = 6;
공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()
공개 부울 hasFunc ()
"func" represents a function. func.name is a function's name or a primitive op's name. func.attr.first is the name of an attr defined for that function. func.attr.second is the value for that attr in the instantiation.
.tensorflow.NameAttrList func = 10;
공개 부울 hasList ()
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
공개 부울 hasShape ()
"shape"
.tensorflow.TensorShapeProto shape = 7;
공개 부울 hasTensor ()
"tensor"
.tensorflow.TensorProto tensor = 8;
공개 int hashCode ()
공개 최종 부울 isInitialized ()
공개 정적 AttrValue parDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 AttrValue 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 AttrValue 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 AttrValue parsFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 AttrValue 구문 분석 (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 AttrValue 구문 분석기 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|