kelas akhir statis publik OpDef.ArgDef
For describing inputs and outputs.
tensorflow.OpDef.ArgDef
Kelas Bersarang
kelas | OpDef.ArgDef.Builder | For describing inputs and outputs. |
Konstanta
ke dalam | DESCRIPTION_FIELD_NUMBER | |
ke dalam | IS_REF_FIELD_NUMBER | |
ke dalam | NAME_FIELD_NUMBER | |
ke dalam | NUMBER_ATTR_FIELD_NUMBER | |
ke dalam | TYPE_ATTR_FIELD_NUMBER | |
ke dalam | TYPE_FIELD_NUMBER | |
ke dalam | TYPE_LIST_ATTR_FIELD_NUMBER |
Metode Publik
boolean | sama dengan (Objek objek) |
OpDef.ArgDef statis | |
OpDef.ArgDef | |
Rangkaian | dapatkanDeskripsi () Human readable description. |
com.google.protobuf.ByteString | dapatkanDeskripsiBytes () Human readable description. |
com.google.protobuf.Descriptors.Descriptor statis terakhir | |
boolean | dapatkanIsRef () For inputs: if true, the inputs are required to be refs. |
Rangkaian | dapatkan Nama () Name for the input/output. |
com.google.protobuf.ByteString | dapatkanNamaBytes () Name for the input/output. |
Rangkaian | dapatkanNumberAttr () if specified, attr must have type "int" string number_attr = 5; |
com.google.protobuf.ByteString | dapatkanNumberAttrBytes () if specified, attr must have type "int" string number_attr = 5; |
ke dalam | |
Tipe Data | dapatkan Tipe () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
Rangkaian | dapatkanTypeAttr () if specified, attr must have type "type" string type_attr = 4; |
com.google.protobuf.ByteString | dapatkanTypeAttrBytes () if specified, attr must have type "type" string type_attr = 4; |
Rangkaian | dapatkanTypeListAttr () 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. |
ke dalam | dapatkanTypeValue () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
final com.google.protobuf.UnknownFieldSet | |
ke dalam | Kode hash () |
boolean terakhir | |
OpDef.ArgDef.Builder statis | newBuilder (prototipe OpDef.ArgDef ) |
OpDef.ArgDef.Builder statis | |
OpDef.ArgDef.Builder | |
OpDef.ArgDef statis | parseDelimitedFrom (masukan Aliran Masukan) |
OpDef.ArgDef statis | parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OpDef.ArgDef statis | parseFrom (data ByteBuffer) |
OpDef.ArgDef statis | parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OpDef.ArgDef statis | parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OpDef.ArgDef statis | parseFrom (com.google.protobuf.CodedInputStream masukan) |
OpDef.ArgDef statis | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OpDef.ArgDef statis | parseFrom (com.google.protobuf.ByteString data) |
OpDef.ArgDef statis | parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OpDef.ArgDef statis | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statis | pengurai () |
OpDef.ArgDef.Builder | |
ruang kosong | writeTo (com.google.protobuf.CodedOutputStream keluaran) |
Metode Warisan
Konstanta
int akhir statis publik DESCRIPTION_FIELD_NUMBER
Nilai Konstan: 2
int akhir statis publik IS_REF_FIELD_NUMBER
Nilai Konstan: 16
int akhir statis publik NAME_FIELD_NUMBER
Nilai Konstan: 1
int final statis publik NUMBER_ATTR_FIELD_NUMBER
Nilai Konstan: 5
int akhir statis publik TYPE_ATTR_FIELD_NUMBER
Nilai Konstan: 4
int akhir statis publik TYPE_FIELD_NUMBER
Nilai Konstan: 3
int akhir statis publik TYPE_LIST_ATTR_FIELD_NUMBER
Nilai Konstan: 6
Metode Publik
boolean publik sama (Obj objek)
GetDeskripsi String publik ()
Human readable description.
string description = 2;
publik com.google.protobuf.ByteString getDescriptionBytes ()
Human readable description.
string description = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
getIsRef boolean publik ()
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;
GetName String publik ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
publik com.google.protobuf.ByteString getNameBytes ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
String publik getNumberAttr ()
if specified, attr must have type "int"
string number_attr = 5;
publik com.google.protobuf.ByteString getNumberAttrBytes ()
if specified, attr must have type "int"
string number_attr = 5;
publik dapatkanParserForType ()
publik int getSerializedSize ()
Tipe Data publik 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 publik getTypeAttr ()
if specified, attr must have type "type"
string type_attr = 4;
publik com.google.protobuf.ByteString getTypeAttrBytes ()
if specified, attr must have type "type"
string type_attr = 4;
String publik 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;
publik 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;
publik 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;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
kode hash int publik ()
boolean akhir publik diinisialisasi ()
OpDef.ArgDef statis publik parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
parseFrom OpDef.ArgDef statis publik (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
parseFrom OpDef.ArgDef statis publik (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
InvalidProtocolBufferException |
---|
parseFrom OpDef.ArgDef statis publik (com.google.protobuf.CodedInputStream input)
Melempar
Pengecualian IO |
---|
parseFrom OpDef.ArgDef statis publik (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
InvalidProtocolBufferException |
---|
parseFrom OpDef.ArgDef statis publik (com.google.protobuf.ByteString data)
Melempar
InvalidProtocolBufferException |
---|
parseFrom OpDef.ArgDef statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
parseFrom OpDef.ArgDef statis publik (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
InvalidProtocolBufferException |
---|
statis publik pengurai ()
public void writeTo (keluaran com.google.protobuf.CodedOutputStream)
Melempar
Pengecualian IO |
---|