SavedBareConcreteFunctionOrBuilder

ממשק ציבורי SavedBareConcreteFunctionOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מופשט ארוך
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
מחרוזת מופשטת
getArgumentKeywords (int index)
 A sequence of unique strings, one per Tensor argument.
תקציר com.google.protobuf.ByteString
getArgumentKeywordsBytes (int index)
 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.
תקציר FunctionSpec
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.
בוליאני מופשט
hasFunctionSpec ()
 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 index)

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

תקציר ציבורי com.google.protobuf.ByteString getArgumentKeywordsBytes (int index)

 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;