MCPcopy Create free account
hub / github.com/NGT-labs/NGT / ObjectFile

Method ObjectFile

lib/NGT/NGTQ/ObjectFile.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 enum DataType { DataTypeUint8 = 0, DataTypeFloat = 1, DataTypeFloat16 = 2, DataTypeNone = 99 };
36
37 ObjectFile() : objectSpace(0) {}
38 ObjectFile(const ObjectFile &of) : objectSpace(0) {
39 fileName = of.fileName;
40 dataType = of.dataType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected