接口 OptionsTensorDataType {
    dataType?: "float32" | "uint8";
}

继承层次 (查看完整)

属性

属性

dataType?: "float32" | "uint8"

描述张量的数据类型。

使用 TypeDoc 生成