MCPcopy Create free account
hub / github.com/OAID/Tengine / GetSize

Method GetSize

executor/include/tensor_mem.hpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 int GetSize(void)
62 {
63 return mem_size_;
64 }
65 void* GetMem(void)
66 {
67 return mem_addr_;

Callers 15

PrepareOneTensorFunction · 0.45
get_tensor_mem_sizeFunction · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected