FunctionSpec

パブリック最終クラスFunctionSpec

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

ネストされたクラス

クラス関数仕様ビルダー
 Represents `FunctionSpec` used in `Function`. 
列挙型FunctionSpec.ExperimentalCompile
 Whether the function should be compiled by XLA. 

定数

整数EXPERIMENTAL_COMPILE_FIELD_NUMBER
整数FULLARGSPEC_FIELD_NUMBER
整数INPUT_SIGNATURE_FIELD_NUMBER
整数IS_METHOD_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的関数仕様
機能スペック
最終的な静的 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().
構造化された値またはビルダー
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
構造化された価値
getInputSignature ()
 The input signature, if specified.
構造化された値またはビルダー
getInputSignatureOrBuilder ()
 The input signature, if specified.
ブール値
getIsMethod ()
 Whether this represents a class method.
整数
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasFullargspec ()
 Full arg spec from inspect.getfullargspec().
ブール値
hasInputSignature ()
 The input signature, if specified.
整数
最終ブール値
静的FunctionSpec.Builder
newBuilder ( FunctionSpecプロトタイプ)
静的FunctionSpec.Builder
関数仕様ビルダー
静的関数仕様
parseDelimitedFrom (InputStream 入力)
静的関数仕様
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的関数仕様
parseFrom (ByteBuffer データ)
静的関数仕様
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的関数仕様
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的関数仕様
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的関数仕様
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的関数仕様
parseFrom (com.google.protobuf.ByteString データ)
静的関数仕様
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的関数仕様
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
関数仕様ビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数EXPERIMENTAL_COMPILE_FIELD_NUMBER

定数値: 6

パブリック静的最終整数FULLARGSPEC_FIELD_NUMBER

定数値: 1

public static Final int INPUT_SIGNATURE_FIELD_NUMBER

定数値: 5

パブリック静的最終整数IS_METHOD_FIELD_NUMBER

定数値: 2

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static FunctionSpec getDefaultInstance ()

public FunctionSpec getDefaultInstanceForType ()

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

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

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

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 int hashCode ()

パブリック最終ブール値isInitialized ()

public static FunctionSpec.Builder newBuilder ( FunctionSpecプロトタイプ)

public static FunctionSpec.Builder newBuilder ()

public FunctionSpec.Builder newBuilderForType ()

public static FunctionSpec parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static FunctionSpec parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static FunctionSpec parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static FunctionSpec parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static FunctionSpec parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static FunctionSpec parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static FunctionSpec parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static FunctionSpec parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static FunctionSpec parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static FunctionSpec parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public FunctionSpec.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外