SavedBareConcreteFunctionOrBuilder

パブリック インターフェイスSavedBareConcreteFunctionOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象的な長い
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
抽象文字列
getArgumentKeywords (int インデックス)
 A sequence of unique strings, one per Tensor argument.
抽象的な com.google.protobuf.ByteString
getArgumentKeywordsBytes (int インデックス)
 A sequence of unique strings, one per Tensor argument.
抽象整数
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
抽象リスト<String>
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
抽象文字列
getConcrete関数名()
 Identifies a SavedConcreteFunction.
抽象的な com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
抽象的な機能仕様
getFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
抽象FunctionSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
抽象ブール値
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.

パブリックメソッド

public abstract long getAllowedPositionalArguments ()

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

public abstract String getArgumentKeywords (int インデックス)

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

public abstract com.google.protobuf.ByteString getArgumentKeywordsBytes (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;

public abstract List<String> getArgumentKeywordsList ()

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

public abstract String getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

public abstract com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

パブリック抽象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;

パブリック抽象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;

public abstract 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;