#pragma once // ${generated_comment} #ifdef TORCH_ASSERT_ONLY_METHOD_OPERATORS #error This change adds a dependency on all pytorch operators, meaning the \ file will need to be re-compiled every time an operator is changed or added. \ Consider using the at::_ops::{name}::redispatch() interface by including \ the specific operator from #endif #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { namespace redispatch { ${function_redispatch_definitions} } // namespace redispatch }