antarmuka publik SavedBareConcreteFunctionOrBuilder
Subkelas Tidak Langsung yang Diketahui |
Metode Publik
abstrak panjang | dapatkanAllowedPositionalArguments () The prefix of `argument_keywords` which may be identified by position. |
Tali abstrak | getArgumentKeywords (indeks int) A sequence of unique strings, one per Tensor argument. |
abstrak com.google.protobuf.ByteString | getArgumentKeywordsBytes (indeks int) A sequence of unique strings, one per Tensor argument. |
abstrak ke dalam | getArgumentKeywordsCount () A sequence of unique strings, one per Tensor argument. |
Daftar abstrak<String> | dapatkanArgumentKeywordsList () A sequence of unique strings, one per Tensor argument. |
Tali abstrak | dapatkanConcreteFunctionName () Identifies a SavedConcreteFunction. |
abstrak com.google.protobuf.ByteString | dapatkanConcreteFunctionNameBytes () Identifies a SavedConcreteFunction. |
Spesifikasi Fungsi abstrak | dapatkanFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
abstrak FunctionSpecOrBuilder | dapatkanFunctionSpecOrBuilder () The spec of the function that this ConcreteFunction is traced from. |
boolean abstrak | hasFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
Metode Publik
abstrak publik getAllowedPositionalArguments panjang ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
abstrak publik String getArgumentKeywords (int indeks)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
abstrak publik com.google.protobuf.ByteString getArgumentKeywordsBytes (indeks int)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
abstrak publik int getArgumentKeywordsCount ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
Daftar abstrak publik<String> getArgumentKeywordsList ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
String abstrak publik getConcreteFunctionName ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
abstrak publik com.google.protobuf.ByteString getConcreteFunctionNameBytes ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
abstrak publik 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;
abstrak publik 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;
boolean abstrak publik 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;