TrackableObjectGraph.TrackableObject.SerializedTensor.Builder

public static Final class TrackableObjectGraph.TrackableObject.SerializedTensor.Builder

Protobuf 型tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

パブリックメソッド

TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
TrackableObjectGraph.TrackableObject.SerializedTensor
建てる()
TrackableObjectGraph.TrackableObject.SerializedTensor
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
クリア()
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
クリアチェックポイントキー()
 The generated name of the Tensor in the checkpoint.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
クリアフルネーム()
 The full name of the variable/tensor, if applicable.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
クリアネーム()
 A name for the Tensor.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
クリアオプション復元()
 Whether checkpoints should be considered as matching even without this
 value restored.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
getチェックポイントキー()
 The generated name of the Tensor in the checkpoint.
com.google.protobuf.ByteString
getCheckpointKeyBytes ()
 The generated name of the Tensor in the checkpoint.
TrackableObjectGraph.TrackableObject.SerializedTensor
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getFullName ()
 The full name of the variable/tensor, if applicable.
com.google.protobuf.ByteString
getFullNameBytes ()
 The full name of the variable/tensor, if applicable.
getName ()
 A name for the Tensor.
com.google.protobuf.ByteString
getNameBytes ()
 A name for the Tensor.
ブール値
getOptionalRestore ()
 Whether checkpoints should be considered as matching even without this
 value restored.
最終ブール値
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
mergeFrom (com.google.protobuf.Message other)
最終的なTrackableObjectGraph.TrackableObject.SerializedTensor.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setCheckpointKey (文字列値)
 The generated name of the Tensor in the checkpoint.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setCheckpointKeyBytes (com.google.protobuf.ByteString 値)
 The generated name of the Tensor in the checkpoint.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setFullName (文字列値)
 The full name of the variable/tensor, if applicable.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setFullNameBytes (com.google.protobuf.ByteString 値)
 The full name of the variable/tensor, if applicable.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setName (文字列値)
 A name for the Tensor.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setNameBytes (com.google.protobuf.ByteString 値)
 A name for the Tensor.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setOptionalRestore (ブール値)
 Whether checkpoints should be considered as matching even without this
 value restored.
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
最終的なTrackableObjectGraph.TrackableObject.SerializedTensor.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder clearCheckpointKey ()

 The generated name of the Tensor in the checkpoint.
 
string checkpoint_key = 3;

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

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder clearFullName ()

 The full name of the variable/tensor, if applicable. Used to allow
 name-based loading of checkpoints which were saved using an
 object-based API. Should match the checkpoint key which would have been
 assigned by tf.train.Saver.
 
string full_name = 2;

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder clearName ()

 A name for the Tensor. Simple variables have only one
 `SerializedTensor` named "VARIABLE_VALUE" by convention. This value may
 be restored on object creation as an optimization.
 
string name = 1;

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder clearOptionalRestore ()

 Whether checkpoints should be considered as matching even without this
 value restored. Used for non-critical values which don't affect the
 TensorFlow graph, such as layer configurations.
 
bool optional_restore = 4;

パブリック String getCheckpointKey ()

 The generated name of the Tensor in the checkpoint.
 
string checkpoint_key = 3;

public com.google.protobuf.ByteString getCheckpointKeyBytes ()

 The generated name of the Tensor in the checkpoint.
 
string checkpoint_key = 3;

public TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstanceForType ()

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

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

パブリック String getFullName ()

 The full name of the variable/tensor, if applicable. Used to allow
 name-based loading of checkpoints which were saved using an
 object-based API. Should match the checkpoint key which would have been
 assigned by tf.train.Saver.
 
string full_name = 2;

public com.google.protobuf.ByteString getFullNameBytes ()

 The full name of the variable/tensor, if applicable. Used to allow
 name-based loading of checkpoints which were saved using an
 object-based API. Should match the checkpoint key which would have been
 assigned by tf.train.Saver.
 
string full_name = 2;

public String getName ()

 A name for the Tensor. Simple variables have only one
 `SerializedTensor` named "VARIABLE_VALUE" by convention. This value may
 be restored on object creation as an optimization.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 A name for the Tensor. Simple variables have only one
 `SerializedTensor` named "VARIABLE_VALUE" by convention. This value may
 be restored on object creation as an optimization.
 
string name = 1;

public boolean getOptionalRestore ()

 Whether checkpoints should be considered as matching even without this
 value restored. Used for non-critical values which don't affect the
 TensorFlow graph, such as layer configurations.
 
bool optional_restore = 4;

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

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder mergeFrom (com.google.protobuf.Message other)

public Final TrackableObjectGraph.TrackableObject.SerializedTensor.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setCheckpointKey (文字列値)

 The generated name of the Tensor in the checkpoint.
 
string checkpoint_key = 3;

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setCheckpointKeyBytes (com.google.protobuf.ByteString 値)

 The generated name of the Tensor in the checkpoint.
 
string checkpoint_key = 3;

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

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setFullName (文字列値)

 The full name of the variable/tensor, if applicable. Used to allow
 name-based loading of checkpoints which were saved using an
 object-based API. Should match the checkpoint key which would have been
 assigned by tf.train.Saver.
 
string full_name = 2;

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setFullNameBytes (com.google.protobuf.ByteString 値)

 The full name of the variable/tensor, if applicable. Used to allow
 name-based loading of checkpoints which were saved using an
 object-based API. Should match the checkpoint key which would have been
 assigned by tf.train.Saver.
 
string full_name = 2;

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setName (文字列値)

 A name for the Tensor. Simple variables have only one
 `SerializedTensor` named "VARIABLE_VALUE" by convention. This value may
 be restored on object creation as an optimization.
 
string name = 1;

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setNameBytes (com.google.protobuf.ByteString 値)

 A name for the Tensor. Simple variables have only one
 `SerializedTensor` named "VARIABLE_VALUE" by convention. This value may
 be restored on object creation as an optimization.
 
string name = 1;

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setOptionalRestore (ブール値)

 Whether checkpoints should be considered as matching even without this
 value restored. Used for non-critical values which don't affect the
 TensorFlow graph, such as layer configurations.
 
bool optional_restore = 4;

public TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public Final TrackableObjectGraph.TrackableObject.SerializedTensor.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)