mnn-sys 0.1.2

Rust bindings for MNN, a lightweight deep neural network inference engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  OpFused.hpp
//  MNN
//
//  Created by MNN on 2020/9/10.
//  Copyright © 2018, Alibaba Group Holding Limited
//

#include "geometry/GeometryComputerUtils.hpp"
#include <map>
namespace MNN {
    bool opFuse(std::vector<Schedule::OpCacheInfo>& infos, MNNForwardType type, BackendConfig::PrecisionMode precision);
} // namespace MNN