Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ GetMemAddr
Method
GetMemAddr
core/include/tensor.hpp:211–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
*/
210
211
void* GetMemAddr(void) const
212
{
213
if(!ExistAttr(
"mem_addr"
))
214
return nullptr;
215
216
return any_cast<void*>(GetAttr(
"mem_addr"
));
217
}
218
219
void SetMemAddr(void* addr)
220
{
Callers
4
SaveTmSubgraph
Method · 0.80
SaveTmSubgraph
Method · 0.80
get_tensor_mem
Function · 0.80
AddConvolutionLayer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected