알려진 간접 하위 클래스 |
공개 방법
추상 문자열 | 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. |
추상 목록<문자열> | getArgOrderList () List of original in_arg names to specify new argument order. |
추상 ApiDef.Attr | getAttr (정수 인덱스) 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; |
추상 문자열 | 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; |
추상 ApiDef.Endpoint | getEndpoint (정수 인덱스) 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; |
추상 정수 | 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; |
추상 정수 | 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; |
공개 방법
공개 추상 문자열 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;
공개 추상 List<String> 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;
공개 추상 int getAttrCount ()
repeated .tensorflow.ApiDef.Attr attr = 6;
공개 요약 목록<? ApiDef.AttrOrBuilder > getAttrOrBuilderList () 를 확장합니다.
repeated .tensorflow.ApiDef.Attr attr = 6;
공개 추상 문자열 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;
공개 추상 int getEndpointCount ()
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;
공개 추상 int getInArgCount ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
공개 요약 목록<? ApiDef.ArgOrBuilder > getInArgOrBuilderList () 를 확장합니다.
repeated .tensorflow.ApiDef.Arg in_arg = 4;
공개 추상 int getOutArgCount ()
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;
공개 추상 int getVisibilityValue ()
.tensorflow.ApiDef.Visibility visibility = 2;