| Package | Description |
|---|---|
| org.tensorflow.framework |
| Modifier and Type | Method and Description |
|---|---|
OpDeprecation.Builder |
OpDeprecation.Builder.addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
OpDeprecation.Builder |
OpDeprecation.Builder.clear() |
OpDeprecation.Builder |
OpDeprecation.Builder.clearExplanation()
Explanation of why it was deprecated and what to use instead.
|
OpDeprecation.Builder |
OpDeprecation.Builder.clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
OpDeprecation.Builder |
OpDeprecation.Builder.clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
OpDeprecation.Builder |
OpDeprecation.Builder.clearVersion()
First GraphDef version at which the op is disallowed.
|
OpDeprecation.Builder |
OpDeprecation.Builder.clone() |
OpDeprecation.Builder |
OpDef.Builder.getDeprecationBuilder()
Optional deprecation based on GraphDef versions.
|
OpDeprecation.Builder |
OpDeprecation.Builder.mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
OpDeprecation.Builder |
OpDeprecation.Builder.mergeFrom(com.github.os72.protobuf351.Message other) |
OpDeprecation.Builder |
OpDeprecation.Builder.mergeFrom(OpDeprecation other) |
OpDeprecation.Builder |
OpDeprecation.Builder.mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
static OpDeprecation.Builder |
OpDeprecation.newBuilder() |
static OpDeprecation.Builder |
OpDeprecation.newBuilder(OpDeprecation prototype) |
OpDeprecation.Builder |
OpDeprecation.newBuilderForType() |
protected OpDeprecation.Builder |
OpDeprecation.newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
OpDeprecation.Builder |
OpDeprecation.Builder.setExplanation(String value)
Explanation of why it was deprecated and what to use instead.
|
OpDeprecation.Builder |
OpDeprecation.Builder.setExplanationBytes(com.github.os72.protobuf351.ByteString value)
Explanation of why it was deprecated and what to use instead.
|
OpDeprecation.Builder |
OpDeprecation.Builder.setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
OpDeprecation.Builder |
OpDeprecation.Builder.setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
OpDeprecation.Builder |
OpDeprecation.Builder.setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
OpDeprecation.Builder |
OpDeprecation.Builder.setVersion(int value)
First GraphDef version at which the op is disallowed.
|
OpDeprecation.Builder |
OpDeprecation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
OpDef.Builder |
OpDef.Builder.setDeprecation(OpDeprecation.Builder builderForValue)
Optional deprecation based on GraphDef versions.
|
Copyright © 2018. All rights reserved.