Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
CondContextDef.Builder |
CondContextDef.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CondContextDef.Builder |
CondContextDef.Builder.clear() |
CondContextDef.Builder |
CondContextDef.Builder.clearBranch()
Branch prediction.
|
CondContextDef.Builder |
CondContextDef.Builder.clearContextName()
Name of the context.
|
CondContextDef.Builder |
CondContextDef.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CondContextDef.Builder |
CondContextDef.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CondContextDef.Builder |
CondContextDef.Builder.clearPivotName()
Name of the pivot tensor.
|
CondContextDef.Builder |
CondContextDef.Builder.clearPredName()
Name of the pred tensor.
|
CondContextDef.Builder |
CondContextDef.Builder.clearValuesDef()
Values and external values in control flow context.
|
CondContextDef.Builder |
CondContextDef.Builder.clone() |
CondContextDef.Builder |
CondContextDef.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CondContextDef.Builder |
CondContextDef.Builder.mergeFrom(CondContextDef other) |
CondContextDef.Builder |
CondContextDef.Builder.mergeFrom(com.google.protobuf.Message other) |
CondContextDef.Builder |
CondContextDef.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CondContextDef.Builder |
CondContextDef.Builder.mergeValuesDef(ValuesDef value)
Values and external values in control flow context.
|
static CondContextDef.Builder |
CondContextDef.newBuilder() |
static CondContextDef.Builder |
CondContextDef.newBuilder(CondContextDef prototype) |
CondContextDef.Builder |
CondContextDef.newBuilderForType() |
protected CondContextDef.Builder |
CondContextDef.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CondContextDef.Builder |
CondContextDef.Builder.setBranch(int value)
Branch prediction.
|
CondContextDef.Builder |
CondContextDef.Builder.setContextName(String value)
Name of the context.
|
CondContextDef.Builder |
CondContextDef.Builder.setContextNameBytes(com.google.protobuf.ByteString value)
Name of the context.
|
CondContextDef.Builder |
CondContextDef.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CondContextDef.Builder |
CondContextDef.Builder.setPivotName(String value)
Name of the pivot tensor.
|
CondContextDef.Builder |
CondContextDef.Builder.setPivotNameBytes(com.google.protobuf.ByteString value)
Name of the pivot tensor.
|
CondContextDef.Builder |
CondContextDef.Builder.setPredName(String value)
Name of the pred tensor.
|
CondContextDef.Builder |
CondContextDef.Builder.setPredNameBytes(com.google.protobuf.ByteString value)
Name of the pred tensor.
|
CondContextDef.Builder |
CondContextDef.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CondContextDef.Builder |
CondContextDef.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CondContextDef.Builder |
CondContextDef.Builder.setValuesDef(ValuesDef.Builder builderForValue)
Values and external values in control flow context.
|
CondContextDef.Builder |
CondContextDef.Builder.setValuesDef(ValuesDef value)
Values and external values in control flow context.
|
CondContextDef.Builder |
CondContextDef.toBuilder() |
Copyright © 2015–2017. All rights reserved.