dòng chảy căng:: ôi:: ArgMin
#include <math_ops.h>
Trả về chỉ mục có giá trị nhỏ nhất theo các kích thước của tensor.
Bản tóm tắt
Lưu ý rằng trong trường hợp ràng buộc, danh tính của giá trị trả về không được đảm bảo.
Cách sử dụng:
import tensorflow as tf a = [1, 10, 26.9, 2.8, 166.32, 62.3] b = tf.math.argmin(input = a) c = tf.keras.backend.eval(b) # c = 0 # here a[0] = 1 which is the smallest element of a across axis 0
Lập luận:
- phạm vi: Một đối tượng Phạm vi
- thứ nguyên: int32 hoặc int64, phải nằm trong phạm vi
[-rank(input), rank(input))
. Mô tả kích thước nào của Tensor đầu vào cần giảm. Đối với vectơ, sử dụng thứ nguyên = 0.
Trả về:
-
Output
: Tenxor đầu ra.
Hàm tạo và hàm hủy | |
---|---|
ArgMin (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input dimension) | |
ArgMin (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input dimension, const ArgMin::Attrs & attrs) |
Thuộc tính công khai | |
---|---|
operation | |
output |
Chức năng công cộng | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Các hàm tĩnh công khai | |
---|---|
OutputType (DataType x) |
Cấu trúc | |
---|---|
tenorflow:: ops:: ArgMin:: Attrs | Trình thiết lập thuộc tính tùy chọn cho ArgMin . |
Thuộc tính công khai
hoạt động
Operation operation
đầu ra
::tensorflow::Output output
Chức năng công cộng
ArgMin
ArgMin( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input dimension )
ArgMin
ArgMin( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input dimension, const ArgMin::Attrs & attrs )
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
Các hàm tĩnh công khai
Loại đầu ra
Attrs OutputType( DataType x )