dòng chảy căng:: ôi:: Ít hơn
#include <math_ops.h>Trả về giá trị thực của (x <= y) theo phần tử.
Bản tóm tắt
 LƯU Ý : LessEqual hỗ trợ phát sóng. Tìm hiểu thêm về phát sóng tại đây
Ví dụ:
x = tf.constant([5, 4, 6]) y = tf.constant([5]) tf.math.less_equal(x, y) ==> [True, True, False]
x = tf.constant([5, 4, 6]) y = tf.constant([5, 6, 6]) tf.math.less_equal(x, y) ==> [True, True, True]
Lập luận:
- phạm vi: Một đối tượng Phạm vi
Trả về:
-  Output: Tenxơ z.
| Hàm tạo và hàm hủy | |
|---|---|
| LessEqual (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) | 
| Thuộc tính công khai | |
|---|---|
| operation | |
| z | |
| 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
z
::tensorflow::Output z
Chức năng công cộng
Ít hơn
LessEqual( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
nút
::tensorflow::Node * node() const
toán tử::tenorflow::Đầu vào
operator::tensorflow::Input() const
toán tử::tenorflow::Đầu ra
operator::tensorflow::Output() const