提交 6510f9e8 authored 作者: abalkin's avatar abalkin

Corrected a typo.

上级 4af83ba3
...@@ -6554,7 +6554,7 @@ class AdvancedSubtensor1(Op): ...@@ -6554,7 +6554,7 @@ class AdvancedSubtensor1(Op):
if self.__class__ is not AdvancedSubtensor1: if self.__class__ is not AdvancedSubtensor1:
raise MethodNotDefined( raise MethodNotDefined(
"c_code defined for AdvancedSubtensor1," "c_code defined for AdvancedSubtensor1,"
" not for chieldren class", type(self)) " not for child class", type(self))
a_name, i_name = input_names[0], input_names[1] a_name, i_name = input_names[0], input_names[1]
output_name = output_names[0] output_name = output_names[0]
fail = sub['fail'] fail = sub['fail']
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论