SavedConcreteFunction.Builder

パブリック静的最終クラスSavedConcreteFunction.Builder

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

パブリックメソッド

SavedConcreteFunction.Builder
addAllBoundInputs (Iterable<? extends Integer> 値)
 Bound inputs to the function.
SavedConcreteFunction.Builder
addBoundInputs (int 値)
 Bound inputs to the function.
SavedConcreteFunction.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
保存されたコンクリート関数
建てる()
保存されたコンクリート関数
SavedConcreteFunction.Builder
クリア()
SavedConcreteFunction.Builder
クリアバウンド入力()
 Bound inputs to the function.
SavedConcreteFunction.Builder
clearCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
SavedConcreteFunction.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
SavedConcreteFunction.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
SavedConcreteFunction.Builder
クリア出力署名()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
SavedConcreteFunction.Builder
整数
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.
StructuredValue.Builder
getCanonicalizedInputSignatureBuilder ()
 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.
保存されたコンクリート関数
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
構造化された価値
getOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
StructuredValue.Builder
getOutputSignatureBuilder ()
 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.
ブール値
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
mergeCanonicalizedInputSignature ( StructuredValue値)
 Input in canonicalized form that was received to create this concrete
 function.
SavedConcreteFunction.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedConcreteFunction.Builder
mergeFrom (com.google.protobuf.Message other)
SavedConcreteFunction.Builder
mergeOutputSignature ( StructuredValue値)
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
最終的なSavedConcreteFunction.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
SavedConcreteFunction.Builder
setBoundInputs (int インデックス、int 値)
 Bound inputs to the function.
SavedConcreteFunction.Builder
setCanonicalizedInputSignature ( StructuredValue.Builder builderForValue)
 Input in canonicalized form that was received to create this concrete
 function.
SavedConcreteFunction.Builder
setCanonicalizedInputSignature ( StructuredValue値)
 Input in canonicalized form that was received to create this concrete
 function.
SavedConcreteFunction.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
SavedConcreteFunction.Builder
setOutputSignature ( StructuredValue値)
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
SavedConcreteFunction.Builder
setOutputSignature ( StructuredValue.Builder builderForValue)
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
SavedConcreteFunction.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
最終的なSavedConcreteFunction.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public SavedConcreteFunction.Builder addAllBoundInputs (Iterable<? extends Integer> 値)

 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 SavedConcreteFunction.Builder addBoundInputs (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 SavedConcreteFunction.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public SavedConcreteFunction build ()

public SavedConcreteFunction buildPartial ()

public SavedConcreteFunction.Builder clearBoundInputs ()

 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 SavedConcreteFunction.Builder clearCanonicalizedInputSignature ()

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

public SavedConcreteFunction.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

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

public SavedConcreteFunction.Builder clearOutputSignature ()

 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 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 StructuredValue.Builder getCanonicalizedInputSignatureBuilder ()

 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 SavedConcreteFunction getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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 StructuredValue.Builder getOutputSignatureBuilder ()

 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;

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;

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

public SavedConcreteFunction.Builder mergeCanonicalizedInputSignature ( StructuredValue値)

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

public SavedConcreteFunction.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public SavedConcreteFunction.Builder mergeFrom (com.google.protobuf.Message other)

public SavedConcreteFunction.Builder mergeOutputSignature ( StructuredValue値)

 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 Final SavedConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public SavedConcreteFunction.Builder setBoundInputs (int インデックス、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 SavedConcreteFunction.Builder setCanonicalizedInputSignature ( StructuredValue.Builder builderForValue)

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

public SavedConcreteFunction.Builder setCanonicalizedInputSignature ( StructuredValue値)

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

public SavedConcreteFunction.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public SavedConcreteFunction.Builder setOutputSignature ( StructuredValue値)

 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 SavedConcreteFunction.Builder setOutputSignature ( StructuredValue.Builder builderForValue)

 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 SavedConcreteFunction.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public Final SavedConcreteFunction.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)