SavedBareConcreteFunction

공개 최종 클래스 SavedBareConcreteFunction

Protobuf 유형 tensorflow.SavedBareConcreteFunction

중첩 클래스

수업 저장됨BareConcreteFunction.Builder Protobuf 유형 tensorflow.SavedBareConcreteFunction

상수

정수 ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER
정수 ARGUMENT_KEYWORDS_FIELD_NUMBER
정수 CONCRETE_FUNCTION_NAME_FIELD_NUMBER
정수 FUNCTION_SPEC_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
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.
com.google.protobuf.ProtocolStringList
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
정적 SavedBareConcreteFunction
저장됨BareConcreteFunction
최종 정적 com.google.protobuf.Descriptors.Descriptor
기능사양
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.
정수
최종 com.google.protobuf.UnknownFieldSet
부울
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
정수
최종 부울
정적 SavedBareConcreteFunction.Builder
정적 SavedBareConcreteFunction.Builder
저장됨BareConcreteFunction.Builder
정적 SavedBareConcreteFunction
parsDelimitedFrom (InputStream 입력)
정적 SavedBareConcreteFunction
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 SavedBareConcreteFunction
parsFrom (ByteBuffer 데이터)
정적 SavedBareConcreteFunction
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 SavedBareConcreteFunction
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 SavedBareConcreteFunction
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 SavedBareConcreteFunction
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 SavedBareConcreteFunction
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 SavedBareConcreteFunction
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 SavedBareConcreteFunction
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
저장됨BareConcreteFunction.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 정수 ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER

상수값: 3

공개 정적 최종 int ARGUMENT_KEYWORDS_FIELD_NUMBER

상수값: 2

공개 정적 최종 int CONCRETE_FUNCTION_NAME_FIELD_NUMBER

상수값: 1

공개 정적 최종 int FUNCTION_SPEC_FIELD_NUMBER

상수값: 4

공개 방법

공개 부울은 (객체 obj)와 같습니다 .

공개 긴 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;

공개 com.google.protobuf.ProtocolStringList 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;

공개 정적 SavedBareConcreteFunction getDefaultInstance ()

공개 SavedBareConcreteFunction getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 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;

공공의 getParserForType ()

공개 int getSerializedSize ()

공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()

공개 부울 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;

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 SavedBareConcreteFunction.Builder newBuilder ( SavedBareConcreteFunction 프로토타입)

공개 정적 SavedBareConcreteFunction.Builder newBuilder ()

공개 SavedBareConcreteFunction.Builder newBuilderForType ()

공개 정적 SavedBareConcreteFunction parseDelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 SavedBareConcreteFunctionparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 SavedBareConcreteFunction 구문 분석 (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 SavedBareConcreteFunctionparseFrom ( com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 SavedBareConcreteFunction parsFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 SavedBareConcreteFunction 구문 분석 (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 SavedBareConcreteFunction parsFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 SavedBareConcreteFunction parsFrom (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 SavedBareConcreteFunctionparseFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 SavedBareConcreteFunctionparseFrom ( com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 SavedBareConcreteFunction.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외