“3d69a82b837e9dbfb907c36cd4a029e10d682db8”上不存在“paddle/fluid/lite/operators/reduce_ops.h”
提交 a5a7bfd3 编写于 作者: K Kavya Srinet

Fixed chunk_eval_op.cc

上级 a9d7567d
......@@ -57,7 +57,7 @@ class ChunkEvalOp : public framework::OperatorWithKernel {
protected:
framework::OpKernelType GetExpectedKernelType(
const framework::ExecutionContext &ctx) const override {
return framework::OpKernelType(framework::proto::DataType::FP32,
return framework::OpKernelType(framework::proto::VarType::FP32,
platform::CPUPlace());
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册