blob: bf6f2aa080c1334456d549dde4a27fbf77079e88 [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 <ATen/ATen.h>
namespace torch {
using jit::createOperator;
using jit::RegisterOperators;
} // namespace torch