Skip to content

Commit

Permalink
doc: remove mention of functors in basic concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogusevschi, Silviu committed Jan 26, 2021
1 parent 6703bc2 commit bc1931b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/programming_model/basic_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ much more details.
### Primitives

oneDNN is built around the notion of a *primitive* (@ref dnnl::primitive). A
*primitive* is a functor object that encapsulates a particular computation such
as forward convolution, backward LSTM computations, or a data transformation
*primitive* is an object that encapsulates a particular computation such as
forward convolution, backward LSTM computations, or a data transformation
operation. Additionally, using primitive *attributes* (@ref
dnnl::primitive_attr) certain primitives can represent more complex *fused*
computations such as a forward convolution followed by a ReLU.
Expand Down

0 comments on commit bc1931b

Please sign in to comment.