Files
pytorch/torch/csrc/jit/frontend/builtin_functions.h

10 lines
215 B
C++

#pragma once
#include <torch/csrc/Export.h>
#include <torch/csrc/jit/api/module.h>
namespace torch::jit {
TORCH_API const std::vector<Function*>& getAllBuiltinFunctionsFor(Symbol name);
} // namespace torch::jit