TrackableObjectGraph.TrackableObject.SerializedTensor

パブリック静的最終クラスTrackableObjectGraph.TrackableObject.SerializedTensor

Protobuf 型tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

ネストされたクラス

クラスTrackableObjectGraph.TrackableObject.SerializedTensor.Builder Protobuf 型tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor

定数

整数チェックポイント_キー_フィールド_番号
整数FULL_NAME_FIELD_NUMBER
整数NAME_FIELD_NUMBER
整数OPTIONAL_RESTORE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
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
TrackableObjectGraph.TrackableObject.SerializedTensor
最終的な静的 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.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
静的TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
静的TrackableObjectGraph.TrackableObject.SerializedTensor
parseDelimitedFrom (InputStream 入力)
静的TrackableObjectGraph.TrackableObject.SerializedTensor
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (ByteBuffer データ)
静的TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (com.google.protobuf.ByteString データ)
静的TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的TrackableObjectGraph.TrackableObject.SerializedTensor
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
TrackableObjectGraph.TrackableObject.SerializedTensor.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 3

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

定数値: 2

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

定数値: 1

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

定数値: 4

パブリックメソッド

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

パブリック 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 static TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstance ()

public TrackableObjectGraph.TrackableObject.SerializedTensor getDefaultInstanceForType ()

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

パブリック 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;

公共getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

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

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

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

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

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (com.google.protobuf.ByteString データ)

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

public static TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

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

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

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

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

投げる
IO例外