forked from jiuyuan/InfiniTensor
Co-authored-by: wanghailu <wanghailu0717@163.com>
This commit is contained in:
parent
3ead20a23a
commit
67974aee8a
|
@ -1,6 +1,6 @@
|
||||||
#include "operators/reduce_mean.h"
|
|
||||||
#include "bang/bang_kernel_without_config.h"
|
#include "bang/bang_kernel_without_config.h"
|
||||||
#include "bang/bang_runtime.h"
|
#include "bang/bang_runtime.h"
|
||||||
|
#include "operators/reduce.h"
|
||||||
|
|
||||||
namespace infini {
|
namespace infini {
|
||||||
class ReduceMeanCnnl : public BangKernelWithoutConfig {
|
class ReduceMeanCnnl : public BangKernelWithoutConfig {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#include "operators/reduce_mean.h"
|
|
||||||
#include "kunlun/kunlun_kernel_without_config.h"
|
#include "kunlun/kunlun_kernel_without_config.h"
|
||||||
#include "kunlun/kunlun_runtime.h"
|
#include "kunlun/kunlun_runtime.h"
|
||||||
|
#include "operators/reduce.h"
|
||||||
|
|
||||||
namespace infini {
|
namespace infini {
|
||||||
class ReduceMeanXdnn : public KUNLUNKernelWithoutConfig {
|
class ReduceMeanXdnn : public KUNLUNKernelWithoutConfig {
|
||||||
|
|
Loading…
Reference in New Issue