MCPcopy 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

SaveTmSubgraphMethod · 0.80
SaveTmSubgraphMethod · 0.80
get_tensor_memFunction · 0.80
AddConvolutionLayerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected