提交 2ea1773c authored 作者: Ian Goodfellow's avatar Ian Goodfellow

change name

上级 a14f9164
......@@ -4529,7 +4529,7 @@ void fprint_CudaNdarray(FILE * fd, const CudaNdarray *self)
}
int CudaNdarray_ensure_contiguous(CudaNdarray ** arr, int nd,
int CudaNdarray_prep_output(CudaNdarray ** arr, int nd,
const int * dims)
{
bool allocated = false;
......
......@@ -472,7 +472,7 @@ static void fprint_CudaNdarray(FILE * fd, const CudaNdarray *self);
// *arr may initially be NULL, a pointer to an ndarray of the wrong size,
// or a pointer to an ndarray of the right size. In the last case it will
// not change.
int CudaNdarray_ensure_contiguous(CudaNdarray ** arr, int nd,
int CudaNdarray_prep_output(CudaNdarray ** arr, int nd,
const int * dims);
#endif
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论