MNN
1.0
|
#include <functional>
#include <map>
#include <string>
#include "ErrorCode.hpp"
#include "MNNForwardType.h"
#include "Tensor.hpp"
类 | |
struct | MNN::ScheduleConfig |
struct | MNN::ScheduleConfig::Path |
class | MNN::OperatorInfo |
class | MNN::Interpreter |
命名空间 | |
MNN | |
类型定义 | |
typedef std::function< bool(const std::vector< Tensor * > &, const std::string &)> | MNN::TensorCallBack |
typedef std::function< bool(const std::vector< Tensor * > &, const OperatorInfo *)> | MNN::TensorCallBackWithInfo |