@tensorflow/tfjs-backend-cpu
Vanilla JavaScript backend for TensorFlow.js
Last updated 6 years ago by tafsiri .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @tensorflow/tfjs-backend-cpu 
SYNC missed versions from official npm registry.

Usage

This package implements a JavaScript based CPU backend to TensorFlow.js.

Importing the backend

Note: this backend is included by default in @tensorflow/tfjs.

Via NPM

// Import @tensorflow/tfjs-core
import * as tf from '@tensorflow/tfjs-core';
// Adds the CPU backend to the global backend registry.
import '@tensorflow/tfjs-backend-cpu';

Via a script tag

<!-- Import @tensorflow/tfjs-core -->
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-core"></script>

<!-- Adds the CPU backend to the global backend registry -->
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-cpu"></script>

You can also get ES2017 code using the following links

<!-- Import @tensorflow/tfjs-core -->
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-core@2.0.0-rc.4/dist/tf-core.es2017.js"></script>

<!-- Adds the CPU backend to the global backend registry -->
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-cpu@2.0.0-rc.4/dist/tf-backend-cpu.es2017.js"></script>

Current Tags

  • 4.10.0                                ...           latest (3 years ago)
  • 3.0.0-rc.1                                ...           next (5 years ago)

53 Versions

  • 4.10.0                                ...           3 years ago
  • 4.9.0                                ...           3 years ago
  • 4.8.0                                ...           3 years ago
  • 4.7.0                                ...           3 years ago
  • 4.6.0                                ...           3 years ago
  • 4.5.0                                ...           3 years ago
  • 4.4.0                                ...           3 years ago
  • 4.3.0 [deprecated]           ...           3 years ago
  • 4.2.0                                ...           3 years ago
  • 4.1.0                                ...           3 years ago
  • 4.0.0                                ...           3 years ago
  • 3.21.0                                ...           4 years ago
  • 3.20.0                                ...           4 years ago
  • 3.19.0                                ...           4 years ago
  • 3.18.0                                ...           4 years ago
  • 3.17.0                                ...           4 years ago
  • 3.16.0                                ...           4 years ago
  • 3.15.0                                ...           4 years ago
  • 3.14.0                                ...           4 years ago
  • 3.13.0                                ...           4 years ago
  • 3.12.0                                ...           4 years ago
  • 3.11.0                                ...           4 years ago
  • 3.10.0                                ...           4 years ago
  • 3.9.0                                ...           5 years ago
  • 3.8.0                                ...           5 years ago
  • 3.7.0                                ...           5 years ago
  • 3.6.0                                ...           5 years ago
  • 3.5.0                                ...           5 years ago
  • 3.4.0                                ...           5 years ago
  • 3.3.0                                ...           5 years ago
  • 3.2.0                                ...           5 years ago
  • 2.8.6                                ...           5 years ago
  • 3.1.0                                ...           5 years ago
  • 3.0.0                                ...           5 years ago
  • 2.8.5                                ...           5 years ago
  • 3.0.0-rc.1                                ...           5 years ago
  • 2.8.4                                ...           5 years ago
  • 2.8.3                                ...           5 years ago
  • 3.0.0-rc.0                                ...           5 years ago
  • 2.8.2                                ...           5 years ago
  • 2.8.1 [deprecated]           ...           5 years ago
  • 2.8.0 [deprecated]           ...           5 years ago
  • 2.7.0                                ...           5 years ago
  • 2.6.0                                ...           6 years ago
  • 2.5.0                                ...           6 years ago
  • 2.4.0                                ...           6 years ago
  • 2.3.0                                ...           6 years ago
  • 2.2.0 [deprecated]           ...           6 years ago
  • 2.1.0                                ...           6 years ago
  • 2.0.1                                ...           6 years ago
  • 2.0.0                                ...           6 years ago
  • 2.0.0-rc.4                                ...           6 years ago
  • 2.0.0-rc.3                                ...           6 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 3
Last Month 3
Dependencies (2)

Copyright 2013 - present © cnpmjs.org | Home |