已关闭
[Bug-Report|缺陷反馈]: 有对应算子的插件不应该放到公共目录 #4279
liubo75创建于 7月23日关闭于 21 天前
7月24日 将 yolic 设为负责人
7月24日 将 east_yang 设为负责人
yuning_chen
7月24日 评论:
7月24日 评论:
您好,感谢反馈,问题已收到,正在处理。


7月24日 将 liujie12345678 设为负责人
7月24日 将 fullt 设为负责人
7月24日 将 chenxingyu18 设为负责人
21 天前 关闭了 issue
21 天前 添加了label:resolved
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
adaptive_average_pool2d_onnx_plugin.cpp
adaptive_max_pool2d_onnx_plugin.cpp
ascend_anti_quant_onnx_plugin.cpp
ascend_dequant_onnx_plugin.cpp
ascend_quant_onnx_plugin.cpp
batch_matmul_onnx_plugin.cpp
batch_normalization_onnx_plugin.cpp
celu_onnx_plugin.cpp
instancenormalization_onnx_plugin.cpp
int8_quantize_onnx_plugin.cpp
logsoftmax_onnx_plugin.cpp
matmul_onnx_plugin.cpp
unique_onnx_plugin.cpp
这几个插件都有对应的算子目录,不要放到公共地方,而应该放到对应算子目录下:
pooling/adaptive_avg_pool2d
pooling/adaptive_max_pool2d
quant/ascend_anti_quant
quant/ascend_dequant
quant/ascend_quant
matmul/batch_mat_mul_v3
norm/batch_norm
experimental/activation/celu_v2
norm/instance_norm_v3
quant/ascend_quant
experimental/activation/log_softmax_v2
experimental/matmul/mat_mul_v3
index/unique_with_counts_and_sorting
原则上,有对应算子的插件就应该对应算子的目录下。
Environment / 环境信息 (Mandatory / 必填)
不涉及
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
不涉及
Describe the expected behavior / 预期结果 (Mandatory / 必填)
不涉及
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
不涉及
Special notes for this issue/备注 (Optional / 选填)
排查本仓所有插件,有对应算子的插件就应该对应算子的目录下,不要放到公共目录下。