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

Method pool

source/backend/vulkan/component/VulkanCommandPool.hpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 VulkanCommandPool::Buffer* allocBuffer() const;
47
48 VkCommandPool pool() const {
49 return mPool;
50 }
51
52 void submitAndWait(VkCommandBuffer buffer) const;
53 std::shared_ptr<VulkanFence> submit(VkCommandBuffer buffer) const;

Callers 15

runMethod · 0.80
runMethod · 0.80
GetPrototypeNoLockMethod · 0.80
RegisterTypeMethod · 0.80
GetPrototypeMethod · 0.80
RetrieveOptionsFunction · 0.80
DebugStringMethod · 0.80
SetOptionValueMethod · 0.80
InternalTypeOnceInitMethod · 0.80
DefaultFinderFindAnyTypeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected