テンソルフロー::作戦::ディープコピー

#include <array_ops.h>

xのコピーを作成します。

まとめ

引数:

  • スコープ:スコープオブジェクト
  • x: T型のソース テンソル。

戻り値:

  • Output : y: T型のTensorxのコピー。 y xの別名ではないことが保証されます。

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

DeepCopy (const :: tensorflow::Scope & scope, :: tensorflow::Input x)

パブリック属性

operation
y

公共機能

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

パブリック属性

手術

Operation operation

y

::tensorflow::Output y

公共機能

ディープコピー

 DeepCopy(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const