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
очиститьFullargspec ()
 Full arg spec from inspect.getfullargspec().
FunctionSpec.Builder
ОчиститьИнпутСигнатуре ()
 The input signature, if specified.
FunctionSpec.Builder
ОчиститьИсМетод ()
 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.
логическое значение
getIsMethod ()
 Whether this represents a class method.
логическое значение
имеетFullargspec ()
 Full arg spec from inspect.getfullargspec().
логическое значение
имеетInputSignature ()
 The input signature, if specified.
последнее логическое значение
FunctionSpec.Builder
mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
FunctionSpec.Builder
mergeFrom (com.google.protobuf.Message другое)
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.UnknownFieldSetknownFields)
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.UnknownFieldSetknownFields)

Унаследованные методы

Публичные методы

public FunctionSpec.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

общедоступная сборка FunctionSpec ()

общедоступная FunctionSpec buildPartial ()

общедоступный FunctionSpec.Builder очистить ()

общедоступная FunctionSpec.Builder ClearExperimentalCompile ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

общедоступный FunctionSpec.Builder ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)

общедоступная FunctionSpec.Builder _

 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.Builder ClearOneof (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;

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;

общедоступное структурированное значение 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.Message другое)

public FunctionSpec.Builder mergeFullargspec (значение StructuredValue )

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

public FunctionSpec.Builder mergeInputSignature (значение StructuredValue )

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

общедоступный финальный FunctionSpec.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public 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().
 
.tensorflow.StructuredValue fullargspec = 1;

public 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;

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