public static final class FunctionDefLibrary.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder> implements FunctionDefLibraryOrBuilder
A library is a set of named functions.Protobuf type
tensorflow.FunctionDefLibrary| Modifier and Type | Method and Description |
|---|---|
FunctionDefLibrary.Builder |
addAllFunction(Iterable<? extends FunctionDef> values)
repeated .tensorflow.FunctionDef function = 1; |
FunctionDefLibrary.Builder |
addAllGradient(Iterable<? extends GradientDef> values)
repeated .tensorflow.GradientDef gradient = 2; |
FunctionDefLibrary.Builder |
addFunction(FunctionDef.Builder builderForValue)
repeated .tensorflow.FunctionDef function = 1; |
FunctionDefLibrary.Builder |
addFunction(FunctionDef value)
repeated .tensorflow.FunctionDef function = 1; |
FunctionDefLibrary.Builder |
addFunction(int index,
FunctionDef.Builder builderForValue)
repeated .tensorflow.FunctionDef function = 1; |
FunctionDefLibrary.Builder |
addFunction(int index,
FunctionDef value)
repeated .tensorflow.FunctionDef function = 1; |
FunctionDef.Builder |
addFunctionBuilder()
repeated .tensorflow.FunctionDef function = 1; |
FunctionDef.Builder |
addFunctionBuilder(int index)
repeated .tensorflow.FunctionDef function = 1; |
FunctionDefLibrary.Builder |
addGradient(GradientDef.Builder builderForValue)
repeated .tensorflow.GradientDef gradient = 2; |
FunctionDefLibrary.Builder |
addGradient(GradientDef value)
repeated .tensorflow.GradientDef gradient = 2; |
FunctionDefLibrary.Builder |
addGradient(int index,
GradientDef.Builder builderForValue)
repeated .tensorflow.GradientDef gradient = 2; |
FunctionDefLibrary.Builder |
addGradient(int index,
GradientDef value)
repeated .tensorflow.GradientDef gradient = 2; |
GradientDef.Builder |
addGradientBuilder()
repeated .tensorflow.GradientDef gradient = 2; |
GradientDef.Builder |
addGradientBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2; |
FunctionDefLibrary.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FunctionDefLibrary |
build() |
FunctionDefLibrary |
buildPartial() |
FunctionDefLibrary.Builder |
clear() |
FunctionDefLibrary.Builder |
clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
FunctionDefLibrary.Builder |
clearFunction()
repeated .tensorflow.FunctionDef function = 1; |
FunctionDefLibrary.Builder |
clearGradient()
repeated .tensorflow.GradientDef gradient = 2; |
FunctionDefLibrary.Builder |
clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
FunctionDefLibrary.Builder |
clone() |
FunctionDefLibrary |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
FunctionDef |
getFunction(int index)
repeated .tensorflow.FunctionDef function = 1; |
FunctionDef.Builder |
getFunctionBuilder(int index)
repeated .tensorflow.FunctionDef function = 1; |
List<FunctionDef.Builder> |
getFunctionBuilderList()
repeated .tensorflow.FunctionDef function = 1; |
int |
getFunctionCount()
repeated .tensorflow.FunctionDef function = 1; |
List<FunctionDef> |
getFunctionList()
repeated .tensorflow.FunctionDef function = 1; |
FunctionDefOrBuilder |
getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1; |
List<? extends FunctionDefOrBuilder> |
getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1; |
GradientDef |
getGradient(int index)
repeated .tensorflow.GradientDef gradient = 2; |
GradientDef.Builder |
getGradientBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2; |
List<GradientDef.Builder> |
getGradientBuilderList()
repeated .tensorflow.GradientDef gradient = 2; |
int |
getGradientCount()
repeated .tensorflow.GradientDef gradient = 2; |
List<GradientDef> |
getGradientList()
repeated .tensorflow.GradientDef gradient = 2; |
GradientDefOrBuilder |
getGradientOrBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2; |
List<? extends GradientDefOrBuilder> |
getGradientOrBuilderList()
repeated .tensorflow.GradientDef gradient = 2; |
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FunctionDefLibrary.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
FunctionDefLibrary.Builder |
mergeFrom(FunctionDefLibrary other) |
FunctionDefLibrary.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
FunctionDefLibrary.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
FunctionDefLibrary.Builder |
removeFunction(int index)
repeated .tensorflow.FunctionDef function = 1; |
FunctionDefLibrary.Builder |
removeGradient(int index)
repeated .tensorflow.GradientDef gradient = 2; |
FunctionDefLibrary.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FunctionDefLibrary.Builder |
setFunction(int index,
FunctionDef.Builder builderForValue)
repeated .tensorflow.FunctionDef function = 1; |
FunctionDefLibrary.Builder |
setFunction(int index,
FunctionDef value)
repeated .tensorflow.FunctionDef function = 1; |
FunctionDefLibrary.Builder |
setGradient(int index,
GradientDef.Builder builderForValue)
repeated .tensorflow.GradientDef gradient = 2; |
FunctionDefLibrary.Builder |
setGradient(int index,
GradientDef value)
repeated .tensorflow.GradientDef gradient = 2; |
FunctionDefLibrary.Builder |
setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FunctionDefLibrary.Builder |
setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder clear()
clear in interface org.nd4j.shade.protobuf.Message.Builderclear in interface org.nd4j.shade.protobuf.MessageLite.Builderclear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.Message.BuildergetDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuildergetDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic FunctionDefLibrary build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic FunctionDefLibrary buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic FunctionDefLibrary.Builder clone()
clone in interface org.nd4j.shade.protobuf.Message.Builderclone in interface org.nd4j.shade.protobuf.MessageLite.Builderclone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.nd4j.shade.protobuf.Message.BuildersetField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.nd4j.shade.protobuf.Message.BuilderclearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.nd4j.shade.protobuf.Message.BuilderclearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.nd4j.shade.protobuf.Message.BuildersetRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.nd4j.shade.protobuf.Message.BuilderaddRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder mergeFrom(FunctionDefLibrary other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in interface org.nd4j.shade.protobuf.MessageLite.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<FunctionDefLibrary.Builder>IOExceptionpublic List<FunctionDef> getFunctionList()
repeated .tensorflow.FunctionDef function = 1;getFunctionList in interface FunctionDefLibraryOrBuilderpublic int getFunctionCount()
repeated .tensorflow.FunctionDef function = 1;getFunctionCount in interface FunctionDefLibraryOrBuilderpublic FunctionDef getFunction(int index)
repeated .tensorflow.FunctionDef function = 1;getFunction in interface FunctionDefLibraryOrBuilderpublic FunctionDefLibrary.Builder setFunction(int index, FunctionDef value)
repeated .tensorflow.FunctionDef function = 1;public FunctionDefLibrary.Builder setFunction(int index, FunctionDef.Builder builderForValue)
repeated .tensorflow.FunctionDef function = 1;public FunctionDefLibrary.Builder addFunction(FunctionDef value)
repeated .tensorflow.FunctionDef function = 1;public FunctionDefLibrary.Builder addFunction(int index, FunctionDef value)
repeated .tensorflow.FunctionDef function = 1;public FunctionDefLibrary.Builder addFunction(FunctionDef.Builder builderForValue)
repeated .tensorflow.FunctionDef function = 1;public FunctionDefLibrary.Builder addFunction(int index, FunctionDef.Builder builderForValue)
repeated .tensorflow.FunctionDef function = 1;public FunctionDefLibrary.Builder addAllFunction(Iterable<? extends FunctionDef> values)
repeated .tensorflow.FunctionDef function = 1;public FunctionDefLibrary.Builder clearFunction()
repeated .tensorflow.FunctionDef function = 1;public FunctionDefLibrary.Builder removeFunction(int index)
repeated .tensorflow.FunctionDef function = 1;public FunctionDef.Builder getFunctionBuilder(int index)
repeated .tensorflow.FunctionDef function = 1;public FunctionDefOrBuilder getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1;getFunctionOrBuilder in interface FunctionDefLibraryOrBuilderpublic List<? extends FunctionDefOrBuilder> getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1;getFunctionOrBuilderList in interface FunctionDefLibraryOrBuilderpublic FunctionDef.Builder addFunctionBuilder()
repeated .tensorflow.FunctionDef function = 1;public FunctionDef.Builder addFunctionBuilder(int index)
repeated .tensorflow.FunctionDef function = 1;public List<FunctionDef.Builder> getFunctionBuilderList()
repeated .tensorflow.FunctionDef function = 1;public List<GradientDef> getGradientList()
repeated .tensorflow.GradientDef gradient = 2;getGradientList in interface FunctionDefLibraryOrBuilderpublic int getGradientCount()
repeated .tensorflow.GradientDef gradient = 2;getGradientCount in interface FunctionDefLibraryOrBuilderpublic GradientDef getGradient(int index)
repeated .tensorflow.GradientDef gradient = 2;getGradient in interface FunctionDefLibraryOrBuilderpublic FunctionDefLibrary.Builder setGradient(int index, GradientDef value)
repeated .tensorflow.GradientDef gradient = 2;public FunctionDefLibrary.Builder setGradient(int index, GradientDef.Builder builderForValue)
repeated .tensorflow.GradientDef gradient = 2;public FunctionDefLibrary.Builder addGradient(GradientDef value)
repeated .tensorflow.GradientDef gradient = 2;public FunctionDefLibrary.Builder addGradient(int index, GradientDef value)
repeated .tensorflow.GradientDef gradient = 2;public FunctionDefLibrary.Builder addGradient(GradientDef.Builder builderForValue)
repeated .tensorflow.GradientDef gradient = 2;public FunctionDefLibrary.Builder addGradient(int index, GradientDef.Builder builderForValue)
repeated .tensorflow.GradientDef gradient = 2;public FunctionDefLibrary.Builder addAllGradient(Iterable<? extends GradientDef> values)
repeated .tensorflow.GradientDef gradient = 2;public FunctionDefLibrary.Builder clearGradient()
repeated .tensorflow.GradientDef gradient = 2;public FunctionDefLibrary.Builder removeGradient(int index)
repeated .tensorflow.GradientDef gradient = 2;public GradientDef.Builder getGradientBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2;public GradientDefOrBuilder getGradientOrBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2;getGradientOrBuilder in interface FunctionDefLibraryOrBuilderpublic List<? extends GradientDefOrBuilder> getGradientOrBuilderList()
repeated .tensorflow.GradientDef gradient = 2;getGradientOrBuilderList in interface FunctionDefLibraryOrBuilderpublic GradientDef.Builder addGradientBuilder()
repeated .tensorflow.GradientDef gradient = 2;public GradientDef.Builder addGradientBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2;public List<GradientDef.Builder> getGradientBuilderList()
repeated .tensorflow.GradientDef gradient = 2;public final FunctionDefLibrary.Builder setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildersetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public final FunctionDefLibrary.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildermergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>Copyright © 2021. All rights reserved.