已合并
fix: biasAddGrad infershape add include <algorithm> #2620
fix: biasAddGrad infershape add include <algorithm> #2620
已合并
Sunee创建于 5月7日
1 个文件变更+1-0
@@ -12,6 +12,7 @@
12 * \file bias_add_grad_infershape.cpp12 * \file bias_add_grad_infershape.cpp
13 * \brief13 * \brief
14 */14 */
15+#include <algorithm>
15#include "log/log.h"16#include "log/log.h"
16#include "register/op_impl_registry.h"17#include "register/op_impl_registry.h"
17 18