Llama-3.1-8B-DALv0.1
/
venv
/lib
/python3.12
/site-packages
/torchgen
/packaged
/ATen
/templates
/UfuncCPU.cpp
namespace at { | |
// NB: this is explicitly copied here (via codegen) rather than | |
// included via NativeFunctions.h to avoid recompiling this file when | |
// NativeFunctions.h changes | |
namespace meta { | |
${meta_declaration} | |
} | |
namespace native { | |
${native_declaration} | |
${native_definitions} | |
}} // namespace at::native | |