tensorflow :: ops :: ParseTensor
#include <parsing_ops.h>
シリアル化されたtensorflow.TensorProtoprotoをTensorに変換します。
概要
引数:
- スコープ:スコープオブジェクト
- serialized:シリアル化されたTensorProtoプロトを含むスカラー文字列。
- out_type:シリアル化されたテンソルのタイプ。提供される型は、シリアル化されたテンソルの型と一致する必要があり、暗黙的な変換は行われません。
戻り値:
コンストラクタとデストラクタ | |
---|---|
ParseTensor (const :: tensorflow::Scope & scope, :: tensorflow::Input serialized, DataType out_type) |
パブリック属性 | |
---|---|
operation | |
output |
公の行事 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
操作
Operation operation
出力
::tensorflow::Output output
公の行事
ParseTensor
ParseTensor( const ::tensorflow::Scope & scope, ::tensorflow::Input serialized, DataType out_type )
ノード
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const