Jerry Zhang
|
23f4f78c22
|
Functional C2
Summary:
Supporting calling C2 operators as functions, e.g.
```
from caffe2.python.functional import Functional
Y = Functional.Relu(X)[0]
```
Supporting numpy arrays as input for now.
Reviewed By: bddppq
Differential Revision: D5791821
fbshipit-source-id: 7e936ad52b8b304c5e210248bd6649fd066cd909
|
2017-09-13 15:37:28 -07:00 |
|