提交 2fe07c00 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

R operator for ARange

上级 1359eee8
......@@ -4561,6 +4561,8 @@ class ARange(Op):
gz, = grads
return [None] * len(inputs)
def R_op(self, inputs, eval_points):
return [None]
_arange = {}
def arange(start, stop=None, step=1, dtype=None):
# If only one argument is provided, it is in fact the "stop" argument,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论