Sign in
android
/
platform
/
external
/
pytorch
/
1f61c39ac4
/
.
/
c10
/
core
/
SymIntNodeImpl.cpp
blob: 483110a90fa6457a2bfd89009c2b7a59c17eac31 [
file
] [
log
] [
blame
]
#include
<c10/core/SymInt.h>
#include
<c10/core/SymIntNodeImpl.h>
namespace
c10
{
c10
::
SymInt
SymIntNodeImpl
::
toSymInt
()
{
auto
sit_sp
=
SymIntNode
::
reclaim_copy
(
this
);
return
SymInt
::
toSymInt
(
sit_sp
);
}
}
// namespace c10