2.0.8 • Published 2 years ago

@cloudflare/constellation v2.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.8

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago