ApiDef.Builder

공개 정적 최종 클래스 ApiDef.Builder

 Used to specify and override the default API & behavior in the
 generated code for client languages, from what you would get from
 the OpDef alone. There will be a set of ApiDefs that are common
 to all client languages, and another set per client language.
 The per-client-language ApiDefs will inherit values from the
 common ApiDefs which it can either replace or modify.
 We separate the API definition from the OpDef so we can evolve the
 API while remaining backwards compatible when interpretting old
 graphs.  Overrides go in an "api_def.pbtxt" file with a text-format
 ApiDefs message.
 WARNING: Be *very* careful changing the API for any existing op --
 you can change the semantics of existing code.  These changes may
 need to wait until a major release of TensorFlow to avoid breaking
 our compatibility promises.
 
Protobuf 유형 tensorflow.ApiDef

공개 방법

ApiDef.Builder
addAllArgOrder (Iterable<String> 값)
 List of original in_arg names to specify new argument order.
ApiDef.Builder
addAllAttr (Iterable<? 확장 ApiDef.Attr > 값)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
addAllEndpoint (Iterable<? 확장 ApiDef.Endpoint > 값)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
addAllInArg (Iterable<? 확장 ApiDef.Arg > 값)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
addAllOutArg (Iterable<? 확장 ApiDef.Arg > 값)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
addArgOrder (문자열 값)
 List of original in_arg names to specify new argument order.
ApiDef.Builder
addArgOrderBytes (com.google.protobuf.ByteString 값)
 List of original in_arg names to specify new argument order.
ApiDef.Builder
addAttr (int 인덱스, ApiDef.Attr 값)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
addAttr (int 인덱스, ApiDef.Attr.Builder builderForValue)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
addAttr ( ApiDef.Attr.Builder builderForValue)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
addAttr ( ApiDef.Attr 값)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Attr.Builder
addAttrBuilder ()
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Attr.Builder
addAttrBuilder (정수 인덱스)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
addEndpoint (int 인덱스, ApiDef.Endpoint.Builder builderForValue)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
addEndpoint (int 인덱스, ApiDef.Endpoint 값)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
addEndpoint ( ApiDef.Endpoint.Builder builderForValue)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
addEndpoint ( ApiDef.Endpoint 값)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Endpoint.Builder
addEndpointBuilder (정수 인덱스)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Endpoint.Builder
addEndpointBuilder ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
addInArg ( ApiDef.Arg 값)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
addInArg (int 인덱스, ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
addInArg ( ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
addInArg (int 인덱스, ApiDef.Arg 값)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Arg.Builder
addInArgBuilder (정수 인덱스)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Arg.Builder
addInArgBuilder ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
addOutArg ( ApiDef.Arg 값)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
addOutArg (int 인덱스, ApiDef.Arg 값)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
addOutArg (int 인덱스, ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
addOutArg ( ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Arg.Builder
addOutArgBuilder ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Arg.Builder
addOutArgBuilder (정수 인덱스)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
APIDef
짓다 ()
APIDef
ApiDef.Builder
ApiDef.Builder
클리어Arg주문 ()
 List of original in_arg names to specify new argument order.
ApiDef.Builder
클리어 속성 ()
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
클리어DeprecationMessage ()
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
ApiDef.Builder
클리어DeprecationVersion ()
 Major version when the op will be deleted.
ApiDef.Builder
명확한설명 ()
 Additional, longer human-readable description of what the Op does.
ApiDef.Builder
명확한설명접두사 ()
 Modify an existing/inherited description by adding text to the beginning
 or end.
ApiDef.Builder
명확한설명접미사 ()
string description_suffix = 10;
ApiDef.Builder
클리어엔드포인트 ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
ApiDef.Builder
클리어그래프OpName ()
 Name of the op (in the OpDef) to specify the API for.
ApiDef.Builder
클리어인아르그 ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ApiDef.Builder
클리어아웃Arg ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
클리어요약 ()
 One-line human-readable description of what the Op does.
ApiDef.Builder
명확한 가시성 ()
.tensorflow.ApiDef.Visibility visibility = 2;
ApiDef.Builder
클론 ()
getArgOrder (정수 인덱스)
 List of original in_arg names to specify new argument order.
com.google.protobuf.ByteString
getArgOrderBytes (정수 인덱스)
 List of original in_arg names to specify new argument order.
정수
getArgOrderCount ()
 List of original in_arg names to specify new argument order.
com.google.protobuf.ProtocolStringList
getArgOrderList ()
 List of original in_arg names to specify new argument order.
ApiDef.Attr
getAttr (정수 인덱스)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Attr.Builder
getAttrBuilder (정수 인덱스)
repeated .tensorflow.ApiDef.Attr attr = 6;
목록< ApiDef.Attr.Builder >
getAttrBuilderList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
정수
getAttrCount ()
repeated .tensorflow.ApiDef.Attr attr = 6;
목록< ApiDef.Attr >
getAttrList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.AttrOrBuilder
getAttrOrBuilder (정수 인덱스)
repeated .tensorflow.ApiDef.Attr attr = 6;
목록<? ApiDef.AttrOrBuilder 확장 >
getAttrOrBuilderList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
APIDef
getDeprecationMessage ()
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
com.google.protobuf.ByteString
getDeprecationMessageBytes ()
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
정수
getDeprecationVersion ()
 Major version when the op will be deleted.
get설명 ()
 Additional, longer human-readable description of what the Op does.
com.google.protobuf.ByteString
getDescriptionBytes ()
 Additional, longer human-readable description of what the Op does.
getDescriptionPrefix ()
 Modify an existing/inherited description by adding text to the beginning
 or end.
com.google.protobuf.ByteString
getDescriptionPrefixBytes ()
 Modify an existing/inherited description by adding text to the beginning
 or end.
getDescriptionSuffix ()
string description_suffix = 10;
com.google.protobuf.ByteString
getDescriptionSuffixBytes ()
string description_suffix = 10;
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
ApiDef.Endpoint
getEndpoint (정수 인덱스)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Endpoint.Builder
getEndpointBuilder (정수 인덱스)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
목록< ApiDef.Endpoint.Builder >
getEndpointBuilderList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
정수
getEndpointCount ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
목록< ApiDef.Endpoint >
getEndpointList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.EndpointOrBuilder
getEndpointOrBuilder (정수 인덱스)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
목록<? ApiDef.EndpointOrBuilder 확장 >
getEndpointOrBuilderList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
getGraphOpName ()
 Name of the op (in the OpDef) to specify the API for.
com.google.protobuf.ByteString
getGraphOpNameBytes ()
 Name of the op (in the OpDef) to specify the API for.
ApiDef.Arg
getInArg (정수 인덱스)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Arg.Builder
getInArgBuilder (정수 인덱스)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
목록< ApiDef.Arg.Builder >
getInArgBuilderList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
정수
getInArgCount ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
목록< ApiDef.Arg >
getInArgList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.ArgOrBuilder
getInArgOrBuilder (정수 인덱스)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
목록<? ApiDef.ArgOrBuilder 확장 >
getInArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Arg
getOutArg (정수 인덱스)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Arg.Builder
getOutArgBuilder (정수 인덱스)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
목록< ApiDef.Arg.Builder >
getOutArgBuilderList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
정수
getOutArgCount ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
목록< ApiDef.Arg >
getOutArgList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.ArgOrBuilder
getOutArgOrBuilder (정수 인덱스)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
목록<? ApiDef.ArgOrBuilder 확장 >
getOutArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
get요약 ()
 One-line human-readable description of what the Op does.
com.google.protobuf.ByteString
getSummaryBytes ()
 One-line human-readable description of what the Op does.
ApiDef.Visibility
가시성 ()
.tensorflow.ApiDef.Visibility visibility = 2;
정수
getVisibilityValue ()
.tensorflow.ApiDef.Visibility visibility = 2;
최종 부울
ApiDef.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
ApiDef.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
최종 ApiDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
ApiDef.Builder
RemoveAttr (정수 인덱스)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
RemoveEndpoint (int 인덱스)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
RemoveInArg (정수 인덱스)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
RemoveOutArg (정수 인덱스)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
setArgOrder (int 인덱스, 문자열 값)
 List of original in_arg names to specify new argument order.
ApiDef.Builder
setAttr (int 인덱스, ApiDef.Attr 값)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
setAttr (int 인덱스, ApiDef.Attr.Builder builderForValue)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
setDeprecationMessage (문자열 값)
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
ApiDef.Builder
setDeprecationMessageBytes (com.google.protobuf.ByteString 값)
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
ApiDef.Builder
setDeprecationVersion (정수 값)
 Major version when the op will be deleted.
ApiDef.Builder
setDescription (문자열 값)
 Additional, longer human-readable description of what the Op does.
ApiDef.Builder
setDescriptionBytes (com.google.protobuf.ByteString 값)
 Additional, longer human-readable description of what the Op does.
ApiDef.Builder
setDescriptionPrefix (문자열 값)
 Modify an existing/inherited description by adding text to the beginning
 or end.
ApiDef.Builder
setDescriptionPrefixBytes (com.google.protobuf.ByteString 값)
 Modify an existing/inherited description by adding text to the beginning
 or end.
ApiDef.Builder
setDescriptionSuffix (문자열 값)
string description_suffix = 10;
ApiDef.Builder
setDescriptionSuffixBytes (com.google.protobuf.ByteString 값)
string description_suffix = 10;
ApiDef.Builder
setEndpoint (int 인덱스, ApiDef.Endpoint 값)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
setEndpoint (int 인덱스, ApiDef.Endpoint.Builder builderForValue)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
ApiDef.Builder
setGraphOpName (문자열 값)
 Name of the op (in the OpDef) to specify the API for.
ApiDef.Builder
setGraphOpNameBytes (com.google.protobuf.ByteString 값)
 Name of the op (in the OpDef) to specify the API for.
ApiDef.Builder
setInArg (int 인덱스, ApiDef.Arg 값)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
setInArg (int 인덱스, ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
setOutArg (int 인덱스, ApiDef.Arg 값)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
setOutArg (int 인덱스, ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
ApiDef.Builder
setSummary (문자열 값)
 One-line human-readable description of what the Op does.
ApiDef.Builder
setSummaryBytes (com.google.protobuf.ByteString 값)
 One-line human-readable description of what the Op does.
최종 ApiDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
ApiDef.Builder
setVisibility ( ApiDef.Visibility 값)
.tensorflow.ApiDef.Visibility visibility = 2;
ApiDef.Builder
setVisibilityValue (정수 값)
.tensorflow.ApiDef.Visibility visibility = 2;

상속된 메서드

공개 방법

공개 ApiDef.Builder addAllArgOrder (Iterable<String> 값)

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

공개 ApiDef.Builder addAllAttr (Iterable<? 확장 ApiDef.Attr > 값)

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef.Builder addAllEndpoint (Iterable<? 확장 ApiDef.Endpoint > 값)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 ApiDef.Builder addAllInArg (Iterable<? 확장 ApiDef.Arg > 값)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.Builder addAllOutArg (Iterable<? 확장 ApiDef.Arg > 값)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 ApiDef.Builder addArgOrder (문자열 값)

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

공개 ApiDef.Builder addArgOrderBytes (com.google.protobuf.ByteString 값)

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

공개 ApiDef.Builder addAttr (int 인덱스, ApiDef.Attr 값)

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef.Builder addAttr (int 인덱스, ApiDef.Attr.Builder builderForValue)

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef.Builder addAttr ( ApiDef.Attr.Builder builderForValue)

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef.Builder addAttr ( ApiDef.Attr 값)

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef.Attr.Builder addAttrBuilder ()

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef.Attr.Builder addAttrBuilder (int 인덱스)

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef.Builder addEndpoint (int 인덱스, ApiDef.Endpoint.Builder builderForValue)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 ApiDef.Builder addEndpoint (int 인덱스, ApiDef.Endpoint 값)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 ApiDef.Builder addEndpoint ( ApiDef.Endpoint.Builder builderForValue)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 ApiDef.Builder addEndpoint ( ApiDef.Endpoint 값)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 ApiDef.Endpoint.Builder addEndpointBuilder (int 인덱스)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 ApiDef.Endpoint.Builder addEndpointBuilder ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 ApiDef.Builder addInArg ( ApiDef.Arg 값)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.Builder addInArg (int 인덱스, ApiDef.Arg.Builder builderForValue)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.Builder addInArg ( ApiDef.Arg.Builder builderForValue)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.Builder addInArg (int 인덱스, ApiDef.Arg 값)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.Arg.Builder addInArgBuilder (int 인덱스)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.Arg.Builder addInArgBuilder ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.Builder addOutArg ( ApiDef.Arg 값)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 ApiDef.Builder addOutArg (int 인덱스, ApiDef.Arg 값)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 ApiDef.Builder addOutArg (int 인덱스, ApiDef.Arg.Builder builderForValue)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 ApiDef.Builder addOutArg ( ApiDef.Arg.Builder builderForValue)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 ApiDef.Arg.Builder addOutArgBuilder ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 ApiDef.Arg.Builder addOutArgBuilder (int 인덱스)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 ApiDef.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 ApiDef 빌드 ()

공개 ApiDef 빌드Partial ()

공개 ApiDef.Builder 지우기 ()

공개 ApiDef.BuilderclearArgOrder ( )

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

공개 ApiDef.Builder ClearAttr ()

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef.Builder ClearDeprecationMessage ()

 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
 The message should indicate alternative op to use, if any.
 
string deprecation_message = 12;

공개 ApiDef.Builder ClearDeprecationVersion ()

 Major version when the op will be deleted. For e.g. set this
 value to 2 if op API should be removed in TensorFlow 2.0 and
 deprecated in versions before that.
 
int32 deprecation_version = 13;

공개 ApiDef.Builder 명확한 설명 ()

 Additional, longer human-readable description of what the Op does.
 
string description = 8;

공개 ApiDef.Builder ClearDescriptionPrefix ()

 Modify an existing/inherited description by adding text to the beginning
 or end.
 
string description_prefix = 9;

공개 ApiDef.Builder ClearDescriptionSuffix ()

string description_suffix = 10;

공개 ApiDef.Builder ClearEndpoint ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 ApiDef.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 ApiDef.Builder 클리어GraphOpName ()

 Name of the op (in the OpDef) to specify the API for.
 
string graph_op_name = 1;

공개 ApiDef.Builder ClearInArg ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

공개 ApiDef.BuilderclearOutArg ( )

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 ApiDef.Builder 클리어요약 ()

 One-line human-readable description of what the Op does.
 
string summary = 7;

공개 ApiDef.Builder ClearVisibility ()

.tensorflow.ApiDef.Visibility visibility = 2;

공개 ApiDef.Builder 클론 ()

공개 문자열 getArgOrder (int 인덱스)

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

공개 com.google.protobuf.ByteString getArgOrderBytes (int 인덱스)

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

공개 int getArgOrderCount ()

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

공개 com.google.protobuf.ProtocolStringList getArgOrderList ()

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

공개 ApiDef.Attr getAttr (int 인덱스)

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef.Attr.Builder getAttrBuilder (int 인덱스)

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 목록< ApiDef.Attr.Builder > getAttrBuilderList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 int getAttrCount ()

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 목록< ApiDef.Attr > getAttrList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef.AttrOrBuilder getAttrOrBuilder (int 인덱스)

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 목록<? ApiDef.AttrOrBuilder > getAttrOrBuilderList () 를 확장합니다.

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef getDefaultInstanceForType ()

공개 문자열 getDeprecationMessage ()

 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
 The message should indicate alternative op to use, if any.
 
string deprecation_message = 12;

공개 com.google.protobuf.ByteString getDeprecationMessageBytes ()

 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
 The message should indicate alternative op to use, if any.
 
string deprecation_message = 12;

공개 int getDeprecationVersion ()

 Major version when the op will be deleted. For e.g. set this
 value to 2 if op API should be removed in TensorFlow 2.0 and
 deprecated in versions before that.
 
int32 deprecation_version = 13;

공개 문자열 getDescription ()

 Additional, longer human-readable description of what the Op does.
 
string description = 8;

공개 com.google.protobuf.ByteString getDescriptionBytes ()

 Additional, longer human-readable description of what the Op does.
 
string description = 8;

공개 문자열 getDescriptionPrefix ()

 Modify an existing/inherited description by adding text to the beginning
 or end.
 
string description_prefix = 9;

공개 com.google.protobuf.ByteString getDescriptionPrefixBytes ()

 Modify an existing/inherited description by adding text to the beginning
 or end.
 
string description_prefix = 9;

공개 문자열 getDescriptionSuffix ()

string description_suffix = 10;

공개 com.google.protobuf.ByteString getDescriptionSuffixBytes ()

string description_suffix = 10;

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 ApiDef.Endpoint getEndpoint (int 인덱스)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 ApiDef.Endpoint.Builder getEndpointBuilder (int 인덱스)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 목록< ApiDef.Endpoint.Builder > getEndpointBuilderList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 int getEndpointCount ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 목록< ApiDef.Endpoint > getEndpointList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 ApiDef.EndpointOrBuilder getEndpointOrBuilder (int 인덱스)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 목록<? ApiDef.EndpointOrBuilder > getEndpointOrBuilderList () 를 확장합니다.

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 문자열 getGraphOpName ()

 Name of the op (in the OpDef) to specify the API for.
 
string graph_op_name = 1;

공개 com.google.protobuf.ByteString getGraphOpNameBytes ()

 Name of the op (in the OpDef) to specify the API for.
 
string graph_op_name = 1;

공개 ApiDef.Arg getInArg (int 인덱스)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.Arg.Builder getInArgBuilder (int 인덱스)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 목록< ApiDef.Arg.Builder > getInArgBuilderList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 int getInArgCount ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 목록< ApiDef.Arg > getInArgList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.ArgOrBuilder getInArgOrBuilder (int 인덱스)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 목록<? ApiDef.ArgOrBuilder > getInArgOrBuilderList () 를 확장합니다.

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.Arg getOutArg (int 인덱스)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 ApiDef.Arg.Builder getOutArgBuilder (int 인덱스)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 목록< ApiDef.Arg.Builder > getOutArgBuilderList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 int getOutArgCount ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 목록< ApiDef.Arg > getOutArgList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 ApiDef.ArgOrBuilder getOutArgOrBuilder (int 인덱스)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 목록<? ApiDef.ArgOrBuilder > getOutArgOrBuilderList () 를 확장합니다.

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 문자열 getSummary ()

 One-line human-readable description of what the Op does.
 
string summary = 7;

공개 com.google.protobuf.ByteString getSummaryBytes ()

 One-line human-readable description of what the Op does.
 
string summary = 7;

공개 ApiDef.Visibility getVisibility ()

.tensorflow.ApiDef.Visibility visibility = 2;

공개 int getVisibilityValue ()

.tensorflow.ApiDef.Visibility visibility = 2;

공개 최종 부울 isInitialized ()

공개 ApiDef.Builder mergeFrom (com.google.protobuf.기타 메시지)

공개 ApiDef.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 최종 ApiDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공개 ApiDef.Builder RemoveAttr (int 인덱스)

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef.Builder RemoveEndpoint (int 인덱스)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 ApiDef.Builder RemoveInArg (int 인덱스)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.Builder RemoveOutArg (int 인덱스)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 ApiDef.Builder setArgOrder (int 인덱스, 문자열 값)

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

공개 ApiDef.Builder setAttr (int 인덱스, ApiDef.Attr 값)

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef.Builder setAttr (int 인덱스, ApiDef.Attr.Builder builderForValue)

repeated .tensorflow.ApiDef.Attr attr = 6;

공개 ApiDef.Builder setDeprecationMessage (문자열 값)

 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
 The message should indicate alternative op to use, if any.
 
string deprecation_message = 12;

공개 ApiDef.Builder setDeprecationMessageBytes (com.google.protobuf.ByteString 값)

 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
 The message should indicate alternative op to use, if any.
 
string deprecation_message = 12;

공개 ApiDef.Builder setDeprecationVersion (int 값)

 Major version when the op will be deleted. For e.g. set this
 value to 2 if op API should be removed in TensorFlow 2.0 and
 deprecated in versions before that.
 
int32 deprecation_version = 13;

공개 ApiDef.Builder setDescription (문자열 값)

 Additional, longer human-readable description of what the Op does.
 
string description = 8;

공개 ApiDef.Builder setDescriptionBytes (com.google.protobuf.ByteString 값)

 Additional, longer human-readable description of what the Op does.
 
string description = 8;

공개 ApiDef.Builder setDescriptionPrefix (문자열 값)

 Modify an existing/inherited description by adding text to the beginning
 or end.
 
string description_prefix = 9;

공개 ApiDef.Builder setDescriptionPrefixBytes (com.google.protobuf.ByteString 값)

 Modify an existing/inherited description by adding text to the beginning
 or end.
 
string description_prefix = 9;

공개 ApiDef.Builder setDescriptionSuffix (문자열 값)

string description_suffix = 10;

공개 ApiDef.Builder setDescriptionSuffixBytes (com.google.protobuf.ByteString 값)

string description_suffix = 10;

공개 ApiDef.Builder setEndpoint (int 인덱스, ApiDef.Endpoint 값)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 ApiDef.Builder setEndpoint (int 인덱스, ApiDef.Endpoint.Builder builderForValue)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

공개 ApiDef.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 ApiDef.Builder setGraphOpName (문자열 값)

 Name of the op (in the OpDef) to specify the API for.
 
string graph_op_name = 1;

공개 ApiDef.Builder setGraphOpNameBytes (com.google.protobuf.ByteString 값)

 Name of the op (in the OpDef) to specify the API for.
 
string graph_op_name = 1;

공개 ApiDef.Builder setInArg (int 인덱스, ApiDef.Arg 값)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.Builder setInArg (int 인덱스, ApiDef.Arg.Builder builderForValue)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

공개 ApiDef.Builder setOutArg (int 인덱스, ApiDef.Arg 값)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 ApiDef.Builder setOutArg (int 인덱스, ApiDef.Arg.Builder builderForValue)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

공개 ApiDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

공개 ApiDef.Builder setSummary (문자열 값)

 One-line human-readable description of what the Op does.
 
string summary = 7;

공개 ApiDef.Builder setSummaryBytes (com.google.protobuf.ByteString 값)

 One-line human-readable description of what the Op does.
 
string summary = 7;

공개 최종 ApiDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

공개 ApiDef.Builder setVisibility ( ApiDef.Visibility 값)

.tensorflow.ApiDef.Visibility visibility = 2;

공개 ApiDef.Builder setVisibilityValue (int 값)

.tensorflow.ApiDef.Visibility visibility = 2;