cinn
Build from source code
Install CINN using docker
Tutorials
C++ DSL API tutorial: Matrix Multiplication
Load and Execute Paddle Model in C++
CinnBuilder Primitive Semantics
C++ Symbols
cinn
»
C++ Symbols
»
Template Function cinn::lang::Relu6
View page source
Template Function cinn::lang::Relu6
Defined in
File builtin.h
Function Documentation
template<typename
T
>
Expr
cinn::lang
::
Relu6
(
Expr
e
,
T
threshold
= static_cast<
T
>(0)
)