V8 是一个由 Google 开源的高性能 JavaScript 和 WebAssembly 引擎,其源代码使用 C++ 编写。V8 被用于 Google 的开源浏览器 Chrome 中,同时也被用于 Node.js,以及其他一些软件中。V8 实现了 ECMAScript 和 WebAssembly 标准,可以运行在 Windows 7 及以上,macOS 10.12+,以及 x64、IA-32、
方舟ArkTS运行时(ARK TypeScript Runtime)是OpenHarmony上ArkTS应用使用的运行时。包含ArkTS/JS对象的分配器以及垃圾回收器(GC)、符合ECMAScript规范的标准库、用于运行ARK前端组件生成的方舟字节码(ARK Bytecode简称abc)的解释器、用于加速的内联缓存、静态类型编译器、运行时的C++/C函数接口(NAPI)等模块。
MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios.
MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios.
开源第三方库transformers(链接https://github.com/huggingface/transformers)的适配仓