tensorflow :: ops :: 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
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const