MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / isnull

Method isnull

include/core/tensor.h:427–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425 return result;
426 }
427 bool isnull() const { return _mem_layout == 0x0; }
428 // TODO:
429 void transpose() {}
430 // flat index, unsafe method

Callers 2

test_createMethod · 0.80
computeMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_createMethod · 0.64