1#pragma once
2
3#include <torch/library.h>
4
5namespace torch {
6namespace autograd {
7
8TORCH_API torch::CppFunction autogradNotImplementedFallback();
9
10TORCH_API torch::CppFunction autogradNotImplementedInplaceOrViewFallback();
11
12} // namespace autograd
13} // namespace torch
14