A function with multiple signatures, possibly with non-Tensor arguments.
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 | |
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 | |
SavedFunction.Builder | |
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 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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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 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;