Uses of Class
org.tensorflow.framework.FunctionDefLibrary.Builder
Packages that use FunctionDefLibrary.Builder
-
Uses of FunctionDefLibrary.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return FunctionDefLibrary.BuilderModifier and TypeMethodDescriptionFunctionDefLibrary.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.addAllRegisteredGradients(Iterable<? extends RegisteredGradient> values) repeated .tensorflow.RegisteredGradient registered_gradients = 3;FunctionDefLibrary.Builder.addFunction(int index, FunctionDef value) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.Builder.addFunction(int index, FunctionDef.Builder builderForValue) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.Builder.addFunction(FunctionDef value) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.Builder.addFunction(FunctionDef.Builder builderForValue) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.Builder.addGradient(int index, GradientDef value) repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibrary.Builder.addGradient(int index, GradientDef.Builder builderForValue) repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibrary.Builder.addGradient(GradientDef value) repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibrary.Builder.addGradient(GradientDef.Builder builderForValue) repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibrary.Builder.addRegisteredGradients(int index, RegisteredGradient value) repeated .tensorflow.RegisteredGradient registered_gradients = 3;FunctionDefLibrary.Builder.addRegisteredGradients(int index, RegisteredGradient.Builder builderForValue) repeated .tensorflow.RegisteredGradient registered_gradients = 3;FunctionDefLibrary.Builder.addRegisteredGradients(RegisteredGradient value) repeated .tensorflow.RegisteredGradient registered_gradients = 3;FunctionDefLibrary.Builder.addRegisteredGradients(RegisteredGradient.Builder builderForValue) repeated .tensorflow.RegisteredGradient registered_gradients = 3;FunctionDefLibrary.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FunctionDefLibrary.Builder.clear()FunctionDefLibrary.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FunctionDefLibrary.Builder.clearFunction()repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.Builder.clearGradient()repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibrary.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FunctionDefLibrary.Builder.clearRegisteredGradients()repeated .tensorflow.RegisteredGradient registered_gradients = 3;FunctionDefLibrary.Builder.clone()GraphDef.Builder.getLibraryBuilder()"library" provides user-defined functions.FunctionDefLibrary.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FunctionDefLibrary.Builder.mergeFrom(com.google.protobuf.Message other) FunctionDefLibrary.Builder.mergeFrom(FunctionDefLibrary other) FunctionDefLibrary.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static FunctionDefLibrary.BuilderFunctionDefLibrary.newBuilder()static FunctionDefLibrary.BuilderFunctionDefLibrary.newBuilder(FunctionDefLibrary prototype) FunctionDefLibrary.newBuilderForType()protected FunctionDefLibrary.BuilderFunctionDefLibrary.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FunctionDefLibrary.Builder.removeFunction(int index) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.Builder.removeGradient(int index) repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibrary.Builder.removeRegisteredGradients(int index) repeated .tensorflow.RegisteredGradient registered_gradients = 3;FunctionDefLibrary.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FunctionDefLibrary.Builder.setFunction(int index, FunctionDef value) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.Builder.setFunction(int index, FunctionDef.Builder builderForValue) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.Builder.setGradient(int index, GradientDef value) repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibrary.Builder.setGradient(int index, GradientDef.Builder builderForValue) repeated .tensorflow.GradientDef gradient = 2;FunctionDefLibrary.Builder.setRegisteredGradients(int index, RegisteredGradient value) repeated .tensorflow.RegisteredGradient registered_gradients = 3;FunctionDefLibrary.Builder.setRegisteredGradients(int index, RegisteredGradient.Builder builderForValue) repeated .tensorflow.RegisteredGradient registered_gradients = 3;FunctionDefLibrary.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FunctionDefLibrary.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FunctionDefLibrary.toBuilder()Methods in org.tensorflow.framework with parameters of type FunctionDefLibrary.BuilderModifier and TypeMethodDescriptionGraphDef.Builder.setLibrary(FunctionDefLibrary.Builder builderForValue) "library" provides user-defined functions.