Getting Started
Python API
sigmoid()
Triton MLIR Dialects
Programming Guide
Computes the element-wise sigmoid of x.
x
x (Block) – the input values
This function can also be called as a member function on tensor, as x.sigmoid(...) instead of sigmoid(x, ...).
tensor
x.sigmoid(...)
sigmoid(x, ...)