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
»
Struct FuncArgsSetter
View page source
Struct FuncArgsSetter
Defined in
File packed_func.h
Struct Documentation
struct
cinn::lang::detail
::
FuncArgsSetter
Public Functions
FuncArgsSetter
(
Args
*
args
)
template<typename
T
>
void
operator()
(
size_t
I
,
T
v
)
const