OpDef.ArgDef

genel statik son sınıf OpDef.ArgDef

 For describing inputs and outputs.
 
Protobuf türü tensorflow.OpDef.ArgDef

İç İçe Sınıflar

sınıf OpDef.ArgDef.Builder
 For describing inputs and outputs. 

Sabitler

int DESCRIPTION_FIELD_NUMBER
int IS_REF_FIELD_NUMBER
int NAME_FIELD_NUMBER
int NUMBER_ATTR_FIELD_NUMBER
int TYPE_ATTR_FIELD_NUMBER
int TYPE_FIELD_NUMBER
int TYPE_LIST_ATTR_FIELD_NUMBER

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
statik OpDef.ArgDef
OpDef.ArgDef
Sicim
getDescription ()
 Human readable description.
com.google.protobuf.ByteString
getDescriptionBytes ()
 Human readable description.
final statik com.google.protobuf.Descriptors.Descriptor
boolean
getIsRef ()
 For inputs: if true, the inputs are required to be refs.
Sicim
getName ()
 Name for the input/output.
com.google.protobuf.ByteString
getNameBytes ()
 Name for the input/output.
Sicim
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
Veri tipi
getType ()
 Describes the type of one or more tensors that are accepted/produced
 by this input/output arg.
Sicim
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;
Sicim
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.
final com.google.protobuf.UnknownFieldSet
int
son boole değeri
statik OpDef.ArgDef.Builder
newBuilder ( OpDef.ArgDef prototipi)
statik OpDef.ArgDef.Builder
OpDef.ArgDef.Builder
statik OpDef.ArgDef
parseDelimitedFrom (InputStream girişi)
statik OpDef.ArgDef
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik OpDef.ArgDef
parseFrom (ByteBuffer verileri)
statik OpDef.ArgDef
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik OpDef.ArgDef
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik OpDef.ArgDef
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
statik OpDef.ArgDef
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik OpDef.ArgDef
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
statik OpDef.ArgDef
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik OpDef.ArgDef
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
OpDef.ArgDef.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int DESCRIPTION_FIELD_NUMBER

Sabit Değer: 2

genel statik final int IS_REF_FIELD_NUMBER

Sabit Değer: 16

genel statik final int NAME_FIELD_NUMBER

Sabit Değer: 1

genel statik final int NUMBER_ATTR_FIELD_NUMBER

Sabit Değer: 5

genel statik final int TYPE_ATTR_FIELD_NUMBER

Sabit Değer: 4

genel statik final int TYPE_FIELD_NUMBER

Sabit Değer: 3

genel statik final int TYPE_LIST_ATTR_FIELD_NUMBER

Sabit Değer: 6

Genel Yöntemler

genel boole eşittir (Object obj)

public static OpDef.ArgDef getDefaultInstance ()

public OpDef.ArgDef getDefaultInstanceForType ()

genel Dize 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 ()

genel boolean 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;

genel Dize 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;

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

halk getParserForType ()

public int getSerializedSize ()

genel Veri Türü 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;

genel Dize 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;

genel Dize 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;

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

genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()

genel int hashCode ()

genel final boolean isInitialized ()

genel statik OpDef.ArgDef.Builder newBuilder ( OpDef.ArgDef prototipi)

genel statik OpDef.ArgDef.Builder newBuilder ()

genel OpDef.ArgDef.Builder newBuilderForType ()

public static OpDef.ArgDef parseDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

public static OpDef.ArgDef parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik OpDef.ArgDef parseFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

genel statik OpDef.ArgDef ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik OpDef.ArgDef parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik OpDef.ArgDef ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IO İstisnası

genel statik OpDef.ArgDef ayrıştırmaFrom (bayt[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik OpDef.ArgDef ayrıştırmaFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

public static OpDef.ArgDef parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik OpDef.ArgDef parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

genel OpDef.ArgDef.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IO İstisnası