clase final estática pública OpDef.ArgDef
For describing inputs and outputs.
tensorflow.OpDef.ArgDef
Clases anidadas
clase | OpDef.ArgDef.Constructor | For describing inputs and outputs. |
Constantes
entero | DESCRIPTION_FIELD_NUMBER | |
entero | IS_REF_FIELD_NUMBER | |
entero | NOMBRE_CAMPO_NÚMERO | |
entero | NUMBER_ATTR_FIELD_NUMBER | |
entero | TYPE_ATTR_FIELD_NUMBER | |
entero | TYPE_FIELD_NUMBER | |
entero | TYPE_LIST_ATTR_FIELD_NUMBER |
Métodos públicos
booleano | es igual (Objeto obj) |
OpDef.ArgDef estático | |
OpDef.ArgDef | |
Cadena | obtener descripción () Human readable description. |
com.google.protobuf.ByteString | obtenerDescripciónBytes () Human readable description. |
com.google.protobuf.Descriptors.Descriptor estático final | |
booleano | obtenerIsRef () For inputs: if true, the inputs are required to be refs. |
Cadena | obtenerNombre () Name for the input/output. |
com.google.protobuf.ByteString | getNombreBytes () Name for the input/output. |
Cadena | 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; |
entero | |
Tipo de datos | obtener tipo () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
Cadena | 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; |
Cadena | 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. |
entero | obtenerTipoValor () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
com.google.protobuf.UnknownFieldSet final | |
entero | código hash () |
booleano final | |
OpDef.ArgDef.Builder estático | newBuilder (prototipo OpDef.ArgDef ) |
OpDef.ArgDef.Builder estático | |
OpDef.ArgDef.Constructor | |
OpDef.ArgDef estático | parseDelimitedFrom (entrada de InputStream) |
OpDef.ArgDef estático | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OpDef.ArgDef estático | parseFrom (datos de ByteBuffer) |
OpDef.ArgDef estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
OpDef.ArgDef estático | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OpDef.ArgDef estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
OpDef.ArgDef estático | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OpDef.ArgDef estático | parseFrom (datos com.google.protobuf.ByteString) |
OpDef.ArgDef estático | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OpDef.ArgDef estático | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
estático | analizador () |
OpDef.ArgDef.Constructor | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público DESCRIPTION_FIELD_NUMBER
Valor constante: 2
int final estático público IS_REF_FIELD_NUMBER
Valor constante: 16
público estático final int NAME_FIELD_NUMBER
Valor constante: 1
int final estático público NUMBER_ATTR_FIELD_NUMBER
Valor constante: 5
int final estático público TYPE_ATTR_FIELD_NUMBER
Valor constante: 4
int final estático público TYPE_FIELD_NUMBER
Valor constante: 3
int final estático público TYPE_LIST_ATTR_FIELD_NUMBER
Valor constante: 6
Métodos públicos
público booleano es igual (Objeto obj)
cadena pública getDescription ()
Human readable description.
string description = 2;
público com.google.protobuf.ByteString getDescriptionBytes ()
Human readable description.
string description = 2;
público estático final 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;
cadena pública getName ()
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;
cadena 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 datos 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;
cadena 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;
cadena 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;
público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
código hash int público ()
público final booleano isInitialized ()
público estático OpDef.ArgDef parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
público estático OpDef.ArgDef parseFrom (datos ByteBuffer)
Lanza
Excepción de buffer de protocolo no válido |
---|
público estático OpDef.ArgDef parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
público estático OpDef.ArgDef parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
público estático OpDef.ArgDef parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
IOExcepción |
---|
público estático OpDef.ArgDef parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom estático público OpDef.ArgDef (datos com.google.protobuf.ByteString)
Lanza
Excepción de buffer de protocolo no válido |
---|
público estático OpDef.ArgDef parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
público estático OpDef.ArgDef parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|