| 4846 | MNNFunctionInit(); |
| 4847 | } |
| 4848 | CoreFunctions* MNNGetCoreFunctions() { |
| 4849 | return gCoreFunction; |
| 4850 | } |
| 4851 | }; // namespace MNN |
| 4852 | |
| 4853 | void MNNUnpackC4Origin(float* dst, const float* src, size_t area, size_t depth, int areaOffset) { |
no outgoing calls
no test coverage detected