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