classe final estática pública OpDef.ArgDef
For describing inputs and outputs.
tensorflow.OpDef.ArgDef Classes aninhadas
| aula | OpDef.ArgDef.Builder | For describing inputs and outputs. | |
Constantes
| interno | DESCRIPTION_FIELD_NUMBER | |
| interno | IS_REF_FIELD_NUMBER | |
| interno | NAME_FIELD_NUMBER | |
| interno | NUMBER_ATTR_FIELD_NUMBER | |
| interno | TYPE_ATTR_FIELD_NUMBER | |
| interno | TYPE_FIELD_NUMBER | |
| interno | TYPE_LIST_ATTR_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| OpDef.ArgDef estático | |
| OpDef.ArgDef | |
| Corda | getDescrição () Human readable description. |
| com.google.protobuf.ByteString | getDescriptionBytes () Human readable description. |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| booleano | getIsRef () For inputs: if true, the inputs are required to be refs. |
| Corda | getNome () Name for the input/output. |
| com.google.protobuf.ByteString | getNomeBytes () Name for the input/output. |
| Corda | 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; |
| interno | |
| Tipo de dados | getType () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
| Corda | 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; |
| Corda | 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. |
| interno | getTypeValue () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
| final com.google.protobuf.UnknownFieldSet | |
| interno | código hash () |
| booleano final | |
| OpDef.ArgDef.Builder estático | newBuilder (protótipo OpDef.ArgDef ) |
| OpDef.ArgDef.Builder estático | |
| OpDef.ArgDef.Builder | |
| OpDef.ArgDef estático | parseDelimitedFrom (entrada InputStream) |
| OpDef.ArgDef estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| OpDef.ArgDef estático | parseFrom (dados de ByteBuffer) |
| OpDef.ArgDef estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| OpDef.ArgDef estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| OpDef.ArgDef estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| OpDef.ArgDef estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| OpDef.ArgDef estático | parseFrom (dados com.google.protobuf.ByteString) |
| OpDef.ArgDef estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| OpDef.ArgDef estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| OpDef.ArgDef.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int DESCRIPTION_FIELD_NUMBER
Valor Constante: 2
público estático final int IS_REF_FIELD_NUMBER
Valor Constante: 16
int final estático público NAME_FIELD_NUMBER
Valor Constante: 1
int final estático público NUMBER_ATTR_FIELD_NUMBER
Valor Constante: 5
público estático final int TYPE_ATTR_FIELD_NUMBER
Valor Constante: 4
público estático final int TYPE_FIELD_NUMBER
Valor Constante: 3
público estático final int TYPE_LIST_ATTR_FIELD_NUMBER
Valor Constante: 6
Métodos Públicos
booleano público é igual (Object obj)
String pública getDescrição ()
Human readable description.
string description = 2; público com.google.protobuf.ByteString getDescriptionBytes ()
Human readable description.
string description = 2; final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
getIsRef booleano público ()
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; String pública getNome ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1; público com.google.protobuf.ByteString getNameBytes ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1; String pública getNumberAttr ()
if specified, attr must have type "int"
string number_attr = 5; público com.google.protobuf.ByteString getNumberAttrBytes ()
if specified, attr must have type "int"
string number_attr = 5; público getParserForType ()
público int getSerializedSize ()
tipo de dados público 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; String pública getTypeAttr ()
if specified, attr must have type "type"
string type_attr = 4; público com.google.protobuf.ByteString getTypeAttrBytes ()
if specified, attr must have type "type"
string type_attr = 4; String pública 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; público 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; público 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; final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static OpDef.ArgDef parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static OpDef.ArgDef parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático OpDef.ArgDef parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático OpDef.ArgDef parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
público estático OpDef.ArgDef parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático OpDef.ArgDef parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static OpDef.ArgDef parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático OpDef.ArgDef parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|