Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
UMMJ
/
JSX_TTS
like
0
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
main
JSX_TTS
/
torch
/
include
/
ATen
/
cuda
/
CUDATensorMethods.cuh
UMMJ
Upload 5875 files
9dd3461
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
270 Bytes
#
pragma
once
#
include
<ATen/Tensor.h>
#
include
<c10/util/Half.h>
#
include
<cuda.h>
#
include
<cuda_runtime.h>
#
include
<cuda_fp16.h>
namespace
at {
template
<>
inline
__half*
Tensor::data
()
const
{
return
reinterpret_cast
<__half*>(
data
<Half>());
}
}
// namespace at