MNN  1.0
| 命名空间 | 类型定义
Interpreter.hpp 文件参考
#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