MCPcopy Create free account
hub / github.com/apache/tvm-ffi / TVarObj

Method TVarObj

tests/cpp/testing_object.h:188–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 std::string name;
187
188 TVarObj(std::string name) : name(name) {}
189 // need unsafe init constructor for json serialization
190 explicit TVarObj(UnsafeInit) {}
191

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected