提交 7c0a3f85 authored 作者: Frederic Bastien's avatar Frederic Bastien

added comment.

上级 c22ba818
"""
This file implement 3 different version of the elemwise op on the gpu. Only NaiveAlgo is used and it is not very naive now.
The elemwise fct are also used with scalar operation! So it can happen that ndim is 0 as with all scalar type.
"""
import StringIO, sys
import numpy
from theano import Op, Type, Apply, Variable, Constant
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论