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::frontend::CheckOutput
View page source
Template Function cinn::frontend::CheckOutput
Defined in
File test_helper.h
Function Documentation
template<typename
T
>
void
cinn::frontend
::
CheckOutput
(
const
std::vector<
T
> &
actual
,
const
std::vector<
T
> &
expect
, float
atol
= 1e-8, float
rtol
= 1e-5
)