interface publique SavedBareConcreteFunctionOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
abstrait long | getAllowedPositionalArguments () The prefix of `argument_keywords` which may be identified by position. |
Chaîne abstraite | getArgumentKeywords (index int) A sequence of unique strings, one per Tensor argument. |
résumé com.google.protobuf.ByteString | getArgumentKeywordsBytes (index int) A sequence of unique strings, one per Tensor argument. |
entier abstrait | getArgumentKeywordsCount () A sequence of unique strings, one per Tensor argument. |
Liste abstraite<String> | getArgumentKeywordsList () A sequence of unique strings, one per Tensor argument. |
Chaîne abstraite | getConcreteFunctionName () Identifies a SavedConcreteFunction. |
résumé com.google.protobuf.ByteString | getConcreteFunctionNameBytes () Identifies a SavedConcreteFunction. |
spécification de fonction abstraite | getFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
abstrait FunctionSpecOrBuilder | getFunctionSpecOrBuilder () The spec of the function that this ConcreteFunction is traced from. |
booléen abstrait | hasFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
Méthodes publiques
public abstrait long getAllowedPositionalArguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
chaîne abstraite publique getArgumentKeywords (index int)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
résumé public com.google.protobuf.ByteString getArgumentKeywordsBytes (index int)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
public abstrait int getArgumentKeywordsCount ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
liste abstraite publique<String> getArgumentKeywordsList ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
chaîne abstraite publique getConcreteFunctionName ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
résumé public com.google.protobuf.ByteString getConcreteFunctionNameBytes ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
FonctionSpec abstraite publique 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 abstrait 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;
public abstrait booléen 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;