ApiDef.Attr.Builder

공개 정적 최종 클래스 ApiDef.Attr.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.
 
Protobuf 유형 tensorflow.ApiDef.Attr

공개 방법

ApiDef.Attr.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
ApiDef.Attr
짓다 ()
ApiDef.Attr
ApiDef.Attr.Builder
ApiDef.Attr.Builder
클리어디폴트값 ()
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
명확한설명 ()
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
ApiDef.Attr.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
ApiDef.Attr.Builder
클리어이름 ()
string name = 1;
ApiDef.Attr.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ApiDef.Attr.Builder
ClearRenameTo ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
ApiDef.Attr.Builder
클론 ()
ApiDef.Attr
속성값
getDefaultValue ()
 Specify a new default value to use for this attr.
AttrValue.Builder
getDefaultValueBuilder ()
 Specify a new default value to use for this attr.
AttrValueOrBuilder
getDefaultValueOrBuilder ()
 Specify a new default value to use for this attr.
get설명 ()
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
com.google.protobuf.ByteString
getDescriptionBytes ()
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getName ()
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
getRenameTo ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
부울
hasDefaultValue ()
 Specify a new default value to use for this attr.
최종 부울
ApiDef.Attr.Builder
mergeDefaultValue ( AtrValue 값)
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ApiDef.Attr.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 ApiDef.Attr.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
ApiDef.Attr.Builder
setDefaultValue ( AtrValue.Builder builderForValue)
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
setDefaultValue ( AtrValue 값)
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
setDescription (문자열 값)
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
ApiDef.Attr.Builder
setDescriptionBytes (com.google.protobuf.ByteString 값)
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
ApiDef.Attr.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
ApiDef.Attr.Builder
setName (문자열 값)
string name = 1;
ApiDef.Attr.Builder
setNameBytes (com.google.protobuf.ByteString 값)
string name = 1;
ApiDef.Attr.Builder
setRenameTo (문자열 값)
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
ApiDef.Attr.Builder
setRenameToBytes (com.google.protobuf.ByteString 값)
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
ApiDef.Attr.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
최종 ApiDef.Attr.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

public ApiDef.Attr.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 ApiDef.Attr 빌드 ()

공개 ApiDef.Attr buildPartial ()

공개 ApiDef.Attr.Builder 클리어 ()

공개 ApiDef.Attr.Builder ClearDefaultValue ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

공개 ApiDef.Attr.Builder 명확한 설명 ()

 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
 
string description = 4;

공개 ApiDef.Attr.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 ApiDef.Attr.Builder 클리어이름 ()

string name = 1;

공개 ApiDef.Attr.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

공개 ApiDef.Attr.Builder ClearRenameTo ()

 Change the name used to access this attr in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;

공개 ApiDef.Attr.Builder 클론 ()

공개 ApiDef.Attr getDefaultInstanceForType ()

공개 AttrValue getDefaultValue ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

공공 AttrValue.Builder getDefaultValueBuilder ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

공개 AttrValueOrBuilder getDefaultValueOrBuilder ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

공개 문자열 getDescription ()

 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
 
string description = 4;

공개 com.google.protobuf.ByteString getDescriptionBytes ()

 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
 
string description = 4;

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

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 문자열 getName ()

string name = 1;

공개 com.google.protobuf.ByteString getNameBytes ()

string name = 1;

공개 문자열 getRenameTo ()

 Change the name used to access this attr in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;

공개 com.google.protobuf.ByteString getRenameToBytes ()

 Change the name used to access this attr in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;

공개 부울 hasDefaultValue ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

공개 최종 부울 isInitialized ()

공개 ApiDef.Attr.Builder mergeDefaultValue ( AtrValue 값)

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

공개 ApiDef.Attr.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 ApiDef.Attr.Builder mergeFrom (com.google.protobuf.기타 메시지)

공개 최종 ApiDef.Attr.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공개 ApiDef.Attr.Builder setDefaultValue ( AtrValue.Builder builderForValue)

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

공개 ApiDef.Attr.Builder setDefaultValue ( AtrValue 값)

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

공개 ApiDef.Attr.Builder setDescription (문자열 값)

 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
 
string description = 4;

공개 ApiDef.Attr.Builder setDescriptionBytes (com.google.protobuf.ByteString 값)

 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
 
string description = 4;

public ApiDef.Attr.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

public ApiDef.Attr.Builder setName (문자열 값)

string name = 1;

공개 ApiDef.Attr.Builder setNameBytes (com.google.protobuf.ByteString 값)

string name = 1;

공개 ApiDef.Attr.Builder setRenameTo (문자열 값)

 Change the name used to access this attr in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;

공개 ApiDef.Attr.Builder setRenameToBytes (com.google.protobuf.ByteString 값)

 Change the name used to access this attr in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;

public ApiDef.Attr.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 객체 값)

공개 최종 ApiDef.Attr.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)