공개 최종 클래스 FunctionSpec
Represents `FunctionSpec` used in `Function`. This represents a function that has been wrapped as a TensorFlow `Function`.
tensorflow.FunctionSpec
중첩 클래스
수업 | FunctionSpec.Builder | Represents `FunctionSpec` used in `Function`. | |
열거형 | FunctionSpec.ExperimentalCompile | Whether the function should be compiled by XLA. |
상수
정수 | EXPERIMENTAL_COMPILE_FIELD_NUMBER | |
정수 | FULLARRGSPEC_FIELD_NUMBER | |
정수 | INPUT_SIGNATURE_FIELD_NUMBER | |
정수 | IS_METHOD_FIELD_NUMBER |
공개 방법
부울 | 같음 (객체 객체) |
정적 함수 사양 | |
기능사양 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
FunctionSpec.ExperimentalCompile | getExperimentalCompile () .tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6; |
정수 | getExperimentalCompileValue () .tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6; |
구조화된 가치 | getFullargspec () Full arg spec from inspect.getfullargspec(). |
구조화된 값 또는 빌더 | getFullargspecOrBuilder () Full arg spec from inspect.getfullargspec(). |
구조화된 가치 | getInputSignature () The input signature, if specified. |
구조화된 값 또는 빌더 | getInputSignatureOrBuilder () The input signature, if specified. |
부울 | getIs메소드 () Whether this represents a class method. |
정수 | |
최종 com.google.protobuf.UnknownFieldSet | |
부울 | hasFullargspec () Full arg spec from inspect.getfullargspec(). |
부울 | hasInputSignature () The input signature, if specified. |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 FunctionSpec.Builder | newBuilder ( FunctionSpec 프로토타입) |
정적 FunctionSpec.Builder | 새로운 빌더 () |
FunctionSpec.Builder | |
정적 함수 사양 | parsDelimitedFrom (InputStream 입력) |
정적 함수 사양 | parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 함수 사양 | parsFrom (ByteBuffer 데이터) |
정적 함수 사양 | ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 함수 사양 | ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 함수 사양 | ParseFrom (com.google.protobuf.CodedInputStream 입력) |
정적 함수 사양 | parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry) |
정적 함수 사양 | ParseFrom (com.google.protobuf.ByteString 데이터) |
정적 함수 사양 | ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 함수 사양 | ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
공전 | 파서 () |
FunctionSpec.Builder | toBuilder () |
무효의 | writeTo (com.google.protobuf.CodedOutputStream 출력) |
상속된 메서드
상수
공개 정적 최종 int EXPERIMENTAL_COMPILE_FIELD_NUMBER
상수값: 6
공개 정적 최종 int FULLARRGSPEC_FIELD_NUMBER
상수값: 1
공개 정적 최종 int INPUT_SIGNATURE_FIELD_NUMBER
상수값: 5
공개 정적 최종 int IS_METHOD_FIELD_NUMBER
상수값: 2
공개 방법
공개 부울은 (객체 obj) 와 같습니다 .
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 FunctionSpec.ExperimentalCompile getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
공개 int getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
공개 StructuredValue getFullargspec ()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1;
공개 StructuredValueOrBuilder getFullargspecOrBuilder ()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1;
공개 구조화된 값 getInputSignature ()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;
공개 StructuredValueOrBuilder getInputSignatureOrBuilder ()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;
공개 부울 getIsMethod ()
Whether this represents a class method.
bool is_method = 2;
공공의 getParserForType ()
공개 int getSerializedSize ()
공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()
공개 부울 hasFullargspec ()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1;
공개 부울 hasInputSignature ()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;
공개 int hashCode ()
공개 최종 부울 isInitialized ()
공개 정적 FunctionSpecparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 FunctionSpec parsFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 FunctionSpec parsFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 FunctionSpec parsFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 FunctionSpec parsFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 FunctionSpec 파싱 프롬 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|