کلاس نهایی استاتیک عمومی OpDef.ArgDef
For describing inputs and outputs.
tensorflow.OpDef.ArgDef
کلاس های تو در تو
کلاس | OpDef.ArgDef.Builder | For describing inputs and outputs. |
ثابت ها
بین المللی | DESCRIPTION_FIELD_NUMBER | |
بین المللی | IS_REF_FIELD_NUMBER | |
بین المللی | NAME_FIELD_NUMBER | |
بین المللی | NUMBER_ATTR_FIELD_NUMBER | |
بین المللی | TYPE_ATTR_FIELD_NUMBER | |
بین المللی | TYPE_FIELD_NUMBER | |
بین المللی | TYPE_LIST_ATTR_FIELD_NUMBER |
روش های عمومی
بولی | برابر است (object obj) |
استاتیک OpDef.ArgDef | |
OpDef.ArgDef | |
رشته | getDescription () Human readable description. |
com.google.protobuf.ByteString | getDescriptionBytes () Human readable description. |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
بولی | getIsRef () For inputs: if true, the inputs are required to be refs. |
رشته | getName () Name for the input/output. |
com.google.protobuf.ByteString | getNameBytes () Name for the input/output. |
رشته | 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; |
بین المللی | |
نوع داده | getType () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
رشته | 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; |
رشته | 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. |
بین المللی | getTypeValue () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
com.google.protobuf.UnknownFieldSet نهایی | |
بین المللی | هش کد () |
بولی نهایی | |
استاتیک OpDef.ArgDef.Builder | newBuilder (نمونه اولیه OpDef.ArgDef ) |
استاتیک OpDef.ArgDef.Builder | newBuilder () |
OpDef.ArgDef.Builder | |
استاتیک OpDef.ArgDef | parseDelimitedFrom (ورودی جریان ورودی) |
استاتیک OpDef.ArgDef | parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک OpDef.ArgDef | parseFrom (داده های ByteBuffer) |
استاتیک OpDef.ArgDef | parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک OpDef.ArgDef | parseFrom (دادههای ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک OpDef.ArgDef | parseFrom (ورودی com.google.protobuf.CodedInputStream) |
استاتیک OpDef.ArgDef | parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک OpDef.ArgDef | parseFrom (داده های com.google.protobuf.ByteString) |
استاتیک OpDef.ArgDef | parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
استاتیک OpDef.ArgDef | parseFrom (دادههای com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ایستا | تجزیه کننده () |
OpDef.ArgDef.Builder | toBuilder () |
باطل | writeTo (خروجی com.google.protobuf.CodedOutputStream) |
روش های ارثی
ثابت ها
نهایی استاتیک عمومی DESCRIPTION_FIELD_NUMBER
مقدار ثابت: 2
نهایی استاتیک عمومی IS_REF_FIELD_NUMBER
ارزش ثابت: 16
نهایی استاتیک عمومی NAME_FIELD_NUMBER
ارزش ثابت: 1
نهایی استاتیک عمومی NUMBER_ATTR_FIELD_NUMBER
ارزش ثابت: 5
نهایی استاتیک عمومی TYPE_ATTR_FIELD_NUMBER
ارزش ثابت: 4
نهایی استاتیک عمومی TYPE_FIELD_NUMBER
مقدار ثابت: 3
نهایی استاتیک عمومی TYPE_LIST_ATTR_FIELD_NUMBER
ارزش ثابت: 6
روش های عمومی
بولین عمومی برابر است (Object Obj)
رشته عمومی getDescription ()
Human readable description.
string description = 2;
عمومی com.google.protobuf.ByteString getDescriptionBytes ()
Human readable description.
string description = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
بولی عمومی 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;
رشته عمومی getName ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
عمومی com.google.protobuf.ByteString getNameBytes ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
رشته عمومی 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;
عمومی getParserForType ()
عمومی int getSerializedSize ()
عمومی 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;
رشته عمومی 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;
رشته عمومی 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;
عمومی 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;
عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()
هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
عمومی ثابت OpDef.ArgDef parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک OpDef.ArgDef parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک OpDef.ArgDef parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک OpDef.ArgDef parseFrom (ورودی com.google.protobuf.CodedInputStream)
پرتاب می کند
IOException |
---|
عمومی استاتیک OpDef.ArgDef parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک OpDef.ArgDef parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک OpDef.ArgDef parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی ثابت OpDef.ArgDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
IOException |
---|