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.
รายการนามธรรม<สตริง>
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
สตริงที่เป็นนามธรรม
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
นามธรรม com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
บทคัดย่อ FunctionSpec
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.

วิธีการสาธารณะ

นามธรรมสาธารณะ getAllowedPositionalArguments ยาว ()

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

สตริงนามธรรมสาธารณะ getArgumentKeywords (ดัชนี int)

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

นามธรรมสาธารณะ com.google.protobuf.ByteString getArgumentKeywordsBytes (ดัชนี int)

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

นามธรรมสาธารณะ int getArgumentKeywordsCount ()

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

รายการนามธรรมสาธารณะ <String> getArgumentKeywordsList ()

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

สตริงนามธรรมสาธารณะ getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

นามธรรมสาธารณะ 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;

บูลีนนามธรรมสาธารณะ 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;