SavedBareConcreteFunctionOrBuilder

공용 인터페이스 SavedBareConcreteFunctionOrBuilder
알려진 간접 하위 클래스

공개 방법

추상적인 긴
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
추상 문자열
getArgumentKeywords (정수 인덱스)
 A sequence of unique strings, one per Tensor argument.
추상 com.google.protobuf.ByteString
getArgumentKeywordsBytes (정수 인덱스)
 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.
추상 함수 사양
getFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
추상 함수 SpecOrBuilder
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;

공개 추상 List<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;