SavedFunction.Builder

public static final class SavedFunction.Builder

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

Métodos Públicos

SavedFunction.Builder
addAllConcreteFunctions (valores Iterable <String>)
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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
SavedFunction
build ()
SavedFunction
SavedFunction.Builder
limpar ()
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
clone ()
Fragmento
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;
boleano
hasFunctionSpec ()
.tensorflow.FunctionSpec function_spec = 2;
final booleano
SavedFunction.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedFunction.Builder
mergeFrom (com.google.protobuf.Message other)
SavedFunction.Builder
mergeFunctionSpec (valor FunctionSpec )
.tensorflow.FunctionSpec function_spec = 2;
SavedFunction.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
SavedFunction.Builder
setConcreteFunctions (int index, String value)
repeated string concrete_functions = 1;
SavedFunction.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
SavedFunction.Builder
setFunctionSpec ( FunctionSpec.Builder builderForValue)
.tensorflow.FunctionSpec function_spec = 2;
SavedFunction.Builder
setFunctionSpec (valor FunctionSpec )
.tensorflow.FunctionSpec function_spec = 2;
SavedFunction.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
SavedFunction.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do 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)

clone public SavedFunction.Builder ()

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)

Lança
IOException

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

public SavedFunction.Builder mergeFunctionSpec (valor FunctionSpec )

.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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor Object)

public SavedFunction.Builder setFunctionSpec ( FunctionSpec.Builder builderForValue)

.tensorflow.FunctionSpec function_spec = 2;

public SavedFunction.Builder setFunctionSpec (valor FunctionSpec )

.tensorflow.FunctionSpec function_spec = 2;

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

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