FunctionSpec.Builder

classe final estática pública FunctionSpec.Builder

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

Métodos Públicos

FunctionSpec.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
FunctionSpec
build ()
FunctionSpec
FunctionSpec.Builder
limpar ()
FunctionSpec.Builder
clearExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
FunctionSpec.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
FunctionSpec.Builder
clearFullargspec ()
 Full arg spec from inspect.getfullargspec().
FunctionSpec.Builder
clearInputSignature ()
 The input signature, if specified.
FunctionSpec.Builder
clearIsMethod ()
 Whether this represents a class method.
FunctionSpec.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
FunctionSpec.Builder
clone ()
FunctionSpec
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
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().
StructuredValue.Builder
getFullargspecBuilder ()
 Full arg spec from inspect.getfullargspec().
StructuredValueOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
StructuredValue
getInputSignature ()
 The input signature, if specified.
StructuredValue.Builder
getInputSignatureBuilder ()
 The input signature, if specified.
StructuredValueOrBuilder
getInputSignatureOrBuilder ()
 The input signature, if specified.
boleano
getIsMethod ()
 Whether this represents a class method.
boleano
hasFullargspec ()
 Full arg spec from inspect.getfullargspec().
boleano
hasInputSignature ()
 The input signature, if specified.
final booleano
FunctionSpec.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FunctionSpec.Builder
mergeFrom (com.google.protobuf.Message other)
FunctionSpec.Builder
mergeFullargspec (valor StructuredValue )
 Full arg spec from inspect.getfullargspec().
FunctionSpec.Builder
mergeInputSignature (valor StructuredValue )
 The input signature, if specified.
Final FunctionSpec.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
FunctionSpec.Builder
setExperimentalCompile (valor FunctionSpec.ExperimentalCompile )
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
FunctionSpec.Builder
setExperimentalCompileValue (valor int)
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
FunctionSpec.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
FunctionSpec.Builder
setFullargspec ( StructuredValue.Builder builderForValue)
 Full arg spec from inspect.getfullargspec().
FunctionSpec.Builder
setFullargspec (valor StructuredValue )
 Full arg spec from inspect.getfullargspec().
FunctionSpec.Builder
setInputSignature ( StructuredValue.Builder builderForValue)
 The input signature, if specified.
FunctionSpec.Builder
setInputSignature (valor StructuredValue )
 The input signature, if specified.
FunctionSpec.Builder
setIsMethod (valor booleano)
 Whether this represents a class method.
FunctionSpec.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
Final FunctionSpec.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

public FunctionSpec.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public FunctionSpec build ()

public FunctionSpec buildPartial ()

public FunctionSpec.Builder clear ()

public FunctionSpec.Builder clearExperimentalCompile ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

public FunctionSpec.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public FunctionSpec.Builder clearFullargspec ()

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

public FunctionSpec.Builder clearInputSignature ()

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

public FunctionSpec.Builder clearIsMethod ()

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

public FunctionSpec.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public FunctionSpec.Builder clone ()

public FunctionSpec getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public FunctionSpec.ExperimentalCompile getExperimentalCompile ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

public int getExperimentalCompileValue ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

public StructuredValue getFullargspec ()

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

public StructuredValue.Builder getFullargspecBuilder ()

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

public StructuredValueOrBuilder getFullargspecOrBuilder ()

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

public StructuredValue getInputSignature ()

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

public StructuredValue.Builder getInputSignatureBuilder ()

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

public StructuredValueOrBuilder getInputSignatureOrBuilder ()

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

public boolean getIsMethod ()

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

public boolean hasFullargspec ()

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

public boolean hasInputSignature ()

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

public final boolean isInitialized ()

public FunctionSpec.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public FunctionSpec.Builder mergeFrom (com.google.protobuf.Message other)

public FunctionSpec.Builder mergeFullargspec (valor StructuredValue )

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

public FunctionSpec.Builder mergeInputSignature (valor StructuredValue )

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

public final FunctionSpec.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public FunctionSpec.Builder setExperimentalCompile ( FunctionSpec.ExperimentalCompile value)

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

public FunctionSpec.Builder setExperimentalCompileValue (valor int)

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

public FunctionSpec.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public FunctionSpec.Builder setFullargspec ( StructuredValue.Builder builderForValue)

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

public FunctionSpec.Builder setFullargspec (valor StructuredValue )

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

public FunctionSpec.Builder setInputSignature ( StructuredValue.Builder builderForValue)

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

public FunctionSpec.Builder setInputSignature (valor StructuredValue )

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

public FunctionSpec.Builder setIsMethod (valor booleano)

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

public FunctionSpec.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public final FunctionSpec.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)