api-typings
api-typings copied to clipboard
TS类型定义错误
Tensors类型定义如下:
官网中的示例在编辑器中报错
interface Tensors {
[key: string]: Tensor
}