blob: 22d95b8669837120e30e7bd92f322207ef2c0166 [file] [log] [blame]
#pragma once
#include <c10/core/InferenceMode.h>
#include <torch/csrc/Export.h>
namespace torch::autograd {
using InferenceMode = c10::InferenceMode;
}