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
clearDefaultValue ()
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
clearDescription ()
 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
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
AttrValue
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.
חוּט
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.
final static 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 (ערך AttrValue )
 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.Message אחר)
Final ApiDef.Attr.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
ApiDef.Attr.Builder
setDefaultValue ( AttrValue.Builder builderForValue)
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
setDefaultValue (ערך AttrValue )
 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, אינדקס אינט, ערך אובייקט)
Final ApiDef.Attr.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

שיטות בירושה

שיטות ציבוריות

Public ApiDef.Attr.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

בניית ApiDef.Attr ציבורית ()

public ApiDef.Attr buildPartial ()

הציבור ApiDef.Attr.Builder נקה ()

Public 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;

Public ApiDef.Attr.Builder clearDescription ()

 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 clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)

public ApiDef.Attr.Builder clearName ()

string name = 1;

Public ApiDef.Attr.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

Public 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 ציבורי ()

public ApiDef.Attr getDefaultInstanceForType ()

public 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;

public 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;

public 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;

public 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;

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

מחרוזת ציבורית getName ()

string name = 1;

public 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;

public 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;

בוליאני הסופי הציבורי הוא אתחול ()

public ApiDef.Attr.Builder mergeDefaultValue (ערך 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 mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

Public ApiDef.Attr.Builder mergeFrom (com.google.protobuf.Message אחר)

Public final ApiDef.Attr.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Public ApiDef.Attr.Builder setDefaultValue ( 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;

public ApiDef.Attr.Builder setDefaultValue (ערך 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 (ערך מחרוזת)

 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 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;

Public ApiDef.Attr.Builder setNameBytes (ערך com.google.protobuf.ByteString)

string name = 1;

Public 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;

Public 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, אינדקס אינט, ערך אובייקט)

Public final ApiDef.Attr.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)