SavedFunction.Builder

public static final class SavedFunction.Builder

 A function with multiple signatures, possibly with non-Tensor arguments.
 
Protobuf type tensorflow.SavedFunction

Public Methods

SavedFunction.Builder
addAllConcreteFunctions(Iterable<String> values)
repeated string concrete_functions = 1;
SavedFunction.Builder
addConcreteFunctions(String value)
repeated string concrete_functions = 1;
SavedFunction.Builder
addConcreteFunctionsBytes(com.google.protobuf.ByteString value)
repeated string concrete_functions = 1;
SavedFunction.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SavedFunction
build()
SavedFunction
SavedFunction.Builder
clear()
SavedFunction.Builder
clearConcreteFunctions()
repeated string concrete_functions = 1;
SavedFunction.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
SavedFunction.Builder
clearFunctionSpec()
.tensorflow.FunctionSpec function_spec = 2;
SavedFunction.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedFunction.Builder
clone()
String
getConcreteFunctions(int index)
repeated string concrete_functions = 1;
com.google.protobuf.ByteString
getConcreteFunctionsBytes(int index)
repeated string concrete_functions = 1;
int
getConcreteFunctionsCount()
repeated string concrete_functions = 1;
com.google.protobuf.ProtocolStringList
getConcreteFunctionsList()
repeated string concrete_functions = 1;
SavedFunction
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
FunctionSpec
getFunctionSpec()
.tensorflow.FunctionSpec function_spec = 2;
FunctionSpec.Builder
getFunctionSpecBuilder()
.tensorflow.FunctionSpec function_spec = 2;
FunctionSpecOrBuilder
getFunctionSpecOrBuilder()
.tensorflow.FunctionSpec function_spec = 2;
boolean
hasFunctionSpec()
.tensorflow.FunctionSpec function_spec = 2;
final boolean
SavedFunction.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedFunction.Builder
mergeFrom(com.google.protobuf.Message other)
SavedFunction.Builder
mergeFunctionSpec(FunctionSpec value)
.tensorflow.FunctionSpec function_spec = 2;
final SavedFunction.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
SavedFunction.Builder
setConcreteFunctions(int index, String value)
repeated string concrete_functions = 1;
SavedFunction.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
SavedFunction.Builder
setFunctionSpec(FunctionSpec.Builder builderForValue)
.tensorflow.FunctionSpec function_spec = 2;
SavedFunction.Builder
setFunctionSpec(FunctionSpec value)
.tensorflow.FunctionSpec function_spec = 2;
SavedFunction.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
final SavedFunction.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

Public Methods

public SavedFunction.Builder addAllConcreteFunctions (Iterable<String> values)

repeated string concrete_functions = 1;

public SavedFunction.Builder addConcreteFunctions (String value)

repeated string concrete_functions = 1;

public SavedFunction.Builder addConcreteFunctionsBytes (com.google.protobuf.ByteString value)

repeated string concrete_functions = 1;

public SavedFunction.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public SavedFunction build ()

public SavedFunction buildPartial ()

public SavedFunction.Builder clear ()

public SavedFunction.Builder clearConcreteFunctions ()

repeated string concrete_functions = 1;

public SavedFunction.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

public SavedFunction.Builder clearFunctionSpec ()

.tensorflow.FunctionSpec function_spec = 2;

public SavedFunction.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public SavedFunction.Builder clone ()

public String getConcreteFunctions (int index)

repeated string concrete_functions = 1;

public com.google.protobuf.ByteString getConcreteFunctionsBytes (int index)

repeated string concrete_functions = 1;

public int getConcreteFunctionsCount ()

repeated string concrete_functions = 1;

public com.google.protobuf.ProtocolStringList getConcreteFunctionsList ()

repeated string concrete_functions = 1;

public SavedFunction getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public FunctionSpec getFunctionSpec ()

.tensorflow.FunctionSpec function_spec = 2;

public FunctionSpec.Builder getFunctionSpecBuilder ()

.tensorflow.FunctionSpec function_spec = 2;

public FunctionSpecOrBuilder getFunctionSpecOrBuilder ()

.tensorflow.FunctionSpec function_spec = 2;

public boolean hasFunctionSpec ()

.tensorflow.FunctionSpec function_spec = 2;

public final boolean isInitialized ()

public SavedFunction.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public SavedFunction.Builder mergeFrom (com.google.protobuf.Message other)

public SavedFunction.Builder mergeFunctionSpec (FunctionSpec value)

.tensorflow.FunctionSpec function_spec = 2;

public final SavedFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public SavedFunction.Builder setConcreteFunctions (int index, String value)

repeated string concrete_functions = 1;

public SavedFunction.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public SavedFunction.Builder setFunctionSpec (FunctionSpec.Builder builderForValue)

.tensorflow.FunctionSpec function_spec = 2;

public SavedFunction.Builder setFunctionSpec (FunctionSpec value)

.tensorflow.FunctionSpec function_spec = 2;

public SavedFunction.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public final SavedFunction.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)