提交 98df49b5 authored 作者: Frederic's avatar Frederic

remove comments.

上级 bd00e506
......@@ -338,10 +338,6 @@ DllExport int CudaNdarray_reduce_min(CudaNdarray * self, CudaNdarray * A);
DllExport int CudaNdarray_reduce_max(CudaNdarray * self, CudaNdarray * A);
DllExport int CudaNdarray_dimshuffle(CudaNdarray * self, unsigned int len, const int * pattern);
//PyObject* PyArray_TakeFrom(PyArrayObject* self, PyObject* indices, int axis, PyArrayObject* ret, NPY_CLIPMODE clipmode)
//PyObject*
//CudaNdarray_TakeFrom(CudaNdarray* self, PyObject* indices, int axis,
// PyArrayObject* ret, NPY_CLIPMODE clipmode);
PyObject*
CudaNdarray_TakeFrom(CudaNdarray * self, PyObject *args);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论