提交 17ff9834 authored 作者: eckdoug@localhost's avatar eckdoug@localhost

merge

import cPickle, logging, sys
_logger=logging.getLogger("theano.gof.callcache")
_logger.setLevel(logging.DEBUG)
def warning(*args):
sys.stderr.write('WARNING:'+ ' '.join(str(a) for a in args)+'\n')
......
......@@ -74,6 +74,7 @@ class GemmRelated(Op):
declare_NS = """
int unit = 0;
printf("Hello World\\n");
int type_num = %(_x)s->descr->type_num;
int type_size = %(_x)s->descr->elsize; // in bytes
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论