desperado

Results 2 issues of desperado

Tensors类型定义如下: 官网中的示例在编辑器中报错 定义需改为 ```javascript interface Tensors { [key: string]: Tensor } ```