テンソルフロー::作戦:: V2 を保存

#include <io_ops.h>

テンソルを V2 チェックポイント形式で保存します。

まとめ

デフォルトでは、名前付きテンソルを完全に保存します。呼び出し元が完全なテンソルの特定のスライスを保存したい場合、「shape_and_slices」は空ではない文字列であり、それに応じて整形式である必要があります。

引数:

  • スコープ:スコープオブジェクト
  • prefix: 単一の要素が必要です。テンソルを書き込む V2 チェックポイントのプレフィックス。
  • tensor_names: 形状 {N}。保存するテンソルの名前。
  • shape_and_slices: 形状 {N}。保存するテンソルのスライス仕様。空の文字列は、分割されていないテンソルであることを示します。
  • テンソル: 保存するNテンソル。

戻り値:

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

SaveV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input prefix, :: tensorflow::Input tensor_names, :: tensorflow::Input shape_and_slices, :: tensorflow::InputList tensors)

パブリック属性

operation

公共機能

operator::tensorflow::Operation () const

パブリック属性

手術

Operation operation

公共機能

V2 を保存

 SaveV2(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input prefix,
  ::tensorflow::Input tensor_names,
  ::tensorflow::Input shape_and_slices,
  ::tensorflow::InputList tensors
)

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

 operator::tensorflow::Operation() const