OpDeprecationOrBuilder
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
알려진 간접 하위 클래스 OpDeprecation |
Information about version-dependent deprecation of an op
Protobuf 유형 tensorflow.OpDeprecation | OpDeprecation.Builder |
Information about version-dependent deprecation of an op
Protobuf 유형 tensorflow.OpDeprecation |
|
공개 방법
추상 문자열 | getExplanation ()
Explanation of why it was deprecated and what to use instead. |
추상 com.google.protobuf.ByteString | |
추상 정수 | 버전 획득 ()
First GraphDef version at which the op is disallowed. |
공개 방법
공개 추상 문자열 getExplanation ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
공개 추상 com.google.protobuf.ByteString getExplanationBytes ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
공개 추상 int getVersion ()
First GraphDef version at which the op is disallowed.
int32 version = 1;
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[null,null,["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# OpDeprecationOrBuilder\n\npublic interface **OpDeprecationOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [OpDeprecation](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecation), [OpDeprecation.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecation.Builder) |--------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------| | [OpDeprecation](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecation) | ``` Information about version-dependent deprecation of an op ``` Protobuf type `tensorflow.OpDeprecation` | | [OpDeprecation.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecation.Builder) | ``` Information about version-dependent deprecation of an op ``` Protobuf type `tensorflow.OpDeprecation` | |||\n\n### Public Methods\n\n|-----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getExplanation](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecationOrBuilder#getExplanation())() ``` Explanation of why it was deprecated and what to use instead. ``` |\n| abstract com.google.protobuf.ByteString | [getExplanationBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecationOrBuilder#getExplanationBytes())() ``` Explanation of why it was deprecated and what to use instead. ``` |\n| abstract int | [getVersion](/jvm/api_docs/java/org/tensorflow/proto/framework/OpDeprecationOrBuilder#getVersion())() ``` First GraphDef version at which the op is disallowed. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getExplanation**\n()\n\n\u003cbr /\u003e\n\n```\n Explanation of why it was deprecated and what to use instead.\n \n```\n`string explanation = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getExplanationBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Explanation of why it was deprecated and what to use instead.\n \n```\n`string explanation = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getVersion**\n()\n\n\u003cbr /\u003e\n\n```\n First GraphDef version at which the op is disallowed.\n \n```\n`int32 version = 1;`\n\n\u003cbr /\u003e"]]