Llama-3.1-8B-DALv0.1
/
venv
/lib
/python3.12
/site-packages
/torchgen
/packaged
/ATen
/templates
/DispatchKeyNativeFunctions.h
// an external backend might generate file within its code tree | |
// and check all the source files within the tree with clang-format. | |
// so, disable it since the backend might have a different config. | |
// clang-format off | |
// ${generated_comment} | |
${namespace_prologue} | |
struct ${class_name} { | |
${dispatch_declarations} | |
}; | |
${namespace_epilogue} | |