Skip to content

Operator

A Bhat edited this page May 16, 2020 · 4 revisions

Description

  • The building blocks of machine learning and deep learning models
  • An operator (or Op for short) takes zero or more Tensors, performs some computation, and produces zero or more Tensors

FAQ

  • What are the operators?
  • Which operators are supported by various ML frameworks?

See also

Clone this wiki locally