函数 hasNDArrayInCache

  • 检查 NDarray 是否在缓存中的函数

    参数

    • ndarrayCacheUrl: string

      链接到 NDArray 的缓存 URL

    • cacheScope: string = "tvmjs"

      缓存的作用域标识符

    • cacheType: string = "cache"

      缓存的类型: "cache" 或 "indexedDB"

    返回值 Promise<boolean>

    缓存是否包含 NDArray 的结果

Generated using TypeDoc