ApiDef.Attr.Builder |
ApiDef.Builder.addAttrBuilder() |
repeated .tensorflow.ApiDef.Attr attr = 6;
|
ApiDef.Attr.Builder |
ApiDef.Builder.addAttrBuilder(int index) |
repeated .tensorflow.ApiDef.Attr attr = 6;
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.clear() |
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.clearDefaultValue() |
Specify a new default value to use for this attr.
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.clearDescription() |
Note: this will replace any inherited attr doc, there is no current
way of modifying attr descriptions as can be done with op descriptions.
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.clearName() |
string name = 1;
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.clearRenameTo() |
Change the name used to access this attr in the API from what
is used in the GraphDef.
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.clone() |
|
ApiDef.Attr.Builder |
ApiDef.Builder.getAttrBuilder(int index) |
repeated .tensorflow.ApiDef.Attr attr = 6;
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.mergeDefaultValue(AttrValue value) |
Specify a new default value to use for this attr.
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.mergeFrom(ApiDef.Attr other) |
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static ApiDef.Attr.Builder |
ApiDef.Attr.newBuilder() |
|
static ApiDef.Attr.Builder |
ApiDef.Attr.newBuilder(ApiDef.Attr prototype) |
|
ApiDef.Attr.Builder |
ApiDef.Attr.newBuilderForType() |
|
protected ApiDef.Attr.Builder |
ApiDef.Attr.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.setDefaultValue(AttrValue value) |
Specify a new default value to use for this attr.
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.setDefaultValue(AttrValue.Builder builderForValue) |
Specify a new default value to use for this attr.
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.setDescription(String value) |
Note: this will replace any inherited attr doc, there is no current
way of modifying attr descriptions as can be done with op descriptions.
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.setDescriptionBytes(org.nd4j.shade.protobuf.ByteString value) |
Note: this will replace any inherited attr doc, there is no current
way of modifying attr descriptions as can be done with op descriptions.
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.setName(String value) |
string name = 1;
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.setNameBytes(org.nd4j.shade.protobuf.ByteString value) |
string name = 1;
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.setRenameTo(String value) |
Change the name used to access this attr in the API from what
is used in the GraphDef.
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.setRenameToBytes(org.nd4j.shade.protobuf.ByteString value) |
Change the name used to access this attr in the API from what
is used in the GraphDef.
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ApiDef.Attr.Builder |
ApiDef.Attr.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
ApiDef.Attr.Builder |
ApiDef.Attr.toBuilder() |
|