api-typings icon indicating copy to clipboard operation
api-typings copied to clipboard

TS类型定义错误

Open weiyuc opened this issue 11 months ago • 0 comments

Tensors类型定义如下: Image 官网中的示例在编辑器中报错

Image 定义需改为
interface Tensors {
    [key: string]: Tensor
}

weiyuc avatar Feb 11 '25 06:02 weiyuc