Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Androidonnxfork
/
test
like
4
Model card
Files
Files and versions
Community
6
f704400
test
/
build
/
FP16-source
/
include
/
fp16.h
Androidonnxfork
Upload folder using huggingface_hub
8b7c501
over 1 year ago
raw
Copy download link
history
blame
141 Bytes
#
pragma
once
#
ifndef
FP16_H
#
define
FP16_H
#
include
<fp16/fp16.h>
#
if
defined(PSIMD_H)
#
include
<fp16/psimd.h>
#
endif
#
endif
/* FP16_H */