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

#include <data_flow_ops.h>

ハンドルで指定されたテンソルの値を取得します。

まとめ

引数:

  • スコープ:スコープオブジェクト
  • handle: セッション状態に保存されたテンソルのハンドル。
  • dtype: 出力値のタイプ。

戻り値:

  • Output : 指定されたハンドルのテンソル。

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

GetSessionTensor (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, DataType dtype)

パブリック属性

operation
value

公共機能

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

パブリック属性

手術

Operation operation

価値

::tensorflow::Output value

公共機能

GetSessionTensor

 GetSessionTensor(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  DataType dtype
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const