Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ GetSharedMemorySize
Method
GetSharedMemorySize
executor/include/node_ops.hpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
virtual bool Run(Node*) = 0;
119
virtual bool GetSharedMemorySize(Node*, unsigned int& mem_size)
120
{
121
return false;
122
}
123
virtual bool SetSharedMemoryAddr(Node*, void* mem_addr, int mem_size)
124
{
125
return false;
Callers
1
AllocateMem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected