You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

midout_error.cpp 310 B

12345
  1. #if defined(MIDOUT_GENERATED) || defined(MIDOUT_PROFILING)
  2. #error "midout should not be enabled on x86, because current x86 implemention requires all possible inputs to be passed in midout, which is essentially impossible in production as the input spatial size is unfixed."
  3. #endif
  4. // vim: syntax=cpp.doxygen