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

#include <parsing_ops.h>

シリアル化された tensorflow.TensorProto プロトをTensorに変換します。

まとめ

引数:

  • スコープ:スコープオブジェクト
  • シリアル化: シリアル化された 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 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const