공개 정적 최종 클래스 AttrValue.Builder
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 | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
속성값 | 짓다 () |
속성값 | 빌드부분 () |
AttrValue.Builder | 분명한 () |
AttrValue.Builder | 클리어비 () "bool" bool b = 5; |
AttrValue.Builder | 클리어F () "float" float f = 4; |
AttrValue.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
AttrValue.Builder | 클리어펑크 () "func" represents a function. |
AttrValue.Builder | 클리어아이 () "int" int64 i = 3; |
AttrValue.Builder | 클리어리스트 () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
AttrValue.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AttrValue.Builder | 클리어플레이스홀더 () This is a placeholder only used in nodes defined inside a function. |
AttrValue.Builder | 클리어스 () "string" bytes s = 2; |
AttrValue.Builder | 클리어셰이프 () "shape" .tensorflow.TensorShapeProto shape = 7; |
AttrValue.Builder | 클리어텐서 () "tensor" .tensorflow.TensorProto tensor = 8; |
AttrValue.Builder | 클리어타입 () "type" .tensorflow.DataType type = 6; |
AttrValue.Builder | 클리어값 () |
AttrValue.Builder | 클론 () |
부울 | getB () "bool" bool b = 5; |
속성값 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
뜨다 | getF () "float" float f = 4; |
이름속성목록 | getFunc () "func" represents a function. |
NameAttrList.Builder | getFuncBuilder () "func" represents a function. |
이름AttrListOrBuilder | getFuncOrBuilder () "func" represents a function. |
긴 | getI () "int" int64 i = 3; |
속성값.목록값 | getList () any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
AttrValue.ListValue.Builder | getListBuilder () 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; |
TensorShapeProto.Builder | getShapeBuilder () "shape" .tensorflow.TensorShapeProto shape = 7; |
TensorShapeProtoOrBuilder | getShapeOrBuilder () "shape" .tensorflow.TensorShapeProto shape = 7; |
텐서프로토 | getTensor () "tensor" .tensorflow.TensorProto tensor = 8; |
TensorProto.Builder | getTensorBuilder () "tensor" .tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder | getTensorOrBuilder () "tensor" .tensorflow.TensorProto tensor = 8; |
데이터 유형 | getType () "type" .tensorflow.DataType type = 6; |
정수 | getType값 () "type" .tensorflow.DataType type = 6; |
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 | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
AttrValue.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
AttrValue.Builder | |
AttrValue.Builder | |
AttrValue.Builder | |
AttrValue.Builder | |
최종 AttrValue.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
AttrValue.Builder | setB (부울 값) "bool" bool b = 5; |
AttrValue.Builder | setF (부동 소수점 값) "float" float f = 4; |
AttrValue.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
AttrValue.Builder | |
AttrValue.Builder | |
AttrValue.Builder | setI (긴 값) "int" int64 i = 3; |
AttrValue.Builder | |
AttrValue.Builder | setList ( AttrValue.ListValue.Builder builderForValue) any "list(...)" .tensorflow.AttrValue.ListValue list = 1; |
AttrValue.Builder | setPlaceholder (문자열 값) This is a placeholder only used in nodes defined inside a function. |
AttrValue.Builder | setPlaceholderBytes (com.google.protobuf.ByteString 값) This is a placeholder only used in nodes defined inside a function. |
AttrValue.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
AttrValue.Builder | setS (com.google.protobuf.ByteString 값) "string" bytes s = 2; |
AttrValue.Builder | |
AttrValue.Builder | setShape ( TensorShapeProto.Builder builderForValue) "shape" .tensorflow.TensorShapeProto shape = 7; |
AttrValue.Builder | |
AttrValue.Builder | |
AttrValue.Builder | |
AttrValue.Builder | setTypeValue (정수 값) "type" .tensorflow.DataType type = 6; |
최종 AttrValue.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
public AttrValue.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 AttrValue.Builder ClearFunc ()
"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;
공개 AttrValue.Builder ClearPlaceholder ()
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;
공개 부울 getB ()
"bool"
bool b = 5;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 부동 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;
공개 NameAttrList.Builder getFuncBuilder ()
"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.ListValue.Builder getListBuilder ()
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. 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 getTypeValue ()
"type"
.tensorflow.DataType type = 6;
공개 부울 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;
공개 최종 부울 isInitialized ()
공개 AttrValue.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공용 AttrValue.Builder mergeFunc ( NameAttrList 값)
"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;
공용 AttrValue.Builder mergeList ( AttrValue.ListValue 값)
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
public AttrValue.Builder mergeShape ( TensorShapeProto 값)
"shape"
.tensorflow.TensorShapeProto shape = 7;
공용 AttrValue.Builder setFunc ( NameAttrList.Builder builderForValue)
"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;
공용 AttrValue.Builder setFunc ( NameAttrList 값)
"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;
공공 AttrValue.Builder setList ( AttrValue.ListValue 값)
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
공용 AttrValue.Builder setList ( AtrValue.ListValue.Builder builderForValue)
any "list(...)"
.tensorflow.AttrValue.ListValue list = 1;
공용 AttrValue.Builder setPlaceholder (문자열 값)
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;
공개 AttrValue.Builder setPlaceholderBytes (com.google.protobuf.ByteString 값)
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;
public AttrValue.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 객체 값)
public AttrValue.Builder setShape ( TensorShapeProto 값)
"shape"
.tensorflow.TensorShapeProto shape = 7;
공개 AttrValue.Builder setShape ( TensorShapeProto.Builder builderForValue)
"shape"
.tensorflow.TensorShapeProto shape = 7;
공개 AttrValue.Builder setTensor ( TensorProto.Builder builderForValue)
"tensor"
.tensorflow.TensorProto tensor = 8;