summaryrefslogtreecommitdiff
path: root/torch/script.h
blob: 8c8cc5f563f6a1ac1318d18671e20f23cd7beed8 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <torch/csrc/api/include/torch/types.h>
#include <torch/csrc/autograd/generated/variable_factories.h>
#include <torch/csrc/jit/custom_operator.h>
#include <torch/csrc/jit/import.h>

#include <ATen/ATen.h>