공개 인터페이스 OpDeprecationOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 문자열 | getExplanation () Explanation of why it was deprecated and what to use instead. |
추상 com.google.protobuf.ByteString | getExplanationBytes () Explanation of why it was deprecated and what to use instead. |
추상 정수 | 버전 획득 () 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;