【PFCC】新增算子报错AttributeError: module 'paddle.fluid.core_avx.ops' has no attribute 'index_fill_tensor' #42730
Labels
PFCC
Paddle Framework Contributor Club,https://github.com/PaddlePaddle/community/tree/master/pfcc
请提出你的问题 Please ask your question
新写一个算子,检查了很久,也不知道错在哪里:
AttributeError: module 'paddle.fluid.core_avx.ops' has no attribute 'index_fill_tensor'
已做过尝试:
重命名
删除build目录重新cmake、make
在生成的文件中并没有找到该算子:
dygraph_forward_functions
eager_op_function
op_function_impl
已提交PR: #42454
The text was updated successfully, but these errors were encountered: