SavedBareConcreteFunctionOrBuilder

الواجهة العامة SavedBareConcreteFunctionOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

مجردة طويلة
الحصول علىAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
سلسلة مجردة
getArgumentKeywords (فهرس كثافة العمليات)
 A sequence of unique strings, one per Tensor argument.
مجردة com.google.protobuf.ByteString
getArgumentKeywordsBytes (فهرس كثافة العمليات)
 A sequence of unique strings, one per Tensor argument.
كثافة العمليات مجردة
الحصول على عدد الكلمات الرئيسية ()
 A sequence of unique strings, one per Tensor argument.
قائمة مجردة <سلسلة>
قائمة الكلمات الرئيسية للوسيطة ()
 A sequence of unique strings, one per Tensor argument.
سلسلة مجردة
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
مجردة com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
مواصفات الوظيفة المجردة
الحصول على مواصفات الوظيفة ()
 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 العامة (فهرس كثافة العمليات)

 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;

قائمة مجردة عامة <سلسلة> 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;