#pragma once #include namespace torch { namespace autograd { TORCH_API torch::CppFunction autogradNotImplementedFallback(); TORCH_API torch::CppFunction autogradNotImplementedInplaceOrViewFallback(); } // namespace autograd } // namespace torch