เทนเซอร์โฟลว์:: ปฏิบัติการ:: คลิป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: Tensor 0-D (สเกลาร์) หรือ Tensor ที่มีรูปร่างเหมือนกับ t ค่าต่ำสุดที่จะตัดตาม
  • clip_value_max: Tensor 0-D (สเกลาร์) หรือ Tensor ที่มีรูปร่างเหมือนกับ t ค่าสูงสุดที่จะตัดตาม

ผลตอบแทน:

  • Output : 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