공개 정적 최종 클래스 OpDeprecation.Builder
Information about version-dependent deprecation of an op
tensorflow.OpDeprecation 공개 방법
| OpDeprecation.Builder |  addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) | 
| OpDeprecation |  짓다 () | 
| OpDeprecation |  빌드부분 () | 
| OpDeprecation.Builder |  분명한 () | 
| OpDeprecation.Builder |  명확한설명 ()  Explanation of why it was deprecated and what to use instead. | 
| OpDeprecation.Builder |  ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) | 
| OpDeprecation.Builder |  ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) | 
| OpDeprecation.Builder |  클리어버전 ()  First GraphDef version at which the op is disallowed. | 
| OpDeprecation.Builder |  클론 () | 
| OpDeprecation | |
| 최종 정적 com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| 끈 |  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. | 
| 최종 부울 |  초기화됨 () | 
| OpDeprecation.Builder |  mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) | 
| OpDeprecation.Builder |  mergeFrom (com.google.protobuf.다른 메시지 보내기) | 
| 최종 OpDeprecation.Builder |  mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) | 
| OpDeprecation.Builder |  setExplanation (문자열 값)  Explanation of why it was deprecated and what to use instead. | 
| OpDeprecation.Builder |  setExplanationBytes (com.google.protobuf.ByteString 값)  Explanation of why it was deprecated and what to use instead. | 
| OpDeprecation.Builder |  setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) | 
| OpDeprecation.Builder |  setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) | 
| 최종 OpDeprecation.Builder |  setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) | 
| OpDeprecation.Builder |  setVersion (정수 값)  First GraphDef version at which the op is disallowed. | 
상속된 메서드
공개 방법
공개 OpDeprecation.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 객체 값)
공개 OpDeprecation.Builder ClearExplanation ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2; 공개 OpDeprecation.Builder 클리어 버전 ()
First GraphDef version at which the op is disallowed.
int32 version = 1; 공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 문자열 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; 공개 최종 부울 isInitialized ()
공개 OpDeprecation.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
| IO예외 | 
|---|
공개 OpDeprecation.Builder setExplanation (문자열 값)
Explanation of why it was deprecated and what to use instead.
string explanation = 2; 공개 OpDeprecation.Builder setExplanationBytes (com.google.protobuf.ByteString 값)
Explanation of why it was deprecated and what to use instead.
string explanation = 2; 공개 OpDeprecation.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 객체 값)
공개 OpDeprecation.Builder setVersion (int 값)
First GraphDef version at which the op is disallowed.
int32 version = 1;