提交 ca9336ad authored 作者: Benjamin Scellier's avatar Benjamin Scellier

file theano/gpuarray/elemwise.py

上级 d218ee92
from __future__ import absolute_import, print_function, division
import copy
import numpy
import numpy as np
import theano
from theano import Apply, scalar, config, Op
......@@ -27,7 +27,7 @@ from .fp16_help import load_w, write_w
def make_argument(v, name):
return ArrayArg(numpy.dtype(v.type.dtype), name)
return ArrayArg(np.dtype(v.type.dtype), name)
def as_C_string_const(s):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论