public static final class FunctionDefLibrary.Builder extends com.github.os72.protobuf351.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(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
FunctionDefLibrary |
build() |
FunctionDefLibrary |
buildPartial() |
FunctionDefLibrary.Builder |
clear() |
FunctionDefLibrary.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
FunctionDefLibrary.Builder |
clearFunction()
repeated .tensorflow.FunctionDef function = 1; |
FunctionDefLibrary.Builder |
clearGradient()
repeated .tensorflow.GradientDef gradient = 2; |
FunctionDefLibrary.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
FunctionDefLibrary.Builder |
clone() |
FunctionDefLibrary |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.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 com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FunctionDefLibrary.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
FunctionDefLibrary.Builder |
mergeFrom(FunctionDefLibrary other) |
FunctionDefLibrary.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
FunctionDefLibrary.Builder |
mergeUnknownFields(com.github.os72.protobuf351.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(com.github.os72.protobuf351.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(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
FunctionDefLibrary.Builder |
setUnknownFields(com.github.os72.protobuf351.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 com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic FunctionDefLibrary build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic FunctionDefLibrary buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic FunctionDefLibrary.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder mergeFrom(FunctionDefLibrary other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public FunctionDefLibrary.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.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(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>public final FunctionDefLibrary.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<FunctionDefLibrary.Builder>Copyright © 2018. All rights reserved.