FunctionSpec.Builder

공개 정적 최종 클래스 FunctionSpec.Builder

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

공개 방법

FunctionSpec.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
기능사양
짓다 ()
기능사양
FunctionSpec.Builder
FunctionSpec.Builder
클리어실험컴파일 ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
FunctionSpec.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
FunctionSpec.Builder
ClearFullargspec ()
 Full arg spec from inspect.getfullargspec().
FunctionSpec.Builder
클리어입력서명 ()
 The input signature, if specified.
FunctionSpec.Builder
클리어Is메소드 ()
 Whether this represents a class method.
FunctionSpec.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
FunctionSpec.Builder
클론 ()
기능사양
최종 정적 com.google.protobuf.Descriptors.Descriptor
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().
StructuredValue.Builder
getFullargspecBuilder ()
 Full arg spec from inspect.getfullargspec().
구조화된 값 또는 빌더
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
구조화된 가치
getInputSignature ()
 The input signature, if specified.
StructuredValue.Builder
getInputSignatureBuilder ()
 The input signature, if specified.
구조화된 값 또는 빌더
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.
최종 부울
FunctionSpec.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
FunctionSpec.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
FunctionSpec.Builder
mergeFullargspec ( StructuredValue 값)
 Full arg spec from inspect.getfullargspec().
FunctionSpec.Builder
mergeInputSignature ( StructuredValue 값)
 The input signature, if specified.
최종 FunctionSpec.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
FunctionSpec.Builder
setExperimentalCompile ( FunctionSpec.ExperimentalCompile 값)
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
FunctionSpec.Builder
setExperimentalCompileValue (정수 값)
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
FunctionSpec.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
FunctionSpec.Builder
setFullargspec ( StructuredValue.Builder builderForValue)
 Full arg spec from inspect.getfullargspec().
FunctionSpec.Builder
setFullargspec ( StructuredValue 값)
 Full arg spec from inspect.getfullargspec().
FunctionSpec.Builder
setInputSignature ( StructuredValue.Builder builderForValue)
 The input signature, if specified.
FunctionSpec.Builder
setInputSignature ( StructuredValue 값)
 The input signature, if specified.
FunctionSpec.Builder
setIsMethod (부울 값)
 Whether this represents a class method.
FunctionSpec.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
최종 FunctionSpec.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

public FunctionSpec.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 FunctionSpec 빌드 ()

공개 FunctionSpec buildPartial ()

공개 FunctionSpec.Builder 지우기 ()

공개 FunctionSpec.Builder ClearExperimentalCompile ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

공개 FunctionSpec.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 FunctionSpec.Builder ClearFullargspec ()

 Full arg spec from inspect.getfullargspec().
 
.tensorflow.StructuredValue fullargspec = 1;

공개 FunctionSpec.Builder ClearInputSignature ()

 The input signature, if specified.
 
.tensorflow.StructuredValue input_signature = 5;

공개 FunctionSpec.Builder ClearIsMethod ()

 Whether this represents a class method.
 
bool is_method = 2;

공개 FunctionSpec.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

공개 FunctionSpec.Builder 클론 ()

공개 FunctionSpec getDefaultInstanceForType ()

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

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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

공개 StructuredValue.Builder getFullargspecBuilder ()

 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;

공개 StructuredValue.Builder getInputSignatureBuilder ()

 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;

공개 부울 hasFullargspec ()

 Full arg spec from inspect.getfullargspec().
 
.tensorflow.StructuredValue fullargspec = 1;

공개 부울 hasInputSignature ()

 The input signature, if specified.
 
.tensorflow.StructuredValue input_signature = 5;

공개 최종 부울 isInitialized ()

공개 FunctionSpec.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 FunctionSpec.Builder mergeFrom (com.google.protobuf.다른 메시지)

공개 FunctionSpec.Builder mergeFullargspec ( StructuredValue 값)

 Full arg spec from inspect.getfullargspec().
 
.tensorflow.StructuredValue fullargspec = 1;

공개 FunctionSpec.Builder mergeInputSignature ( StructuredValue 값)

 The input signature, if specified.
 
.tensorflow.StructuredValue input_signature = 5;

공개 최종 FunctionSpec.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공개 FunctionSpec.Builder setExperimentalCompile ( FunctionSpec.ExperimentalCompile 값)

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

공개 FunctionSpec.Builder setExperimentalCompileValue (int 값)

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

public FunctionSpec.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 FunctionSpec.Builder setFullargspec ( StructuredValue.Builder builderForValue)

 Full arg spec from inspect.getfullargspec().
 
.tensorflow.StructuredValue fullargspec = 1;

공개 FunctionSpec.Builder setFullargspec ( StructuredValue 값)

 Full arg spec from inspect.getfullargspec().
 
.tensorflow.StructuredValue fullargspec = 1;

공개 FunctionSpec.Builder setInputSignature ( StructuredValue.Builder builderForValue)

 The input signature, if specified.
 
.tensorflow.StructuredValue input_signature = 5;

공개 FunctionSpec.Builder setInputSignature ( StructuredValue 값)

 The input signature, if specified.
 
.tensorflow.StructuredValue input_signature = 5;

공개 FunctionSpec.Builder setIsMethod (부울 값)

 Whether this represents a class method.
 
bool is_method = 2;

public FunctionSpec.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

공개 최종 FunctionSpec.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)