OpDef.ArgDef

classe finale statica pubblica OpDef.ArgDef

 For describing inputs and outputs.
 
Tipo di protocollo tensorflow.OpDef.ArgDef

Classi nidificate

classe OpDef.ArgDef.Builder
 For describing inputs and outputs. 

Costanti

int DESCRIZIONE_FIELD_NUMBER
int IS_REF_FIELD_NUMBER
int NOME_CAMPO_NUMERO
int NUMBER_ATTR_FIELD_NUMBER
int TYPE_ATTR_FIELD_NUMBER
int TIPO_CAMPO_NUMERO
int TYPE_LIST_ATTR_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
OpDef.ArgDef statico
OpDef.ArgDef
Corda
getDescrizione ()
 Human readable description.
com.google.protobuf.ByteString
getDescrizioneBytes ()
 Human readable description.
com.google.protobuf.Descriptors.Descriptor statico finale
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;
int
Tipo di dati
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.
int
getTypeValue ()
 Describes the type of one or more tensors that are accepted/produced
 by this input/output arg.
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
OpDef.ArgDef.Builder statico
newBuilder (prototipo OpDef.ArgDef )
OpDef.ArgDef.Builder statico
OpDef.ArgDef.Builder
OpDef.ArgDef statico
parseDelimitedFrom (input InputStream)
OpDef.ArgDef statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDef.ArgDef statico
parseFrom (dati ByteBuffer)
OpDef.ArgDef statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
OpDef.ArgDef statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDef.ArgDef statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
OpDef.ArgDef statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDef.ArgDef statico
parseFrom (dati com.google.protobuf.ByteString)
OpDef.ArgDef statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDef.ArgDef statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
OpDef.ArgDef.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int DESCRIZIONE_FIELD_NUMBER

Valore costante: 2

public static final int IS_REF_FIELD_NUMBER

Valore costante: 16

public static final int NAME_FIELD_NUMBER

Valore costante: 1

pubblico statico finale int NUMBER_ATTR_FIELD_NUMBER

Valore costante: 5

public static final int TYPE_ATTR_FIELD_NUMBER

Valore costante: 4

public static final int TYPE_FIELD_NUMBER

Valore costante: 3

public static final int TYPE_LIST_ATTR_FIELD_NUMBER

Valore costante: 6

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico statico OpDef.ArgDef getDefaultInstance ()

pubblico OpDef.ArgDef getDefaultInstanceForType ()

stringa pubblica getDescription ()

descrizione stringa

 Human readable description.
 
string description = 2;

pubblico com.google.protobuf.ByteString getDescriptionBytes ()

descrizione stringa

 Human readable description.
 
string description = 2;

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

booleano pubblico 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;

stringa pubblica getName ()

 Name for the input/output.  Should match the regexp "[a-z][a-z0-9_]*".
 
string name = 1;

pubblico com.google.protobuf.ByteString getNameBytes ()

 Name for the input/output.  Should match the regexp "[a-z][a-z0-9_]*".
 
string name = 1;

stringa pubblica getNumberAttr ()

 if specified, attr must have type "int"
 
string number_attr = 5;

pubblico com.google.protobuf.ByteString getNumberAttrBytes ()

 if specified, attr must have type "int"
 
string number_attr = 5;

pubblico getParserForType ()

public int getSerializedSize ()

public DataType 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;

stringa pubblica getTypeAttr ()

 if specified, attr must have type "type"
 
string type_attr = 4;

pubblico com.google.protobuf.ByteString getTypeAttrBytes ()

 if specified, attr must have type "type"
 
string type_attr = 4;

stringa pubblica 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;

pubblico 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;

public 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;

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

pubblico statico OpDef.ArgDef.Builder newBuilder (prototipo OpDef.ArgDef )

pubblico statico OpDef.ArgDef.Builder newBuilder ()

pubblico OpDef.ArgDef.Builder newBuilderForType ()

public static OpDef.ArgDef parseDelimitedFrom (input InputStream)

Lancia
IOException

pubblico statico OpDef.ArgDef parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico OpDef.ArgDef (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom OpDef.ArgDef pubblico statico (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
IOException

parseFrom pubblico statico OpDef.ArgDef (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom OpDef.ArgDef statico pubblico (input com.google.protobuf.CodedInputStream)

Lancia
IOException

parseFrom OpDef.ArgDef statico pubblico (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom OpDef.ArgDef statico pubblico (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom OpDef.ArgDef pubblico statico (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom OpDef.ArgDef statico pubblico (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico OpDef.ArgDef.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException