3 #include <torch/csrc/WindowsTorchApiMacro.h> 4 #include <torch/csrc/jit/fuser/arg_spec.h> 5 #include <torch/csrc/jit/fuser/partition_desc.h> 6 #include <torch/csrc/jit/fuser/tensor_desc.h> 7 #include <torch/csrc/jit/ir.h> 20 TORCH_API std::string generateKernel(
21 const std::string& name,
23 const std::vector<std::pair<const Value*, const TensorDesc>>& inputs,
24 const std::vector<std::pair<const Value*, const TensorDesc>>& outputs,