| 376 | return (* mRuntime->mDevice); |
| 377 | } |
| 378 | const VulkanPipelineFactory* VulkanBackend::getPipelineFactory() const { |
| 379 | return mRuntime->mPipelineFactory.get(); |
| 380 | } |
| 381 | |
| 382 | static Tensor::DimensionType _convert(MNN_DATA_FORMAT format) { |
| 383 | switch (format) { |
no test coverage detected