OpDef.ArgDef

מחלקה סופית סטטית ציבורית OpDef.ArgDef

 For describing inputs and outputs.
 
סוג Protobuf tensorflow.OpDef.ArgDef

כיתות מקוננות

מעמד OpDef.ArgDef.Builder
 For describing inputs and outputs. 

קבועים

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

שיטות ציבוריות

בוליאני
שווה (Object obj)
סטטי OpDef.ArgDef
OpDef.ArgDef
חוּט
getDescription ()
 Human readable description.
com.google.protobuf.ByteString
getDescriptionBytes ()
 Human readable description.
final 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;
int
סוג מידע
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.
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
בוליאנית סופית
סטטי OpDef.ArgDef.Builder
newBuilder (אב-טיפוס OpDef.ArgDef )
סטטי OpDef.ArgDef.Builder
OpDef.ArgDef.Builder
סטטי OpDef.ArgDef
parseDelimitedFrom (קלט InputStream)
סטטי 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 (נתוני byte[], 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
בָּטֵל
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)

ציבורי סטטי OpDef.ArgDef getDefaultInstance ()

public OpDef.ArgDef getDefaultInstanceForType ()

מחרוזת ציבורית 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 ()

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;

public 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 ()

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;

מחרוזת ציבורית 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;

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;

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

public int hashCode ()

בוליאני הסופי הציבורי הוא אתחול ()

OpDef.ArgDef.Builder newBuilder סטטי ציבורי (אב-טיפוס OpDef.ArgDef )

סטטי ציבורי OpDef.ArgDef.Builder newBuilder ()

הציבור OpDef.ArgDef.Builder newBuilderForType ()

ציבורי סטטי OpDef.ArgDef parseDelimitedFrom (קלט InputStream)

זורק
IOException

ציבורי סטטי OpDef.ArgDef parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

OpDef.ArgDef parseFrom סטטי ציבורי (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

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

Public static OpDef.ArgDef parseFrom (נתוני byte[], 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

הציבור OpDef.ArgDef.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException