publiczna statyczna klasa końcowa 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
Metody publiczne
Konstruktor ApiDef.Attr | addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
ApiDef.Attr | zbudować () |
ApiDef.Attr | |
Konstruktor ApiDef.Attr | jasne () |
Konstruktor ApiDef.Attr | wyczyść wartość domyślną () Specify a new default value to use for this attr. |
Konstruktor ApiDef.Attr | jasneOpis () Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions. |
Konstruktor ApiDef.Attr | clearField (pole com.google.protobuf.Descriptors.FieldDescriptor) |
Konstruktor ApiDef.Attr | wyczyśćNazwa () string name = 1; |
Konstruktor ApiDef.Attr | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Konstruktor ApiDef.Attr | wyczyśćZmień nazwę na () Change the name used to access this attr in the API from what is used in the GraphDef. |
Konstruktor ApiDef.Attr | klon () |
ApiDef.Attr | |
Wartość atr | pobierz wartość domyślną () Specify a new default value to use for this attr. |
Konstruktor wartości atr | getDefaultValueBuilder () Specify a new default value to use for this attr. |
AttrValueOrBuilder | getDefaultValueOrBuilder () Specify a new default value to use for this attr. |
Smyczkowy | pobierz opis () 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. |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Smyczkowy | pobierz nazwę () string name = 1; |
com.google.protobuf.ByteString | getNameBytes () string name = 1; |
Smyczkowy | 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. |
wartość logiczna | ma wartość domyślną () Specify a new default value to use for this attr. |
końcowa wartość logiczna | |
Konstruktor ApiDef.Attr | |
Konstruktor ApiDef.Attr | mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
Konstruktor ApiDef.Attr | mergeFrom (com.google.protobuf.Wiadomość inna) |
końcowy ApiDef.Attr.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
Konstruktor ApiDef.Attr | setDefaultValue ( AttrValue.Builder builderForValue) Specify a new default value to use for this attr. |
Konstruktor ApiDef.Attr | |
Konstruktor ApiDef.Attr | setDescription (wartość ciągu) Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions. |
Konstruktor ApiDef.Attr | setDescriptionBytes (wartość 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. |
Konstruktor ApiDef.Attr | setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
Konstruktor ApiDef.Attr | setName (wartość ciągu) string name = 1; |
Konstruktor ApiDef.Attr | setNameBytes (wartość com.google.protobuf.ByteString) string name = 1; |
Konstruktor ApiDef.Attr | setRenameTo (wartość ciągu) Change the name used to access this attr in the API from what is used in the GraphDef. |
Konstruktor ApiDef.Attr | setRenameToBytes (wartość com.google.protobuf.ByteString) Change the name used to access this attr in the API from what is used in the GraphDef. |
Konstruktor ApiDef.Attr | setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu) |
końcowy ApiDef.Attr.Builder | setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
Metody dziedziczone
Metody publiczne
public ApiDef.Attr.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
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 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;
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;
public String 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 ()
public String getName ()
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
string name = 1;
publiczny ciąg 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;
publiczna wartość logiczna maDefaultValue ()
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;
publiczna końcowa wartość logiczna isInitialized ()
public ApiDef.Attr.Builder mergeDefaultValue (wartość 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 (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
publiczny końcowy ApiDef.Attr.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
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 (wartość 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 (wartość ciągu)
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 (wartość 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 (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
public ApiDef.Attr.Builder setRenameTo (wartość ciągu)
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 (wartość 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;