SavedBareConcreteFunction.Builder

classe finale statica pubblica SavedBareConcreteFunction.Builder

Tipo di protobuf tensorflow.SavedBareConcreteFunction

Metodi pubblici

SavedBareConcreteFunction.Builder
addAllArgumentKeywords (valori Iterable<String>)
 A sequence of unique strings, one per Tensor argument.
SavedBareConcreteFunction.Builder
addArgumentKeywords (valore stringa)
 A sequence of unique strings, one per Tensor argument.
SavedBareConcreteFunction.Builder
addArgumentKeywordsBytes (valore com.google.protobuf.ByteString)
 A sequence of unique strings, one per Tensor argument.
SavedBareConcreteFunction.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
Funzione SavedBareConcrete
Funzione SavedBareConcrete
SavedBareConcreteFunction.Builder
chiaro ()
SavedBareConcreteFunction.Builder
clearAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
SavedBareConcreteFunction.Builder
clearArgumentKeywords ()
 A sequence of unique strings, one per Tensor argument.
SavedBareConcreteFunction.Builder
clearConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
SavedBareConcreteFunction.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
SavedBareConcreteFunction.Builder
clearFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
SavedBareConcreteFunction.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedBareConcreteFunction.Builder
clone ()
lungo
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
Corda
getArgumentKeywords (indice int)
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ByteString
getArgumentKeywordsBytes (indice int)
 A sequence of unique strings, one per Tensor argument.
int
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ProtocolStringList
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
Corda
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
Funzione SavedBareConcrete
com.google.protobuf.Descriptors.Descriptor statico finale
com.google.protobuf.Descriptors.Descriptor
FunzioneSpecifica
getFunzioneSpec ()
 The spec of the function that this ConcreteFunction is traced from.
FunctionSpec.Builder
getFunctionSpecBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
FunctionSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
booleano
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
booleano finale
SavedBareConcreteFunction.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
SavedBareConcreteFunction.Builder
mergeFrom (com.google.protobuf.Message altro)
SavedBareConcreteFunction.Builder
mergeFunctionSpec (valore FunctionSpec )
 The spec of the function that this ConcreteFunction is traced from.
finale SavedBareConcreteFunction.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
SavedBareConcreteFunction.Builder
setAllowedPositionalArguments (valore lungo)
 The prefix of `argument_keywords` which may be identified by position.
SavedBareConcreteFunction.Builder
setArgumentKeywords (indice int, valore stringa)
 A sequence of unique strings, one per Tensor argument.
SavedBareConcreteFunction.Builder
setConcreteFunctionName (valore stringa)
 Identifies a SavedConcreteFunction.
SavedBareConcreteFunction.Builder
setConcreteFunctionNameBytes (valore com.google.protobuf.ByteString)
 Identifies a SavedConcreteFunction.
SavedBareConcreteFunction.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
SavedBareConcreteFunction.Builder
setFunctionSpec ( FunctionSpec.Builder builderForValue)
 The spec of the function that this ConcreteFunction is traced from.
SavedBareConcreteFunction.Builder
setFunctionSpec (valore FunctionSpec )
 The spec of the function that this ConcreteFunction is traced from.
SavedBareConcreteFunction.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
finale SavedBareConcreteFunction.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

Metodi ereditati

Metodi pubblici

public SavedBareConcreteFunction.Builder addAllArgumentKeywords (valori Iterable<String>)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public SavedBareConcreteFunction.Builder addArgumentKeywords (valore stringa)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public SavedBareConcreteFunction.Builder addArgumentKeywordsBytes (valore com.google.protobuf.ByteString)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public SavedBareConcreteFunction.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

build pubblica SavedBareConcreteFunction ()

public SavedBareConcreteFunction buildPartial ()

public SavedBareConcreteFunction.Builder clearAllowedPositionalArguments ()

 The prefix of `argument_keywords` which may be identified by position.
 
int64 allowed_positional_arguments = 3;

public SavedBareConcreteFunction.Builder clearArgumentKeywords ()

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public SavedBareConcreteFunction.Builder clearConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

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

public SavedBareConcreteFunction.Builder clearFunctionSpec ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

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

public long getAllowedPositionalArguments ()

 The prefix of `argument_keywords` which may be identified by position.
 
int64 allowed_positional_arguments = 3;

public String getArgumentKeywords (indice int)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

pubblico com.google.protobuf.ByteString getArgumentKeywordsBytes (indice int)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public int getArgumentKeywordsCount ()

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public com.google.protobuf.ProtocolStringList getArgumentKeywordsList ()

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public String getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

public com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

public SavedBareConcreteFunction getDefaultInstanceForType ()

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

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

public FunctionSpec getFunctionSpec ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

public FunctionSpec.Builder getFunctionSpecBuilder ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

public FunctionSpecOrBuilder getFunctionSpecOrBuilder ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

hasFunctionSpec booleano pubblico ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

public final booleano isInitialized ()

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

Lancia
IOException

pubblico SavedBareConcreteFunction.Builder mergeFrom (com.google.protobuf.Message altro)

public SavedBareConcreteFunction.Builder mergeFunctionSpec (valore FunctionSpec )

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

public final SavedBareConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public SavedBareConcreteFunction.Builder setAllowedPositionalArguments (valore lungo)

 The prefix of `argument_keywords` which may be identified by position.
 
int64 allowed_positional_arguments = 3;

public SavedBareConcreteFunction.Builder setArgumentKeywords (indice int, valore stringa)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public SavedBareConcreteFunction.Builder setConcreteFunctionName (valore stringa)

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

public SavedBareConcreteFunction.Builder setConcreteFunctionNameBytes (valore com.google.protobuf.ByteString)

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

pubblico SavedBareConcreteFunction.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

public SavedBareConcreteFunction.Builder setFunctionSpec ( FunctionSpec.Builder builderForValue)

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

pubblico SavedBareConcreteFunction.Builder setFunctionSpec (valore FunctionSpec )

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

public SavedBareConcreteFunction.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

finale pubblico SavedBareConcreteFunction.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)