#include <Interpreter.hpp>
◆ Mode
枚举值 |
---|
Op | Op Mode
- inputs means the source op, can NOT be empty.
- outputs means the sink op, can be empty. The path will start from source op, then flow when encounter the sink op. The sink op will not be compute in this path.
|
Tensor | Tensor Mode (NOT supported yet)
- inputs means the inputs tensors, can NOT be empty.
- outputs means the outputs tensors, can NOT be empty. It will find the pipeline that compute outputs from inputs.
|
◆ inputs
std::vector<std::string> MNN::ScheduleConfig::Path::inputs |
◆ mode
Mode MNN::ScheduleConfig::Path::mode = Op |
◆ outputs
std::vector<std::string> MNN::ScheduleConfig::Path::outputs |
该结构体的文档由以下文件生成: