SavedBareConcreteFunctionOrBuilder

interfaz pública SavedBareConcreteFunctionOrBuilder
Subclases indirectas conocidas

Métodos públicos

abstracto largo
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
cadena abstracta
getArgumentKeywords (índice int)
 A sequence of unique strings, one per Tensor argument.
resumen com.google.protobuf.ByteString
getArgumentKeywordsBytes (índice int)
 A sequence of unique strings, one per Tensor argument.
int abstracto
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
Lista abstracta <String>
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
cadena abstracta
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
resumen com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
FunctionSpec abstracto
getFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
FunctionSpecOrBuilder abstracto
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
booleano abstracto
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.

Métodos públicos

public abstract long getAllowedPositionalArguments ()

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

getArgumentKeywords de cadena abstracta pública (índice int)

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

resumen público com.google.protobuf.ByteString getArgumentKeywordsBytes (índice int)

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

public abstract int getArgumentKeywordsCount ()

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

Lista pública abstracta <String> getArgumentKeywordsList ()

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

público abstracto String getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1; nombre_función_concreto string concrete_function_name = 1;

resumen público com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1; nombre_función_concreto string concrete_function_name = 1;

FunctionSpec abstracta pública 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 abstracto público 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 () booleano abstracto público

 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;