SavedConcreteFunction

パブリック最終クラスSavedConcreteFunction

 Stores low-level information about a concrete function. Referenced in either
 a SavedFunction or a SavedBareConcreteFunction.
 
Protobuf 型tensorflow.SavedConcreteFunction

ネストされたクラス

クラスSavedConcreteFunction.Builder
 Stores low-level information about a concrete function. 

定数

整数BOUND_INPUTS_FIELD_NUMBER
整数CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER
整数OUTPUT_SIGNATURE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
整数
getBoundInputs (int インデックス)
 Bound inputs to the function.
整数
getBoundInputsCount ()
 Bound inputs to the function.
リスト<整数>
getBoundInputsList ()
 Bound inputs to the function.
構造化された価値
getCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
構造化された値またはビルダー
getCanonicalizedInputSignatureOrBuilder ()
 Input in canonicalized form that was received to create this concrete
 function.
静的SavedConcreteFunction
保存されたコンクリート関数
最終的な静的 com.google.protobuf.Descriptors.Descriptor
構造化された価値
getOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
構造化された値またはビルダー
getOutputSignatureOrBuilder ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
整数
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
ブール値
hasOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
整数
最終ブール値
静的SavedConcreteFunction.Builder
newBuilder ( SavedConcreteFunctionプロトタイプ)
静的SavedConcreteFunction.Builder
SavedConcreteFunction.Builder
静的SavedConcreteFunction
parseDelimitedFrom (InputStream 入力)
静的SavedConcreteFunction
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedConcreteFunction
parseFrom (ByteBuffer データ)
静的SavedConcreteFunction
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedConcreteFunction
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedConcreteFunction
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的SavedConcreteFunction
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedConcreteFunction
parseFrom (com.google.protobuf.ByteString データ)
静的SavedConcreteFunction
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedConcreteFunction
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
SavedConcreteFunction.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 2

public static Final int CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER

定数値: 3

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

定数値: 4

パブリックメソッド

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

public int getBoundInputs (int インデックス)

 Bound inputs to the function. The SavedObjects identified by the node ids
 given here are appended as extra inputs to the caller-supplied inputs.
 The only types of SavedObjects valid here are SavedVariable, SavedResource
 and SavedAsset.
 
repeated int32 bound_inputs = 2;

public int getBoundInputsCount ()

 Bound inputs to the function. The SavedObjects identified by the node ids
 given here are appended as extra inputs to the caller-supplied inputs.
 The only types of SavedObjects valid here are SavedVariable, SavedResource
 and SavedAsset.
 
repeated int32 bound_inputs = 2;

public List<Integer> getBoundInputsList ()

 Bound inputs to the function. The SavedObjects identified by the node ids
 given here are appended as extra inputs to the caller-supplied inputs.
 The only types of SavedObjects valid here are SavedVariable, SavedResource
 and SavedAsset.
 
repeated int32 bound_inputs = 2;

public StructuredValue getCanonicalizedInputSignature ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

public StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

public static SavedConcreteFunction getDefaultInstance ()

public SavedConcreteFunction getDefaultInstanceForType ()

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

public StructuredValue getOutputSignature ()

 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs. This can be an arbitrary nested function and will
 be used to reconstruct the full structure from pure tensors.
 
.tensorflow.StructuredValue output_signature = 4;

public StructuredValueOrBuilder getOutputSignatureOrBuilder ()

 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs. This can be an arbitrary nested function and will
 be used to reconstruct the full structure from pure tensors.
 
.tensorflow.StructuredValue output_signature = 4;

公共getParserForType ()

public int getSerializedSize ()

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

public boolean hasCanonicalizedInputSignature ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

public boolean hasOutputSignature ()

 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs. This can be an arbitrary nested function and will
 be used to reconstruct the full structure from pure tensors.
 
.tensorflow.StructuredValue output_signature = 4;

public int hashCode ()

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

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

public static SavedConcreteFunction.Builder newBuilder ()

public SavedConcreteFunction.Builder newBuilderForType ()

public static SavedConcreteFunction parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static SavedConcreteFunction parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public SavedConcreteFunction.Builder toBuilder ()

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

投げる
IO例外