AttrValue.Builder |
AttrValue.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
AttrValue.Builder |
AttrValue.Builder.clear() |
|
AttrValue.Builder |
AttrValue.Builder.clearB() |
"bool"
|
AttrValue.Builder |
AttrValue.Builder.clearF() |
"float"
|
AttrValue.Builder |
AttrValue.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
AttrValue.Builder |
AttrValue.Builder.clearFunc() |
"func" represents a function.
|
AttrValue.Builder |
AttrValue.Builder.clearI() |
"int"
|
AttrValue.Builder |
AttrValue.Builder.clearList() |
any "list(...)"
|
AttrValue.Builder |
AttrValue.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
AttrValue.Builder |
AttrValue.Builder.clearPlaceholder() |
This is a placeholder only used in nodes defined inside a
function.
|
AttrValue.Builder |
AttrValue.Builder.clearS() |
"string"
|
AttrValue.Builder |
AttrValue.Builder.clearShape() |
"shape"
|
AttrValue.Builder |
AttrValue.Builder.clearTensor() |
"tensor"
|
AttrValue.Builder |
AttrValue.Builder.clearType() |
"type"
|
AttrValue.Builder |
AttrValue.Builder.clearValue() |
|
AttrValue.Builder |
AttrValue.Builder.clone() |
|
AttrValue.Builder |
KernelDef.AttrConstraint.Builder.getAllowedValuesBuilder() |
A list of values that this kernel supports for this attr.
|
AttrValue.Builder |
OpDef.AttrDef.Builder.getAllowedValuesBuilder() |
The set of allowed values.
|
AttrValue.Builder |
ApiDef.Attr.Builder.getDefaultValueBuilder() |
Specify a new default value to use for this attr.
|
AttrValue.Builder |
OpDef.AttrDef.Builder.getDefaultValueBuilder() |
A reasonable default for this attribute if the user does not supply
a value.
|
AttrValue.Builder |
AttrValue.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
AttrValue.Builder |
AttrValue.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
AttrValue.Builder |
AttrValue.Builder.mergeFrom(AttrValue other) |
|
AttrValue.Builder |
AttrValue.Builder.mergeFunc(NameAttrList value) |
"func" represents a function.
|
AttrValue.Builder |
AttrValue.Builder.mergeList(AttrValue.ListValue value) |
any "list(...)"
|
AttrValue.Builder |
AttrValue.Builder.mergeShape(TensorShapeProto value) |
"shape"
|
AttrValue.Builder |
AttrValue.Builder.mergeTensor(TensorProto value) |
"tensor"
|
AttrValue.Builder |
AttrValue.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static AttrValue.Builder |
AttrValue.newBuilder() |
|
static AttrValue.Builder |
AttrValue.newBuilder(AttrValue prototype) |
|
AttrValue.Builder |
AttrValue.newBuilderForType() |
|
protected AttrValue.Builder |
AttrValue.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
AttrValue.Builder |
AttrValue.Builder.setB(boolean value) |
"bool"
|
AttrValue.Builder |
AttrValue.Builder.setF(float value) |
"float"
|
AttrValue.Builder |
AttrValue.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
AttrValue.Builder |
AttrValue.Builder.setFunc(NameAttrList value) |
"func" represents a function.
|
AttrValue.Builder |
AttrValue.Builder.setFunc(NameAttrList.Builder builderForValue) |
"func" represents a function.
|
AttrValue.Builder |
AttrValue.Builder.setI(long value) |
"int"
|
AttrValue.Builder |
AttrValue.Builder.setList(AttrValue.ListValue value) |
any "list(...)"
|
AttrValue.Builder |
AttrValue.Builder.setList(AttrValue.ListValue.Builder builderForValue) |
any "list(...)"
|
AttrValue.Builder |
AttrValue.Builder.setPlaceholder(String value) |
This is a placeholder only used in nodes defined inside a
function.
|
AttrValue.Builder |
AttrValue.Builder.setPlaceholderBytes(org.nd4j.shade.protobuf.ByteString value) |
This is a placeholder only used in nodes defined inside a
function.
|
AttrValue.Builder |
AttrValue.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
AttrValue.Builder |
AttrValue.Builder.setS(org.nd4j.shade.protobuf.ByteString value) |
"string"
|
AttrValue.Builder |
AttrValue.Builder.setShape(TensorShapeProto value) |
"shape"
|
AttrValue.Builder |
AttrValue.Builder.setShape(TensorShapeProto.Builder builderForValue) |
"shape"
|
AttrValue.Builder |
AttrValue.Builder.setTensor(TensorProto value) |
"tensor"
|
AttrValue.Builder |
AttrValue.Builder.setTensor(TensorProto.Builder builderForValue) |
"tensor"
|
AttrValue.Builder |
AttrValue.Builder.setType(DataType value) |
"type"
|
AttrValue.Builder |
AttrValue.Builder.setTypeValue(int value) |
"type"
|
AttrValue.Builder |
AttrValue.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
AttrValue.Builder |
AttrValue.toBuilder() |
|