Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 388 Bytes

File metadata and controls

19 lines (13 loc) · 388 Bytes

中文版

paddlejs-backend-cpu

This package is cpu backend, registered automatically after importing.

Via NPM

// import the registered cpu backend.
import '@paddlejs/paddlejs-backend-cpu';

Via a script tag

<!-- import the registered cpu backend -->
<script src="https://paddlejs.cdn.bcebos.com/paddlejs/paddlejs-backend-cpu"></script>