Uses of Class
org.tensorflow.framework.OpDeprecation
Packages that use OpDeprecation
-
Uses of OpDeprecation in org.tensorflow.framework
Methods in org.tensorflow.framework that return OpDeprecationModifier and TypeMethodDescriptionOpDeprecation.Builder.build()OpDeprecation.Builder.buildPartial()static OpDeprecationOpDeprecation.getDefaultInstance()OpDeprecation.Builder.getDefaultInstanceForType()OpDeprecation.getDefaultInstanceForType()OpDef.Builder.getDeprecation()Optional deprecation based on GraphDef versions.OpDef.getDeprecation()Optional deprecation based on GraphDef versions.OpDefOrBuilder.getDeprecation()Optional deprecation based on GraphDef versions.static OpDeprecationOpDeprecation.parseDelimitedFrom(InputStream input) static OpDeprecationOpDeprecation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDeprecationOpDeprecation.parseFrom(byte[] data) static OpDeprecationOpDeprecation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDeprecationOpDeprecation.parseFrom(com.google.protobuf.ByteString data) static OpDeprecationOpDeprecation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDeprecationOpDeprecation.parseFrom(com.google.protobuf.CodedInputStream input) static OpDeprecationOpDeprecation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDeprecationOpDeprecation.parseFrom(InputStream input) static OpDeprecationOpDeprecation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDeprecationOpDeprecation.parseFrom(ByteBuffer data) static OpDeprecationOpDeprecation.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type OpDeprecationModifier and TypeMethodDescriptioncom.google.protobuf.Parser<OpDeprecation> OpDeprecation.getParserForType()static com.google.protobuf.Parser<OpDeprecation> OpDeprecation.parser()Methods in org.tensorflow.framework with parameters of type OpDeprecationModifier and TypeMethodDescriptionOpDef.Builder.mergeDeprecation(OpDeprecation value) Optional deprecation based on GraphDef versions.OpDeprecation.Builder.mergeFrom(OpDeprecation other) static OpDeprecation.BuilderOpDeprecation.newBuilder(OpDeprecation prototype) OpDef.Builder.setDeprecation(OpDeprecation value) Optional deprecation based on GraphDef versions.