Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
UMMJ
/
JSX_TTS
like
0
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
JSX_TTS
/
torch
/
include
/
ATen
/
cuda
/
CUDATensorMethods.cuh
UMMJ
Upload 5875 files
9dd3461
over 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
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