เทนเซอร์โฟลว์:: ปฏิบัติการ:: คลิปByValue
#include <math_ops.h>ตัดค่าเทนเซอร์ให้เป็นค่าต่ำสุดและสูงสุดที่ระบุ
สรุป
เมื่อพิจารณาเทนเซอร์ t การดำเนินการนี้จะส่งคืนเทนเซอร์ประเภทและรูปร่างเดียวกันกับ t โดยตัดค่าไปที่ clip_value_min และ clip_value_max ค่า ใดๆ ที่น้อยกว่า clip_value_min จะถูกตั้งค่าเป็น clip_value_min ค่า ใดๆ ที่มากกว่า clip_value_max จะถูกตั้งค่าเป็น clip_value_max
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
- เสื้อ:
Tensor - clip_value_min:
Tensor0-D (สเกลาร์) หรือTensorที่มีรูปร่างเหมือนกับtค่าต่ำสุดที่จะตัดตาม - clip_value_max:
Tensor0-D (สเกลาร์) หรือTensorที่มีรูปร่างเหมือนกับtค่าสูงสุดที่จะตัดตาม
ผลตอบแทน:
ตัวสร้างและผู้ทำลาย | |
|---|---|
ClipByValue (const :: tensorflow::Scope & scope, :: tensorflow::Input t, :: tensorflow::Input clip_value_min, :: tensorflow::Input clip_value_max) |
คุณลักษณะสาธารณะ | |
|---|---|
operation | |
output | |
งานสาธารณะ | |
|---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const | |
คุณลักษณะสาธารณะ
การดำเนินการ
Operation operation
เอาท์พุท
::tensorflow::Output output
งานสาธารณะ
คลิปByValue
ClipByValue( const ::tensorflow::Scope & scope, ::tensorflow::Input t, ::tensorflow::Input clip_value_min, ::tensorflow::Input clip_value_max )
โหนด
::tensorflow::Node * node() const
ตัวดำเนินการ::tensorflow::อินพุต
operator::tensorflow::Input() const
ตัวดำเนินการ::tensorflow::เอาต์พุต
operator::tensorflow::Output() const