1 // ${generated_comment} 2 #define TORCH_ASSERT_ONLY_METHOD_OPERATORS 3 #include <torch/library.h> 4 5 namespace at { TORCH_LIBRARY_FRAGMENT(aten,m)6TORCH_LIBRARY_FRAGMENT(aten, m) { 7 ${aten_schema_registrations}; 8 } 9 $schema_registrations 10 } // namespace at 11