forked from PaddlePaddle/Paddle
-
Couldn't load subscription status.
- Fork 0
mxnet operator
Qiao Longfei edited this page Jul 12, 2017
·
2 revisions
https://github.com/dmlc/mxnet/blob/master/src/c_api/c_api_ndarray.cc#L366
真正执行Op的上下文。
将kernel attach到graph上以便可以运行。实现在这里
https://github.com/dmlc/mxnet/blob/master/src/executor/attach_op_execs_pass.cc#L163