starry / backend /libs /three /extras /DataUtils.d.ts
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
export namespace DataUtils {
function toHalfFloat(val: number): number;
function fromHalfFloat(val: number): number;
}