Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
k-l-lambda
/
starry
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
starry
/
backend
/
libs
/
three
/
extras
/
DataUtils.d.ts
k-l-lambda
feat: add Python ML services (CPU mode) with model download
2b7aae2
8 days ago
raw
Copy download link
history
blame
contribute
delete
121 Bytes
export
namespace
DataUtils
{
function
toHalfFloat
(
val:
number
):
number
;
function
fromHalfFloat
(
val:
number
):
number
;
}