공개 정적 최종 클래스 OpDef.AttrDef.Builder
Description of the graph-construction-time configuration of this Op. That is to say, this describes the attr fields that will be specified in the NodeDef.
tensorflow.OpDef.AttrDef
공개 방법
OpDef.AttrDef.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
OpDef.AttrDef | 짓다 () |
OpDef.AttrDef | 빌드부분 () |
OpDef.AttrDef.Builder | 분명한 () |
OpDef.AttrDef.Builder | 클리어허용값 () The set of allowed values. |
OpDef.AttrDef.Builder | 클리어디폴트값 () A reasonable default for this attribute if the user does not supply a value. |
OpDef.AttrDef.Builder | 명확한설명 () Human-readable description. |
OpDef.AttrDef.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
OpDef.AttrDef.Builder | ClearHasMinimum () For type == "int", this is a minimum value. |
OpDef.AttrDef.Builder | 클리어최소 () int64 minimum = 6; |
OpDef.AttrDef.Builder | 클리어이름 () A descriptive name for the argument. |
OpDef.AttrDef.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
OpDef.AttrDef.Builder | 클리어타입 () One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
OpDef.AttrDef.Builder | 클론 () |
속성값 | getAllowedValues () The set of allowed values. |
AttrValue.Builder | getAllowedValuesBuilder () The set of allowed values. |
AttrValueOrBuilder | getAllowedValuesOrBuilder () The set of allowed values. |
OpDef.AttrDef | |
속성값 | getDefaultValue () A reasonable default for this attribute if the user does not supply a value. |
AttrValue.Builder | getDefaultValueBuilder () A reasonable default for this attribute if the user does not supply a value. |
AttrValueOrBuilder | getDefaultValueOrBuilder () A reasonable default for this attribute if the user does not supply a value. |
끈 | get설명 () Human-readable description. |
com.google.protobuf.ByteString | getDescriptionBytes () Human-readable description. |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
부울 | getHasMinimum () For type == "int", this is a minimum value. |
긴 | 최소값 () int64 minimum = 6; |
끈 | getName () A descriptive name for the argument. |
com.google.protobuf.ByteString | getNameBytes () A descriptive name for the argument. |
끈 | getType () One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
com.google.protobuf.ByteString | getTypeBytes () One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
부울 | hasAllowedValues () The set of allowed values. |
부울 | hasDefaultValue () A reasonable default for this attribute if the user does not supply a value. |
최종 부울 | 초기화됨 () |
OpDef.AttrDef.Builder | |
OpDef.AttrDef.Builder | mergeDefaultValue ( AtrValue 값) A reasonable default for this attribute if the user does not supply a value. |
OpDef.AttrDef.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
OpDef.AttrDef.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
최종 OpDef.AttrDef.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
OpDef.AttrDef.Builder | |
OpDef.AttrDef.Builder | |
OpDef.AttrDef.Builder | setDefaultValue ( AtrValue 값) A reasonable default for this attribute if the user does not supply a value. |
OpDef.AttrDef.Builder | setDefaultValue ( AtrValue.Builder builderForValue) A reasonable default for this attribute if the user does not supply a value. |
OpDef.AttrDef.Builder | setDescription (문자열 값) Human-readable description. |
OpDef.AttrDef.Builder | setDescriptionBytes (com.google.protobuf.ByteString 값) Human-readable description. |
OpDef.AttrDef.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
OpDef.AttrDef.Builder | setHasMinimum (부울 값) For type == "int", this is a minimum value. |
OpDef.AttrDef.Builder | setMinimum (긴 값) int64 minimum = 6; |
OpDef.AttrDef.Builder | setName (문자열 값) A descriptive name for the argument. |
OpDef.AttrDef.Builder | setNameBytes (com.google.protobuf.ByteString 값) A descriptive name for the argument. |
OpDef.AttrDef.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
OpDef.AttrDef.Builder | setType (문자열 값) One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
OpDef.AttrDef.Builder | setTypeBytes (com.google.protobuf.ByteString 값) One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
최종 OpDef.AttrDef.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 OpDef.AttrDef.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 OpDef.AttrDef.Builder ClearAllowedValues ()
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
공개 OpDef.AttrDef.Builder ClearDefaultValue ()
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
공개 OpDef.AttrDef.BuilderclearHasMinimum ( )
For type == "int", this is a minimum value. For "list(___)" types, this is the minimum length.
bool has_minimum = 5;
공개 OpDef.AttrDef.Builder 클리어이름 ()
A descriptive name for the argument. May be used, e.g. by the Python client, as a keyword argument name, and so should match the regexp "[a-z][a-z0-9_]+".
string name = 1;
공개 OpDef.AttrDef.Builder 클리어타입 ()
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
공개 AttrValue getAllowedValues ()
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
공개 AttrValue.Builder getAllowedValuesBuilder ()
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
공개 AttrValueOrBuilder getAllowedValuesOrBuilder ()
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
공개 AttrValue getDefaultValue ()
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
공공 AttrValue.Builder getDefaultValueBuilder ()
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
공개 AttrValueOrBuilder getDefaultValueOrBuilder ()
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
공개 문자열 getDescription ()
Human-readable description.
string description = 4;
공개 com.google.protobuf.ByteString getDescriptionBytes ()
Human-readable description.
string description = 4;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 부울 getHasMinimum ()
For type == "int", this is a minimum value. For "list(___)" types, this is the minimum length.
bool has_minimum = 5;
공개 긴 getMinimum ()
int64 minimum = 6;
공개 문자열 getName ()
A descriptive name for the argument. May be used, e.g. by the Python client, as a keyword argument name, and so should match the regexp "[a-z][a-z0-9_]+".
string name = 1;
공개 com.google.protobuf.ByteString getNameBytes ()
A descriptive name for the argument. May be used, e.g. by the Python client, as a keyword argument name, and so should match the regexp "[a-z][a-z0-9_]+".
string name = 1;
공개 문자열 getType ()
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
공개 com.google.protobuf.ByteString getTypeBytes ()
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
공개 부울 hasAllowedValues ()
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
공개 부울 hasDefaultValue ()
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
공개 최종 부울 isInitialized ()
공개 OpDef.AttrDef.Builder mergeAllowedValues ( AtrValue 값)
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
공개 OpDef.AttrDef.Builder mergeDefaultValue ( AtrValue 값)
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
공개 OpDef.AttrDef.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 OpDef.AttrDef.Builder setAllowedValues ( AtrValue.Builder builderForValue)
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
공개 OpDef.AttrDef.Builder setAllowedValues ( AtrValue 값)
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
공개 OpDef.AttrDef.Builder setDefaultValue ( AtrValue 값)
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
공개 OpDef.AttrDef.Builder setDefaultValue ( AtrValue.Builder builderForValue)
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
공개 OpDef.AttrDef.Builder setDescriptionBytes (com.google.protobuf.ByteString 값)
Human-readable description.
string description = 4;
공개 OpDef.AttrDef.Builder setHasMinimum (부울 값)
For type == "int", this is a minimum value. For "list(___)" types, this is the minimum length.
bool has_minimum = 5;
공개 OpDef.AttrDef.Builder setName (문자열 값)
A descriptive name for the argument. May be used, e.g. by the Python client, as a keyword argument name, and so should match the regexp "[a-z][a-z0-9_]+".
string name = 1;
공개 OpDef.AttrDef.Builder setNameBytes (com.google.protobuf.ByteString 값)
A descriptive name for the argument. May be used, e.g. by the Python client, as a keyword argument name, and so should match the regexp "[a-z][a-z0-9_]+".
string name = 1;
공개 OpDef.AttrDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 객체 값)
공개 OpDef.AttrDef.Builder setType (문자열 값)
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
공개 OpDef.AttrDef.Builder setTypeBytes (com.google.protobuf.ByteString 값)
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;