Template Function cinn::frontend::RunAndCheck
Defined in File test_helper.h
Function Documentation
-
template<typename
T
>
voidcinn::frontend
::
RunAndCheck
(NetBuilder &builder, const std::vector<std::string> &input_names, const std::vector<std::string> &output_names, const std::vector<std::vector<int>> &output_shapes, CPUKernelFunc cpu_kernel_func, T low = 0, T high = 1, float atol = 1e-8, float rtol = 1e-5)