공개 정적 최종 클래스 OpDef.ArgDef.Builder
For describing inputs and outputs.Protobuf 유형
tensorflow.OpDef.ArgDef
공개 방법
OpDef.ArgDef.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
OpDef.ArgDef | 짓다 () |
OpDef.ArgDef | 빌드부분 () |
OpDef.ArgDef.Builder | 분명한 () |
OpDef.ArgDef.Builder | 명확한설명 () Human readable description. |
OpDef.ArgDef.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
OpDef.ArgDef.Builder | 클리어IsRef () For inputs: if true, the inputs are required to be refs. |
OpDef.ArgDef.Builder | 클리어이름 () Name for the input/output. |
OpDef.ArgDef.Builder | 클리어번호 속성 () if specified, attr must have type "int" string number_attr = 5; |
OpDef.ArgDef.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
OpDef.ArgDef.Builder | 클리어타입 () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
OpDef.ArgDef.Builder | 클리어타입속성 () if specified, attr must have type "type" string type_attr = 4; |
OpDef.ArgDef.Builder | ClearTypeListAttr () If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified. |
OpDef.ArgDef.Builder | 클론 () |
OpDef.ArgDef | |
끈 | get설명 () Human readable description. |
com.google.protobuf.ByteString | getDescriptionBytes () Human readable description. |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
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. |
정수 | getType값 () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
최종 부울 | 초기화됨 () |
OpDef.ArgDef.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
OpDef.ArgDef.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
최종 OpDef.ArgDef.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
OpDef.ArgDef.Builder | setDescription (문자열 값) Human readable description. |
OpDef.ArgDef.Builder | setDescriptionBytes (com.google.protobuf.ByteString 값) Human readable description. |
OpDef.ArgDef.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
OpDef.ArgDef.Builder | setIsRef (부울 값) For inputs: if true, the inputs are required to be refs. |
OpDef.ArgDef.Builder | setName (문자열 값) Name for the input/output. |
OpDef.ArgDef.Builder | setNameBytes (com.google.protobuf.ByteString 값) Name for the input/output. |
OpDef.ArgDef.Builder | setNumberAttr (문자열 값) if specified, attr must have type "int" string number_attr = 5; |
OpDef.ArgDef.Builder | setNumberAttrBytes (com.google.protobuf.ByteString 값) if specified, attr must have type "int" string number_attr = 5; |
OpDef.ArgDef.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
OpDef.ArgDef.Builder | |
OpDef.ArgDef.Builder | setTypeAttr (문자열 값) if specified, attr must have type "type" string type_attr = 4; |
OpDef.ArgDef.Builder | setTypeAttrBytes (com.google.protobuf.ByteString 값) if specified, attr must have type "type" string type_attr = 4; |
OpDef.ArgDef.Builder | setTypeListAttr (문자열 값) If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified. |
OpDef.ArgDef.Builder | setTypeListAttrBytes (com.google.protobuf.ByteString 값) If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified. |
OpDef.ArgDef.Builder | setTypeValue (정수 값) Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
최종 OpDef.ArgDef.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 OpDef.ArgDef.Builder ClearIsRef ()
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;
공개 OpDef.ArgDef.Builder 클리어이름 ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
공개 OpDef.ArgDef.Builder ClearNumberAttr ()
if specified, attr must have type "int"
string number_attr = 5;
공개 OpDef.ArgDef.Builder 클리어타입 ()
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;
공개 OpDef.ArgDef.Builder ClearTypeAttr ()
if specified, attr must have type "type"
string type_attr = 4;
공개 OpDef.ArgDef.Builder ClearTypeListAttr ()
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;
공개 문자열 getDescription ()
Human readable description.
string description = 2;
공개 com.google.protobuf.ByteString getDescriptionBytes ()
Human readable description.
string description = 2;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 부울 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;
공개 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. 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;
공개 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;
공개 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;
공개 최종 부울 isInitialized ()
공개 OpDef.ArgDef.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 OpDef.ArgDef.Builder setDescriptionBytes (com.google.protobuf.ByteString 값)
Human readable description.
string description = 2;
공개 OpDef.ArgDef.Builder setIsRef (부울 값)
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;
공개 OpDef.ArgDef.Builder setName (문자열 값)
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
공개 OpDef.ArgDef.Builder setNameBytes (com.google.protobuf.ByteString 값)
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
공개 OpDef.ArgDef.Builder setNumberAttr (문자열 값)
if specified, attr must have type "int"
string number_attr = 5;
공개 OpDef.ArgDef.Builder setNumberAttrBytes (com.google.protobuf.ByteString 값)
if specified, attr must have type "int"
string number_attr = 5;
공개 OpDef.ArgDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
공개 OpDef.ArgDef.Builder setType ( DataType 값)
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;
공개 OpDef.ArgDef.Builder setTypeAttr (문자열 값)
if specified, attr must have type "type"
string type_attr = 4;
공개 OpDef.ArgDef.Builder setTypeAttrBytes (com.google.protobuf.ByteString 값)
if specified, attr must have type "type"
string type_attr = 4;
공개 OpDef.ArgDef.Builder setTypeListAttr (문자열 값)
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;
공개 OpDef.ArgDef.Builder setTypeListAttrBytes (com.google.protobuf.ByteString 값)
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;
공개 OpDef.ArgDef.Builder setTypeValue (int 값)
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;