Sign in
android
/
platform
/
external
/
pytorch
/
refs/heads/sdk-release
/
.
/
c10
/
util
/
Float8_e5m2.cpp
blob: d667ef495977120a588a75f970f2b8b750b471a3 [
file
] [
log
] [
blame
] [
edit
]
#include
<c10/util/Float8_e5m2.h>
namespace
c10
{
static_assert
(
std
::
is_standard_layout_v
<
Float8_e5m2
>,
"c10::Float8_e5m2 must be standard layout."
);
}
// namespace c10