Sign in
android
/
platform
/
external
/
pytorch
/
0ff155fb65
/
.
/
c10
/
util
/
in_place.h
blob: 7c92472170c001f003bc6c58abd536255c018cb4 [
file
] [
log
] [
blame
]
#pragma
once
#include
<cstddef>
namespace
c10
{
using
std
::
in_place
;
using
std
::
in_place_index_t
;
using
std
::
in_place_t
;
using
std
::
in_place_type_t
;
}
// namespace c10