SavedBareConcreteFunctionOrBuilder

genel arayüz SavedBareConcreteFunctionOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut uzun
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
soyut Dize
getArgumentKeywords (int dizini)
 A sequence of unique strings, one per Tensor argument.
abstract com.google.protobuf.ByteString
getArgumentKeywordsBytes (int dizini)
 A sequence of unique strings, one per Tensor argument.
soyut int
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
özet Liste<String>
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
soyut Dize
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
abstract com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
özet FonksiyonBelirtimi
getFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
özet FunctionSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
soyut boole
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.

Genel Yöntemler

genel özet uzun getAllowedPositionalArguments ()

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

genel özet String getArgumentKeywords (int indeksi)

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

genel özet com.google.protobuf.ByteString getArgumentKeywordsBytes (int dizini)

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

genel özet int getArgumentKeywordsCount ()

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

genel özet Listesi<String> getArgumentKeywordsList ()

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

genel özet String getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

genel özet com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

genel özet 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;

genel özet 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;

genel soyut boolean 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;