Sign in
android
/
platform
/
external
/
pytorch
/
fe74bbd6f0
/
.
/
c10
/
util
/
Float8_e4m3fn.cpp
blob: 9cb648b2b403e2d8fd3fcb45e1d76030692e73a2 [
file
] [
log
] [
blame
]
#include
<c10/util/Float8_e4m3fn.h>
#include
<type_traits>
namespace
c10
{
static_assert
(
std
::
is_standard_layout_v
<
Float8_e4m3fn
>,
"c10::Float8_e4m3fn must be standard layout."
);
}
// namespace c10