パブリック静的最終クラスFunctionSpec.Builder
Represents `FunctionSpec` used in `Function`. This represents a function that has been wrapped as a TensorFlow `Function`.
tensorflow.FunctionSpec
パブリックメソッド
関数仕様ビルダー | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
機能スペック | 建てる() |
機能スペック | buildPartial () |
関数仕様ビルダー | クリア() |
関数仕様ビルダー | clearExperimentalCompile () .tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6; |
関数仕様ビルダー | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
関数仕様ビルダー | クリアフルラーグスペック() Full arg spec from inspect.getfullargspec(). |
関数仕様ビルダー | クリア入力署名() The input signature, if specified. |
関数仕様ビルダー | ClearIsMethod () Whether this represents a class method. |
関数仕様ビルダー | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
関数仕様ビルダー | クローン() |
機能スペック | |
最終的な静的 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. |
ブール値 | hasFullargspec () Full arg spec from inspect.getfullargspec(). |
ブール値 | hasInputSignature () The input signature, if specified. |
最終ブール値 | |
関数仕様ビルダー | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
関数仕様ビルダー | mergeFrom (com.google.protobuf.Message other) |
関数仕様ビルダー | |
関数仕様ビルダー | |
最終的なFunctionSpec.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
関数仕様ビルダー | setExperimentalCompile ( FunctionSpec.ExperimentalCompile値) .tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6; |
関数仕様ビルダー | setExperimentalCompileValue (int 値) .tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6; |
関数仕様ビルダー | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
関数仕様ビルダー | setFullargspec ( StructuredValue.Builder builderForValue) Full arg spec from inspect.getfullargspec(). |
関数仕様ビルダー | |
関数仕様ビルダー | |
関数仕様ビルダー | |
関数仕様ビルダー | setIsMethod (ブール値) Whether this represents a class method. |
関数仕様ビルダー | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
最終的なFunctionSpec.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public FunctionSpec.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public FunctionSpec.Builder clearExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
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 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;
パブリック最終ブール値isInitialized ()
public FunctionSpec.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
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;
public Final FunctionSpec.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public FunctionSpec.Builder setExperimentalCompile ( FunctionSpec.ExperimentalCompile値)
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
public FunctionSpec.Builder setExperimentalCompileValue (int 値)
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
public FunctionSpec.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public 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;
public 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;
public FunctionSpec.Builder setIsMethod (ブール値)
Whether this represents a class method.
bool is_method = 2;