Sign in
android
/
platform
/
external
/
pytorch
/
edcd968b51
/
.
/
c10
/
util
/
Float8_e5m2.cpp
blob: 3a9fc99981f27ffe424b3e126e00c709380f74a4 [
file
] [
log
] [
blame
]
#include
<c10/util/Float8_e5m2.h>
namespace
c10
{
static_assert
(
std
::
is_standard_layout
<
Float8_e5m2
>::
value
,
"c10::Float8_e5m2 must be standard layout."
);
}
// namespace c10