テンソルフロー::作戦:: GetSessionHandleV2

#include <data_flow_ops.h>

入力テンソルを現在のセッションの状態に保存します。

まとめ

引数:

  • スコープ:スコープオブジェクト
  • value: 保存されるテンソル。

戻り値:

  • Output : セッション状態に格納されたテンソルのハンドル。ResourceHandle オブジェクトとして表されます。

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

GetSessionHandleV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input value)

パブリック属性

handle
operation

公共機能

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

パブリック属性

ハンドル

::tensorflow::Output handle

手術

Operation operation

公共機能

GetSessionHandleV2

 GetSessionHandleV2(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input value
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const