SavedFunction.Builder

public static final class SavedFunction.Builder

 A function with multiple signatures, possibly with non-Tensor arguments.
 
Tensorflow de tipo tensorflow.SavedFunction

Métodos públicos

SavedFunction.Builder
addAllConcreteFunctions (valores <String> iterables )
repeated string concrete_functions = 1;
SavedFunction.Builder
addConcreteFunctions (valor de cadena)
repeated string concrete_functions = 1;
SavedFunction.Builder
addConcreteFunctionsBytes (valor de com.google.protobuf.ByteString)
repeated string concrete_functions = 1;
SavedFunction.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
Función guardada
Función guardada
SavedFunction.Builder
claro ()
SavedFunction.Builder
clearConcreteFunctions ()
repeated string concrete_functions = 1;
SavedFunction.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
SavedFunction.Builder
clearFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
SavedFunction.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedFunction.Builder
clonar ()
Cuerda
getConcreteFunctions (índice int)
repeated string concrete_functions = 1;
com.google.protobuf.ByteString
getConcreteFunctionsBytes (índice int)
repeated string concrete_functions = 1;
En t
getConcreteFunctionsCount ()
repeated string concrete_functions = 1;
com.google.protobuf.ProtocolStringList
getConcreteFunctionsList ()
repeated string concrete_functions = 1;
Función guardada
com.google.protobuf.Descriptors.Descriptor estático final
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;
booleano
hasFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
booleano final
SavedFunction.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedFunction.Builder
mergeFrom (com.google.protobuf.Message otro)
SavedFunction.Builder
mergeFunctionSpec (valor de FunctionSpec )
.tensorflow.FunctionSpec function_spec = 2;
Final SavedFunction.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
SavedFunction.Builder
setConcreteFunctions (int índice, valor de cadena)
repeated string concrete_functions = 1;
SavedFunction.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
SavedFunction.Builder
setFunctionSpec ( FunctionSpec.Builder builderForValue)
.tensorflow.FunctionSpec function_spec = 2;
SavedFunction.Builder
setFunctionSpec (valor de FunctionSpec )
.tensorflow.FunctionSpec function_spec = 2;
SavedFunction.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
Final SavedFunction.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public SavedFunction.Builder addAllConcreteFunctions (valores <String> iterables )

repeated string concrete_functions = 1;

public SavedFunction.Builder addConcreteFunctions (valor de cadena)

repeated string concrete_functions = 1;

public SavedFunction.Builder addConcreteFunctionsBytes (valor de com.google.protobuf.ByteString)

repeated string concrete_functions = 1;

public SavedFunction.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor de objeto)

public SavedFunction build ()

public SavedFunction buildPartial ()

public SavedFunction.Builder clear ()

public SavedFunction.Builder clearConcreteFunctions ()

repeated string concrete_functions = 1;

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

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 (índice int)

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 ()

público estático 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 (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

public SavedFunction.Builder mergeFunctionSpec (valor de FunctionSpec )

.tensorflow.FunctionSpec function_spec = 2;

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

public SavedFunction.Builder setConcreteFunctions (índice int, valor de cadena)

repeated string concrete_functions = 1;

public SavedFunction.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public SavedFunction.Builder setFunctionSpec ( FunctionSpec.Builder builderForValue)

.tensorflow.FunctionSpec function_spec = 2;

public SavedFunction.Builder setFunctionSpec (valor de FunctionSpec )

.tensorflow.FunctionSpec function_spec = 2;

public SavedFunction.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

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