interface pública SavedBareConcreteFunctionOrBuilder
Subclasses indiretas conhecidas |
Métodos Públicos
abstrato longo | getAllowedPositionalArguments () The prefix of `argument_keywords` which may be identified by position. |
cadeia abstrata | getArgumentKeywords (índice interno) A sequence of unique strings, one per Tensor argument. |
abstrato com.google.protobuf.ByteString | getArgumentKeywordsBytes (índice interno) A sequence of unique strings, one per Tensor argument. |
abstrato int | getArgumentKeywordsCount () A sequence of unique strings, one per Tensor argument. |
lista abstrata<String> | getArgumentKeywordsList () A sequence of unique strings, one per Tensor argument. |
cadeia abstrata | getConcreteFunctionName () Identifies a SavedConcreteFunction. |
abstrato com.google.protobuf.ByteString | getConcreteFunctionNameBytes () Identifies a SavedConcreteFunction. |
especificação de função abstrata | getFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
Resumo FunctionSpecOrBuilder | getFunctionSpecOrBuilder () The spec of the function that this ConcreteFunction is traced from. |
booleano abstrato | hasFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
Métodos Públicos
público abstrato longo getAllowedPositionalArguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
string abstrata pública getArgumentKeywords (índice int)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
resumo público com.google.protobuf.ByteString getArgumentKeywordsBytes (índice int)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
público abstrato int getArgumentKeywordsCount ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
lista abstrata pública<String> getArgumentKeywordsList ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
String abstrata pública getConcreteFunctionName ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
resumo público com.google.protobuf.ByteString getConcreteFunctionNameBytes ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
público abstrato 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;
público abstrato 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;
público abstrato booleano 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;