Androidonnxfork's picture
Upload folder using huggingface_hub
8b7c501
raw
history blame
No virus
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 */