dòng chảy :: hoạt động :: ConjugateTranspose
#include <array_ops.h>
Xáo trộn các kích thước của x theo một hoán vị và liên hợp kết quả.
Tóm lược
Đầu ra y
có cùng hạng với x
. Hình dạng của x
và y
thỏa mãn: 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]])
Tranh luận:
- phạm vi: Một đối tượng Phạm vi
Lợi nhuận:
-
Output
: tensor y.
Người xây dựng và Người phá hủy | |
---|---|
ConjugateTranspose (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input perm) |
Thuộc tính công khai | |
---|---|
operation | |
y |
Chức năng công cộng | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Thuộc tính công khai
hoạt động
Operation operation
y
::tensorflow::Output y
Chức năng công cộng
ConjugateTranspose
ConjugateTranspose( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input perm )
nút
::tensorflow::Node * node() const
toán tử :: tensorflow :: Đầu vào
operator::tensorflow::Input() const
toán tử :: tensorflow :: Đầu ra
operator::tensorflow::Output() const