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`.
 
Protobuf tipo tensorflow.FunctionSpec

Métodos Públicos

FunçãoSpec.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
FunçãoSpec
FunçãoSpec
FunçãoSpec.Builder
claro ()
FunçãoSpec.Builder
clearExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
FunçãoSpec.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
FunçãoSpec.Builder
limparFullargspec ()
 Full arg spec from inspect.getfullargspec().
FunçãoSpec.Builder
clearInputSignature ()
 The input signature, if specified.
FunçãoSpec.Builder
clearIsMethod ()
 Whether this represents a class method.
FunçãoSpec.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof)
FunçãoSpec.Builder
clonar ()
FunçãoSpec
final estático com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
FunctionSpec.ExperimentalCompile
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
interno
getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
Valor Estruturado
getFullargspec ()
 Full arg spec from inspect.getfullargspec().
StructuredValue.Builder
getFullargspecBuilder ()
 Full arg spec from inspect.getfullargspec().
StructuredValueOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
Valor Estruturado
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.
booleano final
FunçãoSpec.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FunçãoSpec.Builder
mergeFrom (com.google.protobuf.Message outro)
FunçãoSpec.Builder
mergeFullargspec (valor StructuredValue )
 Full arg spec from inspect.getfullargspec().
FunçãoSpec.Builder
mergeInputSignature (valor StructuredValue )
 The input signature, if specified.
FunctionSpec.Builder final
mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
FunçãoSpec.Builder
setExperimentalCompile (valor FunctionSpec.ExperimentalCompile )
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
FunçãoSpec.Builder
setExperimentalCompileValue (valor interno)
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
FunçãoSpec.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
FunçãoSpec.Builder
setFullargspec ( StructuredValue.Builder construtorForValue)
 Full arg spec from inspect.getfullargspec().
FunçãoSpec.Builder
setFullargspec (valor StructuredValue )
 Full arg spec from inspect.getfullargspec().
FunçãoSpec.Builder
setInputSignature ( StructuredValue.Builder construtorForValue)
 The input signature, if specified.
FunçãoSpec.Builder
setInputSignature (valor StructuredValue )
 The input signature, if specified.
FunçãoSpec.Builder
setIsMethod (valor booleano)
 Whether this represents a class method.
FunçãoSpec.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
FunctionSpec.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

Métodos herdados

Métodos Públicos

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

compilação FunctionSpec pública ()

função pública buildPartial ()

public FunctionSpec.Builder clearExperimentalCompile ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

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

função públicaSpec.Builder clearFullargspec ()

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

função públicaSpec.Builder clearInputSignature ()

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

função públicaSpec.Builder clearIsMethod ()

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

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

clone de FunctionSpec.Builder público ()

public FunctionSpec getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público 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;

getIsMethod booleano público ()

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

hasFullargspec booleano público ()

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

hasInputSignature booleano público ()

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

público final booleano isInitialized ()

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

Lança
IOException

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

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;

final público FunctionSpec.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

public FunctionSpec.Builder setExperimentalCompile (valor FunctionSpec.ExperimentalCompile )

.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)

final público FunctionSpec.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)