#pragma once #include #include namespace torch::jit { TORCH_API const std::vector& getAllBuiltinFunctionsFor(Symbol name); } // namespace torch::jit