tensorflow :: ops :: ConjugateTranspose
#include <array_ops.h>
順列に従ってxの次元をシャッフルし、結果を活用します。
概要
出力y
ランクはx
と同じです。形状x
とy
満足y.shape[i] == x.shape[perm[i]] for i in [0, 1, ..., rank(x) - 1]
y[i,j,k,...,s,t,u] == conj(x[perm[i], perm[j], perm[k],...,perm[s], perm[t], perm[u]])
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
:yテンソル。
コンストラクタとデストラクタ | |
---|---|
ConjugateTranspose (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input perm) |
パブリック属性 | |
---|---|
operation | |
y |
公の行事 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
操作
Operation operation
y
::tensorflow::Output y
公の行事
ConjugateTranspose
ConjugateTranspose( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input perm )
ノード
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const