ApiDef.Attr.Builder

lớp cuối cùng tĩnh công khai 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.
 
tensorflow.ApiDef.Attr loại Protobuf.ApiDef.Attr

Phương pháp công khai

ApiDef.Attr.Builder
addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
ApiDef.Attr
ApiDef.Attr
ApiDef.Attr.Builder
ApiDef.Attr.Builder
ClearDefaultValue ()
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
mô tả rõ ràng ()
 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 (trường com.google.protobuf.Descriptors.FieldDescriptor)
ApiDef.Attr.Builder
ClearName ()
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
Giá trị 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.
Sợi dây
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.
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 tĩnh cuối cùng
com.google.protobuf.Descriptors.Descriptor
Sợi dây
lấy Tên ()
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
Sợi dây
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.
boolean
hasDefaultValue ()
 Specify a new default value to use for this attr.
boolean cuối cùng
ApiDef.Attr.Builder
mergeDefaultValue (giá trị AttrValue )
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ApiDef.Attr.Builder
mergeFrom (com.google.protobuf.Message other)
ApiDef.Attr.Builder cuối cùng
hợp nhấtUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
ApiDef.Attr.Builder
setDefaultValue ( AttrValue.Builder builderForValue)
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
setDefaultValue (giá trị AttrValue )
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
setDescription (Giá trị chuỗi)
 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 (giá trị 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 (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
ApiDef.Attr.Builder
setName (Giá trị chuỗi)
string name = 1;
ApiDef.Attr.Builder
setNameBytes (giá trị com.google.protobuf.ByteString)
string name = 1;
ApiDef.Attr.Builder
setRenameTo (Giá trị chuỗi)
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
ApiDef.Attr.Builder
setRenameToBytes (giá trị 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 (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)
ApiDef.Attr.Builder cuối cùng
setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

Phương pháp kế thừa

Phương pháp công khai

ApiDef.Attr.Builder addRepeatedField công khai (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

bản dựng ApiDef.Attr công khai ()

ApiDef.Attr buildPartial công khai ()

ApiDef.Attr.Builder công khai rõ ràng ()

ApiDef.Attr.Builder công khai 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 công khai clearDescription ()

mô tả chuỗi

 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 clearField công khai (trường com.google.protobuf.Descriptors.FieldDescriptor)

ApiDef.Attr.Builder clearName công khai ()

string name = 1;

ApiDef.Attr.Builder clearOneof công khai (com.google.protobuf.Descriptors.OneofDescriptor oneof)

ApiDef.Attr.Builder công khai 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;

bản sao ApiDef.Attr.Builder công khai ()

ApiDef.Attr công khai getDefaultInstanceForType ()

AttrValue công khai 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;

công khai 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;

công khai 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;

Chuỗi công khai getDescription ()

mô tả chuỗi

 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 công khai ()

mô tả chuỗi

 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;

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

com.google.protobuf.Descriptors.Descriptor công khai getDescriptorForType ()

Chuỗi công khai getName ()

string name = 1;

com.google.protobuf.ByteString getNameBytes công khai ()

string name = 1;

Chuỗi công khai 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 công khai ()

 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;

boolean công khai 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;

boolean cuối cùng công khai được khởi tạo ()

công khai ApiDef.Attr.Builder mergeDefaultValue (giá trị AttrValue )

 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;

công khai ApiDef.Attr.Builder mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

ApiDef.Attr.Builder mergeFrom công khai (com.google.protobuf.Message other)

trận chung kết công khai ApiDef.Attr.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

ApiDef.Attr.Builder setDefaultValue công khai ( AttrValue.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 công khai setDefaultValue (giá trị AttrValue )

 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;

public ApiDef.Attr.Builder setDescription (Giá trị chuỗi)

mô tả chuỗi

 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 công khai (giá trị com.google.protobuf.ByteString)

mô tả chuỗi

 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 setField công khai (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

ApiDef.Attr.Builder setName công khai (Giá trị chuỗi)

string name = 1;

ApiDef.Attr.Builder setNameBytes công khai (giá trị com.google.protobuf.ByteString)

string name = 1;

ApiDef.Attr.Builder setRenameTo công khai (Giá trị chuỗi)

 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 công khai (giá trị 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;

ApiDef.Attr.Builder setRepeatedField công khai (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)

trận chung kết công khai ApiDef.Attr.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)