Skip to content

TensorFlow

Ashok Bhat edited this page Oct 22, 2020 · 14 revisions

About

Block diagram

Versions

Backends

Backend Data type
CUDA FP32, FP16
oneDNN FP32, INT8
Eigen FP32 only
TensorRT FP32, ?
TPU FP32, BF16, ?

TensorFlow Lite

  • An open-source deep learning framework, for on-device inference
  • For Mobile & IoT
  • See TensorFlow Lite

TensorFlow.js

  • Library for machine learning in JavaScript
  • For use in the browser or in Node.js.
  • See TensorFlow.js

TensorFlow Runtime (TFRT)

  • New TensorFlow runtime.
  • See TFRT

TensorFlow Serving

See also

Resources

Clone this wiki locally