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.
सार इंट
getArgumentKeywordsगिनती ()
 A sequence of unique strings, one per Tensor argument.
सार सूची<स्ट्रिंग>
getArgumentकीवर्डसूची ()
 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.
अमूर्त बूलियन
हैफंक्शनस्पेक ()
 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;

सार्वजनिक सार सूची <स्ट्रिंग> 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;