SavedBareConcreteFunctionOrBuilder

общедоступный интерфейс SavedBareConcreteFunctionOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный длинный
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
абстрактная строка
getArgumentKeywords (индекс int)
 A sequence of unique strings, one per Tensor argument.
абстрактный com.google.protobuf.ByteString
getArgumentKeywordsBytes (индекс int)
 A sequence of unique strings, one per Tensor argument.
абстрактный int
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
абстрактный список<String>
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
абстрактная строка
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
абстрактный com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
абстрактная спецификация функции
getFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
абстрактный FunctionSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
абстрактное логическое значение
имеетFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.

Публичные методы

публичный абстрактный длинный getAllowedPositionalArguments ()

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

общедоступная абстрактная строка getArgumentKeywords (индекс int)

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

общедоступный абстрактный com.google.protobuf.ByteString getArgumentKeywordsBytes (индекс int)

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

общедоступный абстрактный int getArgumentKeywordsCount ()

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

общедоступный абстрактный список <String> getArgumentKeywordsList ()

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

общедоступная абстрактная строка getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

общедоступный абстрактный com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

общедоступная абстрактная 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;

публичный абстрактный 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 ()

 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;