提交 feab70b8 authored 作者: Frederic Bastien's avatar Frederic Bastien

add missing comma.

上级 7fbb1e3b
...@@ -101,7 +101,7 @@ compile.optdb['canonicalize'].register('local_cut_gpu_host_gpu', local_cut_gpu_h ...@@ -101,7 +101,7 @@ compile.optdb['canonicalize'].register('local_cut_gpu_host_gpu', local_cut_gpu_h
#'float64', 'complex128' and 'complex64' are not supported in elemwise on the gpu. #'float64', 'complex128' and 'complex64' are not supported in elemwise on the gpu.
elemwise_cuda_dtype_supported=['float32','uint8','int8','uint16','int16', elemwise_cuda_dtype_supported=['float32','uint8','int8','uint16','int16',
'uint32','int32''uint64','int64'] 'uint32','int32','uint64','int64']
def dtype_in_elemwise_supported(op): def dtype_in_elemwise_supported(op):
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论