fix compile bug for testcases

This commit is contained in:
liuyu 2021-07-01 10:15:39 +08:00
parent cc4583d892
commit b015c88021
1 changed files with 2 additions and 0 deletions

View File

@ -94,7 +94,9 @@ class LiteOpActor : public OpActor<lite::Tensor> {
kernel::LiteKernel *partial_node_ = nullptr;
kernel::LiteKernel *call_node_ = nullptr;
std::unordered_map<Tensor *, Tensor *> isolate_input_map_; /* <calculate-tensor, src-input-tensor> */
#if defined(ENABLE_ARM) && defined(ENABLE_FP16)
bool support_fp16_ = false;
#endif
};
class LiteSwitchOpActor : public LiteOpActor {