MCPcopy Create free account
hub / github.com/alibaba/MNN / getPipelineFactory

Method getPipelineFactory

source/backend/vulkan/buffer/backend/VulkanBackend.cpp:378–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

VulkanRasterSortMethod · 0.80
onEncodeMethod · 0.80
VulkanRadixSortMethod · 0.80
_initTargetMethod · 0.80
VulkanFuseMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected