-
Notifications
You must be signed in to change notification settings - Fork 1
Operator
A Bhat edited this page May 16, 2020
·
4 revisions
- 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
- What are the operators?
- Which operators are supported by various ML frameworks?