テンソルフロー::作戦:: MergeV2チェックポイント

#include <io_ops.h>

V2 形式固有: シャードされたチェックポイントのメタデータ ファイルをマージします。

まとめ

結果は、1 つの物理メタデータ ファイルと名前変更されたデータ ファイルを含む 1 つの論理チェックポイントになります。

シャード化されたチェックポイント設定で複数のチェックポイントを「グループ化」することを目的としています。

delete_old_dirs が true の場合、入力 Checkpoint_prefixes 内の各パスのディレクトリ名を再帰的に削除しようとします。これは、これらのパスがユーザーに直接アクセスできない一時的な場所である場合に便利です。

引数:

  • スコープ:スコープオブジェクト
  • Checkpoint_prefixes: マージする V2 チェックポイントのプレフィックス。
  • destination_prefix: スカラー。必要な最終プレフィックス。 Checkpoint_prefix の 1 つと同じにすることができます。

オプションの属性 ( Attrsを参照):

  • delete_old_dirs: 上記を参照してください。

戻り値:

コンストラクターとデストラクター

MergeV2Checkpoints (const :: tensorflow::Scope & scope, :: tensorflow::Input checkpoint_prefixes, :: tensorflow::Input destination_prefix)
MergeV2Checkpoints (const :: tensorflow::Scope & scope, :: tensorflow::Input checkpoint_prefixes, :: tensorflow::Input destination_prefix, const MergeV2Checkpoints::Attrs & attrs)

パブリック属性

operation

公共機能

operator::tensorflow::Operation () const

パブリック静的関数

DeleteOldDirs (bool x)

構造体

tensorflow:: ops:: MergeV2Checkpoints:: Attrs

MergeV2Checkpointsのオプションの属性セッター。

パブリック属性

手術

Operation operation

公共機能

MergeV2チェックポイント

 MergeV2Checkpoints(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input checkpoint_prefixes,
  ::tensorflow::Input destination_prefix
)

MergeV2チェックポイント

 MergeV2Checkpoints(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input checkpoint_prefixes,
  ::tensorflow::Input destination_prefix,
  const MergeV2Checkpoints::Attrs & attrs
)

演算子::tensorflow::オペレーション

 operator::tensorflow::Operation() const 

パブリック静的関数

OldDirs の削除

Attrs DeleteOldDirs(
  bool x
)