MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / HostDnTen

Method HostDnTen

XM/include/Utils/memory.h:198–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 bool is_initial_value = false;
197
198 HostDnTen() {}
199
200 HostDnTen(const size_s num_dims, const size_s* dimensions) : num_dims(num_dims){
201 this->dimensions = (size_s*)malloc(sizeof(size_s) * num_dims);

Callers

nothing calls this directly

Calls 1

allocateMethod · 0.95

Tested by

no test coverage detected