FunctionSpec

공개 최종 클래스 FunctionSpec

 Represents `FunctionSpec` used in `Function`. This represents a
 function that has been wrapped as a TensorFlow `Function`.
 
Protobuf 유형 tensorflow.FunctionSpec

중첩 클래스

수업 FunctionSpec.Builder
 Represents `FunctionSpec` used in `Function`. 
열거형 FunctionSpec.ExperimentalCompile
 Whether the function should be compiled by XLA. 

상수

공개 방법

부울
같음 (객체 객체)
정적 함수 사양
기능사양
최종 정적 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
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

부울
같음 (개체 arg0)
마지막 수업<?>
getClass ()
정수
해시코드 ()
최종 무효
알림 ()
최종 무효
통지모두 ()
toString ()
최종 무효
대기 (long arg0, int arg1)
최종 무효
기다리세요 (긴 arg0)
최종 무효
기다리다 ()
org.tensorflow.proto.framework.FunctionSpecOrBuilder 에서
추상 FunctionSpec.ExperimentalCompile
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
추상 정수
getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
추상 구조화된 값
getFullargspec ()
 Full arg spec from inspect.getfullargspec().
추상 StructuredValueOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
추상 구조화된 값
getInputSignature ()
 The input signature, if specified.
추상 StructuredValueOrBuilder
getInputSignatureOrBuilder ()
 The input signature, if specified.
추상 부울
getIs메소드 ()
 Whether this represents a class method.
추상 부울
hasFullargspec ()
 Full arg spec from inspect.getfullargspec().
추상 부울
hasInputSignature ()
 The input signature, if specified.

상수

공개 정적 최종 int EXPERIMENTAL_COMPILE_FIELD_NUMBER

상수값: 6

공개 정적 최종 int FULLARRGSPEC_FIELD_NUMBER

상수값: 1

공개 정적 최종 int INPUT_SIGNATURE_FIELD_NUMBER

상수값: 5

공개 정적 최종 int IS_METHOD_FIELD_NUMBER

상수값: 2

공개 방법

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

공개 정적 FunctionSpec getDefaultInstance ()

공개 FunctionSpec getDefaultInstanceForType ()

공개 정적 최종 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 ()

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

공개 정적 FunctionSpec.Builder newBuilder ()

공개 FunctionSpec.Builder newBuilderForType ()

공개 정적 FunctionSpecparseDelimitedFrom ( InputStream 입력)

던지기
IO예외

공개 정적 FunctionSpecparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 FunctionSpec parsFrom (ByteBuffer 데이터)

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

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

던지기
IO예외

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

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

공개 정적 FunctionSpec parsFrom (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

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

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

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

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

공개 정적 FunctionSpec parsFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 FunctionSpec 파싱 프롬 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

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

공개 정적 파서 ()

공개 FunctionSpec.Builder toBuilder ()

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

던지기
IO예외