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.
resumen entero
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
Lista abstracta<Cadena>
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
cadena abstracta
getNombreFunciónConcreta ()
 Identifies a SavedConcreteFunction.
resumen com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
especificación de función abstracta
obtener especificación de función ()
 The spec of the function that this ConcreteFunction is traced from.
Función abstractaSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
booleano abstracto
tiene especificación de función ()
 The spec of the function that this ConcreteFunction is traced from.

Métodos públicos

getAllowedPositionalArguments largos abstractos públicos ()

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

Cadena abstracta pública getArgumentKeywords (í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;

resumen público int getArgumentKeywordsCount ()

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

Lista abstracta pública<Cadena> getArgumentKeywordsList ()

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

Cadena abstracta pública getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

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

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

Función pública abstracta 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;

función pública abstractaSpecOrBuilder 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;