2.0.8 • Published 8 months ago

@cloudflare/constellation v2.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Constellation JS API

Example

import { Tensor, run } from '@cloudflare/constellation';


const input = [
    // Tensor(type: string, shape: Array<integer>, value: Array<number|bool|string>)
    new Tensor("int32", [2], [1, 2]),
    new Tensor("float64", [3, 2], [0.1, 0.2, 0.3, 0.4, 0.5, 0.6]),
    new Tensor("string", [1, 2], []),
]
const output = await run(env.MODEL, "model UUID", input)
2.0.3

10 months ago

2.0.2

10 months ago

2.0.4

9 months ago

2.0.7

8 months ago

2.0.6

8 months ago

2.0.8

8 months ago

0.0.10

11 months ago

0.0.11

11 months ago

0.0.12

11 months ago

0.0.7

1 year ago

0.0.6

1 year ago