Sign in
android
/
platform
/
external
/
pytorch
/
3c7044728b
/
.
/
torch
/
csrc
/
autograd
/
function_hook.cpp
blob: b1746ef140c91cbcced7d018cc5e4df1404d9b67 [
file
] [
log
] [
blame
]
#include
<torch/csrc/autograd/function_hook.h>
namespace
torch
{
namespace
autograd
{
FunctionPreHook
::~
FunctionPreHook
()
=
default
;
FunctionPostHook
::~
FunctionPostHook
()
=
default
;
}
// namespace autograd
}
// namespace torch