publiczna statyczna klasa końcowa OpDef.ArgDef
For describing inputs and outputs.
tensorflow.OpDef.ArgDef
Klasy zagnieżdżone
klasa | OpDef.ArgDef.Builder | For describing inputs and outputs. |
Stałe
wew | DESCRIPTION_FIELD_NUMBER | |
wew | IS_REF_FIELD_NUMBER | |
wew | NAME_FIELD_NUMBER | |
wew | NUMBER_ATTR_FIELD_NUMBER | |
wew | TYPE_ATTR_FIELD_NUMBER | |
wew | TYPE_FIELD_NUMBER | |
wew | TYPE_LIST_ATTR_FIELD_NUMBER |
Metody publiczne
wartość logiczna | równa się (obiekt obiektu) |
statyczny OpDef.ArgDef | |
OpDef.ArgDef | |
Smyczkowy | pobierz opis () Human readable description. |
com.google.protobuf.ByteString | getDescriptionBytes () Human readable description. |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
wartość logiczna | getIsRef () For inputs: if true, the inputs are required to be refs. |
Smyczkowy | pobierz nazwę () Name for the input/output. |
com.google.protobuf.ByteString | getNameBytes () Name for the input/output. |
Smyczkowy | getNumberAttr () if specified, attr must have type "int" string number_attr = 5; |
com.google.protobuf.ByteString | getNumberAttrBytes () if specified, attr must have type "int" string number_attr = 5; |
wew | |
Typ danych | pobierzTyp () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
Smyczkowy | getTypeAttr () if specified, attr must have type "type" string type_attr = 4; |
com.google.protobuf.ByteString | getTypeAttrBytes () if specified, attr must have type "type" string type_attr = 4; |
Smyczkowy | getTypeListAttr () If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified. |
com.google.protobuf.ByteString | getTypeListAttrBytes () If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified. |
wew | getTypeValue () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
końcowy com.google.protobuf.UnknownFieldSet | |
wew | hashCode () |
końcowa wartość logiczna | |
statyczny OpDef.ArgDef.Builder | newBuilder (prototyp OpDef.ArgDef ) |
statyczny OpDef.ArgDef.Builder | nowyBuilder () |
Konstruktor OpDef.ArgDef | |
statyczny OpDef.ArgDef | parseDelimitedFrom (wejście strumienia wejściowego) |
statyczny OpDef.ArgDef | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny OpDef.ArgDef | parseFrom (dane ByteBuffer) |
statyczny OpDef.ArgDef | parseFrom (wejście com.google.protobuf.CodedInputStream, rejestr rozszerzenia com.google.protobuf.ExtensionRegistryLite) |
statyczny OpDef.ArgDef | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny OpDef.ArgDef | parseFrom (wejście com.google.protobuf.CodedInputStream) |
statyczny OpDef.ArgDef | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
statyczny OpDef.ArgDef | parseFrom (dane com.google.protobuf.ByteString) |
statyczny OpDef.ArgDef | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny OpDef.ArgDef | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny | parser () |
Konstruktor OpDef.ArgDef | |
próżnia | writeTo (wyjście com.google.protobuf.CodedOutputStream) |
Metody dziedziczone
Stałe
publiczny statyczny końcowy int DESCRIPTION_FIELD_NUMBER
Wartość stała: 2
publiczny statyczny końcowy int IS_REF_FIELD_NUMBER
Wartość stała: 16
publiczny statyczny końcowy int NAME_FIELD_NUMBER
Wartość stała: 1
publiczny statyczny końcowy int NUMBER_ATTR_FIELD_NUMBER
Wartość stała: 5
publiczny statyczny końcowy int TYPE_ATTR_FIELD_NUMBER
Wartość stała: 4
publiczny statyczny końcowy int TYPE_FIELD_NUMBER
Wartość stała: 3
publiczny statyczny końcowy int TYPE_LIST_ATTR_FIELD_NUMBER
Wartość stała: 6
Metody publiczne
publiczna wartość logiczna równa się (obiekt obiektu)
public String getDescription ()
Human readable description.
string description = 2;
public com.google.protobuf.ByteString getDescriptionBytes ()
Human readable description.
string description = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publiczna wartość logiczna getIsRef ()
For inputs: if true, the inputs are required to be refs. By default, inputs can be either refs or non-refs. For outputs: if true, outputs are refs, otherwise they are not.
bool is_ref = 16;
public String getName ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
publiczny ciąg getNumberAttr ()
if specified, attr must have type "int"
string number_attr = 5;
public com.google.protobuf.ByteString getNumberAttrBytes ()
if specified, attr must have type "int"
string number_attr = 5;
publiczny getParserForType ()
publiczny int getSerializedSize ()
publiczny typ danych getType ()
Describes the type of one or more tensors that are accepted/produced by this input/output arg. The only legal combinations are: * For a single tensor: either the "type" field is set or the "type_attr" field is set to the name of an attr with type "type". * For a sequence of tensors with the same type: the "number_attr" field will be set to the name of an attr with type "int", and either the "type" or "type_attr" field will be set as for single tensors. * For a sequence of tensors, the "type_list_attr" field will be set to the name of an attr with type "list(type)".
.tensorflow.DataType type = 3;
publiczny ciąg getTypeAttr ()
if specified, attr must have type "type"
string type_attr = 4;
public com.google.protobuf.ByteString getTypeAttrBytes ()
if specified, attr must have type "type"
string type_attr = 4;
publiczny ciąg getTypeListAttr ()
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
string type_list_attr = 6;
public com.google.protobuf.ByteString getTypeListAttrBytes ()
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
string type_list_attr = 6;
publiczny int getTypeValue ()
Describes the type of one or more tensors that are accepted/produced by this input/output arg. The only legal combinations are: * For a single tensor: either the "type" field is set or the "type_attr" field is set to the name of an attr with type "type". * For a sequence of tensors with the same type: the "number_attr" field will be set to the name of an attr with type "int", and either the "type" or "type_attr" field will be set as for single tensors. * For a sequence of tensors, the "type_list_attr" field will be set to the name of an attr with type "list(type)".
.tensorflow.DataType type = 3;
publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
publiczny statyczny OpDef.ArgDef parseDelimitedFrom (wejście strumienia wejściowego)
Rzuca
Wyjątek IO |
---|
publiczny statyczny OpDef.ArgDef parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Wyjątek IO |
---|
public static OpDef.ArgDef parseFrom (dane ByteBuffer)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny OpDef.ArgDef parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Wyjątek IO |
---|
publiczny statyczny OpDef.ArgDef parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static OpDef.ArgDef parseFrom (wejście com.google.protobuf.CodedInputStream)
Rzuca
Wyjątek IO |
---|
publiczny statyczny OpDef.ArgDef parseFrom (bajt[] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny OpDef.ArgDef parseFrom (dane com.google.protobuf.ByteString)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny OpDef.ArgDef parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
publiczny statyczny OpDef.ArgDef parseFrom (com.google.protobuf.ByteString dane, 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 |
---|