Uses of Class
org.tensorflow.proto.SavedObjectGraphOuterClass.SavedFunction.Builder
Packages that use SavedObjectGraphOuterClass.SavedFunction.Builder
-
Uses of SavedObjectGraphOuterClass.SavedFunction.Builder in org.tensorflow.proto
Subclasses with type arguments of type SavedObjectGraphOuterClass.SavedFunction.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classA function with multiple signatures, possibly with non-Tensor arguments.Methods in org.tensorflow.proto that return SavedObjectGraphOuterClass.SavedFunction.BuilderModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedFunction.Builder.addAllConcreteFunctions(Iterable<String> values) repeated string concrete_functions = 1;SavedObjectGraphOuterClass.SavedFunction.Builder.addConcreteFunctions(String value) repeated string concrete_functions = 1;SavedObjectGraphOuterClass.SavedFunction.Builder.addConcreteFunctionsBytes(ByteString value) repeated string concrete_functions = 1;SavedObjectGraphOuterClass.SavedFunction.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) SavedObjectGraphOuterClass.SavedFunction.Builder.clear()SavedObjectGraphOuterClass.SavedFunction.Builder.clearConcreteFunctions()repeated string concrete_functions = 1;SavedObjectGraphOuterClass.SavedFunction.Builder.clearField(Descriptors.FieldDescriptor field) SavedObjectGraphOuterClass.SavedFunction.Builder.clearFunctionSpec().tensorflow.FunctionSpec function_spec = 2;SavedObjectGraphOuterClass.SavedFunction.Builder.clearOneof(Descriptors.OneofDescriptor oneof) SavedObjectGraphOuterClass.SavedFunction.Builder.clone()SavedObjectGraphOuterClass.SavedObject.Builder.getFunctionBuilder().tensorflow.SavedFunction function = 6;SavedObjectGraphOuterClass.SavedFunction.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) SavedObjectGraphOuterClass.SavedFunction.Builder.mergeFrom(SavedObjectGraphOuterClass.SavedFunction other) SavedObjectGraphOuterClass.SavedFunction.Builder.mergeFunctionSpec(SavedObjectGraphOuterClass.FunctionSpec value) .tensorflow.FunctionSpec function_spec = 2;SavedObjectGraphOuterClass.SavedFunction.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) SavedObjectGraphOuterClass.SavedFunction.newBuilder()SavedObjectGraphOuterClass.SavedFunction.newBuilder(SavedObjectGraphOuterClass.SavedFunction prototype) SavedObjectGraphOuterClass.SavedFunction.newBuilderForType()SavedObjectGraphOuterClass.SavedFunction.newBuilderForType(GeneratedMessageV3.BuilderParent parent) SavedObjectGraphOuterClass.SavedFunction.Builder.setConcreteFunctions(int index, String value) repeated string concrete_functions = 1;SavedObjectGraphOuterClass.SavedFunction.Builder.setField(Descriptors.FieldDescriptor field, Object value) SavedObjectGraphOuterClass.SavedFunction.Builder.setFunctionSpec(SavedObjectGraphOuterClass.FunctionSpec value) .tensorflow.FunctionSpec function_spec = 2;SavedObjectGraphOuterClass.SavedFunction.Builder.setFunctionSpec(SavedObjectGraphOuterClass.FunctionSpec.Builder builderForValue) .tensorflow.FunctionSpec function_spec = 2;SavedObjectGraphOuterClass.SavedFunction.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) SavedObjectGraphOuterClass.SavedFunction.Builder.setUnknownFields(UnknownFieldSet unknownFields) SavedObjectGraphOuterClass.SavedFunction.toBuilder()Methods in org.tensorflow.proto with parameters of type SavedObjectGraphOuterClass.SavedFunction.BuilderModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedObject.Builder.setFunction(SavedObjectGraphOuterClass.SavedFunction.Builder builderForValue) .tensorflow.SavedFunction function = 6;