SavedBareConcreteFunctionOrBuilder

interfaccia pubblica SavedBareConcreteFunctionOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

astratto lungo
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
stringa astratta
getArgumentKeywords (indice int)
 A sequence of unique strings, one per Tensor argument.
astratto com.google.protobuf.ByteString
getArgumentKeywordsBytes (indice int)
 A sequence of unique strings, one per Tensor argument.
astratto int
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
Elenco astratto<String>
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
stringa astratta
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
astratto com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
abstract FunctionSpec
getFunzioneSpec ()
 The spec of the function that this ConcreteFunction is traced from.
abstract FunctionSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
booleano astratto
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.

Metodi pubblici

public abstract long getAllowedPositionalArguments ()

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

public abstract String getArgumentKeywords (indice int)

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

public abstract com.google.protobuf.ByteString getArgumentKeywordsBytes (indice int)

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

public abstract int getArgumentKeywordsCount ()

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

public abstract List<String> getArgumentKeywordsList ()

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

public abstract String getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

public abstract com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

estratto pubblico 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 abstract 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;

pubblico astratto booleano hasFunctionSpec ()

 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;