blob: 9033857d672925185badeed016b37e94cf9c913f [file] [log] [blame]
#pragma once
#include <torch/csrc/autograd/generated/variable_factories.h>
#include <torch/csrc/jit/custom_operator.h>
#include <torch/csrc/jit/import.h>
#include <torch/csrc/WindowsTorchApiMacro.h>
#include <ATen/ATen.h>
namespace torch {
using jit::createOperator;
using jit::RegisterOperators;
} // namespace torch