เทนเซอร์โฟลว์:: ปฏิบัติการ:: สลับสับเปลี่ยน
#include <array_ops.h>
คำนวณการเรียงสับเปลี่ยนผกผันของเทนเซอร์
สรุป
การดำเนินการนี้จะคำนวณค่าผกผันของการเรียงสับเปลี่ยนดัชนี ใช้เทนเซอร์จำนวนเต็ม 1 มิติ x
ซึ่งแสดงถึงดัชนีของอาร์เรย์แบบศูนย์ และสลับแต่ละค่าด้วยตำแหน่งดัชนี กล่าวอีกนัยหนึ่ง สำหรับเอาท์พุตเทนเซอร์ y
และเทนเซอร์อินพุต x
การดำเนินการนี้จะคำนวณสิ่งต่อไปนี้:
y[x[i]] = i for i in [0, 1, ..., len(x) - 1]
ค่าจะต้องมี 0 โดยต้องไม่มีค่าที่ซ้ำกันหรือค่าลบ
ตัวอย่างเช่น:
# tensor `x` is [3, 4, 0, 2, 1] invert_permutation(x) ==> [2, 4, 3, 0, 1]
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
- x: 1-D
ผลตอบแทน:
-
Output
: 1-D
ตัวสร้างและผู้ทำลาย | |
---|---|
InvertPermutation (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
คุณลักษณะสาธารณะ | |
---|---|
operation | |
y |
งานสาธารณะ | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
คุณลักษณะสาธารณะ
การดำเนินการ
Operation operation
ย
::tensorflow::Output y
งานสาธารณะ
สลับสับเปลี่ยน
InvertPermutation( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
โหนด
::tensorflow::Node * node() const
ตัวดำเนินการ::tensorflow::อินพุต
operator::tensorflow::Input() const
ตัวดำเนินการ::tensorflow::เอาต์พุต
operator::tensorflow::Output() const