xref: /aosp_15_r20/external/pytorch/test/edge/templates/RegisterSchema.cpp (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1 // ${generated_comment}
2 #define TORCH_ASSERT_ONLY_METHOD_OPERATORS
3 #include <torch/library.h>
4 
5 namespace at {
TORCH_LIBRARY_FRAGMENT(aten,m)6 TORCH_LIBRARY_FRAGMENT(aten, m) {
7     ${aten_schema_registrations};
8 }
9 $schema_registrations
10 } // namespace at
11