publiczna statyczna klasa końcowa OpDef.AttrDef
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 typu
tensorflow.OpDef.AttrDef
Klasy zagnieżdżone
klasa | Konstruktor OpDef.AttrDef | Description of the graph-construction-time configuration of this Op. |
Stałe
wew | ALLOWED_VALUES_FIELD_NUMBER | |
wew | DEFAULT_VALUE_FIELD_NUMBER | |
wew | DESCRIPTION_FIELD_NUMBER | |
wew | HAS_MINIMUM_FIELD_NUMBER | |
wew | MINIMUM_FIELD_NUMBER | |
wew | NAME_FIELD_NUMBER | |
wew | TYPE_FIELD_NUMBER |
Metody publiczne
wartość logiczna | równa się (obiekt obiektu) |
Wartość atr | getAllowedValues () The set of allowed values. |
AttrValueOrBuilder | getAllowedValuesOrBuilder () The set of allowed values. |
statyczny OpDef.AttrDef | |
OpDef.AttrDef | |
Wartość atr | uzyskaj wartość domyślną () 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. |
Smyczkowy | pobierz opis () Human-readable description. |
com.google.protobuf.ByteString | getDescriptionBytes () Human-readable description. |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
wartość logiczna | getHasMinimum () For type == "int", this is a minimum value. |
długi | pobierzMinimum () int64 minimum = 6; |
Smyczkowy | pobierz nazwę () A descriptive name for the argument. |
com.google.protobuf.ByteString | getNameBytes () A descriptive name for the argument. |
wew | |
Smyczkowy | pobierzTyp () 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.). |
końcowy com.google.protobuf.UnknownFieldSet | |
wartość logiczna | ma dozwolone wartości () The set of allowed values. |
wartość logiczna | ma wartość domyślną () A reasonable default for this attribute if the user does not supply a value. |
wew | hashCode () |
końcowa wartość logiczna | |
statyczny OpDef.AttrDef.Builder | newBuilder (prototyp OpDef.AttrDef ) |
statyczny OpDef.AttrDef.Builder | |
Konstruktor OpDef.AttrDef | |
statyczny OpDef.AttrDef | parseDelimitedFrom (wejście strumienia wejściowego) |
statyczny OpDef.AttrDef | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny OpDef.AttrDef | parseFrom (dane ByteBuffer) |
statyczny OpDef.AttrDef | parseFrom (wejście com.google.protobuf.CodedInputStream, rejestr rozszerzenia com.google.protobuf.ExtensionRegistryLite) |
statyczny OpDef.AttrDef | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny OpDef.AttrDef | parseFrom (wejście com.google.protobuf.CodedInputStream) |
statyczny OpDef.AttrDef | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
statyczny OpDef.AttrDef | parseFrom (dane com.google.protobuf.ByteString) |
statyczny OpDef.AttrDef | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny OpDef.AttrDef | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny | parser () |
Konstruktor OpDef.AttrDef | |
próżnia | writeTo (wyjście com.google.protobuf.CodedOutputStream) |
Metody dziedziczone
Stałe
publiczny statyczny końcowy int ALLOWED_VALUES_FIELD_NUMBER
Wartość stała: 7
publiczny statyczny końcowy int DEFAULT_VALUE_FIELD_NUMBER
Wartość stała: 3
publiczny statyczny końcowy int DESCRIPTION_FIELD_NUMBER
Wartość stała: 4
publiczny statyczny końcowy int HAS_MINIMUM_FIELD_NUMBER
Wartość stała: 5
publiczny statyczny końcowy int MINIMUM_FIELD_NUMBER
Wartość stała: 6
publiczny statyczny końcowy int NAME_FIELD_NUMBER
Wartość stała: 1
publiczny statyczny końcowy int TYPE_FIELD_NUMBER
Wartość stała: 2
Metody publiczne
publiczna wartość logiczna równa się (obiekt obiektu)
public 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;
public 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;
public 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;
public 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;
public String getDescription ()
Human-readable description.
string description = 4;
public com.google.protobuf.ByteString getDescriptionBytes ()
Human-readable description.
string description = 4;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publiczna wartość logiczna getHasMinimum ()
For type == "int", this is a minimum value. For "list(___)" types, this is the minimum length.
bool has_minimum = 5;
publiczny długi getMinimum ()
int64 minimum = 6;
public String 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;
public 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;
publiczny getParserForType ()
publiczny int getSerializedSize ()
publiczny ciąg getType ()
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
publiczny com.google.protobuf.ByteString getTypeBytes ()
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
publiczna wartość logiczna maAllowedValues ()
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;
publiczna wartość logiczna maDefaultValue ()
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;
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
publiczny statyczny OpDef.AttrDef parseDelimitedFrom (wejście strumienia wejściowego)
Rzuca
Wyjątek IO |
---|
publiczny statyczny OpDef.AttrDef parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Wyjątek IO |
---|
public static OpDef.AttrDef parseFrom (dane ByteBuffer)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny OpDef.AttrDef parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Wyjątek IO |
---|
publiczny statyczny OpDef.AttrDef parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static OpDef.AttrDef parseFrom (wejście com.google.protobuf.CodedInputStream)
Rzuca
Wyjątek IO |
---|
publiczny statyczny OpDef.AttrDef parseFrom (bajt[] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny OpDef.AttrDef parseFrom (dane com.google.protobuf.ByteString)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static OpDef.AttrDef parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
publiczny statyczny OpDef.AttrDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczna statyka parser ()
public void writeTo (wyjście com.google.protobuf.CodedOutputStream)
Rzuca
Wyjątek IO |
---|