SavedBareConcreteFunctionOrBuilder

interfejs publiczny SavedBareConcreteFunctionOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjne, długie
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
abstrakcyjny ciąg
getArgumentKeywords (indeks int)
 A sequence of unique strings, one per Tensor argument.
streszczenie com.google.protobuf.ByteString
getArgumentKeywordsBytes (indeks int)
 A sequence of unique strings, one per Tensor argument.
streszczenie wew
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
lista abstrakcyjna<String>
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
abstrakcyjny ciąg
getConcreteNazwaFunkcji ()
 Identifies a SavedConcreteFunction.
streszczenie com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
streszczenie Specyfikacja funkcji
getFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
streszczenie FunctionSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
abstrakcyjna wartość logiczna
maSpecyfikacjęFunkcji ()
 The spec of the function that this ConcreteFunction is traced from.

Metody publiczne

publiczne streszczenie długie getAllowedPositionalArguments ()

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

publiczne streszczenie String getArgumentKeywords (indeks int)

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

publiczne streszczenie com.google.protobuf.ByteString getArgumentKeywordsBytes (indeks int)

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

publiczne streszczenie int getArgumentKeywordsCount ()

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

publiczna lista abstrakcyjna<String> getArgumentKeywordsList ()

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

publiczny ciąg abstrakcyjny getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

publiczne streszczenie com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

publiczna streszczenie Specyfikacja funkcji 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;

publiczne streszczenie 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;

publiczna wartość logiczna abstrakcyjna maFunctionSpec ()

 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;