Uses of Class
tensorflow.SavedObjectGraphOuterClass.SavedFunction.Builder
Packages that use SavedObjectGraphOuterClass.SavedFunction.Builder
-
Uses of SavedObjectGraphOuterClass.SavedFunction.Builder in tensorflow
Methods in tensorflow 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(com.google.protobuf.ByteString value) repeated string concrete_functions = 1;SavedObjectGraphOuterClass.SavedFunction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SavedObjectGraphOuterClass.SavedFunction.Builder.clear()SavedObjectGraphOuterClass.SavedFunction.Builder.clearConcreteFunctions()repeated string concrete_functions = 1;SavedObjectGraphOuterClass.SavedFunction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SavedObjectGraphOuterClass.SavedFunction.Builder.clearFunctionSpec().tensorflow.FunctionSpec function_spec = 2;SavedObjectGraphOuterClass.SavedFunction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SavedObjectGraphOuterClass.SavedFunction.Builder.clone()SavedObjectGraphOuterClass.SavedObject.Builder.getFunctionBuilder().tensorflow.SavedFunction function = 6;SavedObjectGraphOuterClass.SavedFunction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SavedObjectGraphOuterClass.SavedFunction.Builder.mergeFrom(com.google.protobuf.Message other) SavedObjectGraphOuterClass.SavedFunction.Builder.mergeFrom(SavedObjectGraphOuterClass.SavedFunction other) SavedObjectGraphOuterClass.SavedFunction.Builder.mergeFunctionSpec(SavedObjectGraphOuterClass.FunctionSpec value) .tensorflow.FunctionSpec function_spec = 2;SavedObjectGraphOuterClass.SavedFunction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SavedObjectGraphOuterClass.SavedFunction.newBuilder()SavedObjectGraphOuterClass.SavedFunction.newBuilder(SavedObjectGraphOuterClass.SavedFunction prototype) SavedObjectGraphOuterClass.SavedFunction.newBuilderForType()SavedObjectGraphOuterClass.SavedFunction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SavedObjectGraphOuterClass.SavedFunction.Builder.setConcreteFunctions(int index, String value) repeated string concrete_functions = 1;SavedObjectGraphOuterClass.SavedFunction.Builder.setField(com.google.protobuf.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(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SavedObjectGraphOuterClass.SavedFunction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SavedObjectGraphOuterClass.SavedFunction.toBuilder()Methods in tensorflow with parameters of type SavedObjectGraphOuterClass.SavedFunction.BuilderModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedObject.Builder.setFunction(SavedObjectGraphOuterClass.SavedFunction.Builder builderForValue) .tensorflow.SavedFunction function = 6;