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