• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #pragma once
2 
3 #include <torch/csrc/Export.h>
4 #include <torch/csrc/jit/ir/ir.h>
5 
6 namespace torch::jit {
7 
8 TORCH_API const std::string& GetSerializedFuncs();
9 
10 TORCH_API const OperatorMap<std::string>& GetFuncMapping();
11 
12 } // namespace torch::jit
13