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

Method TVarWithDepObj

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

Source from the content-addressed store, hash-verified

221 Optional<ObjectRef> dep;
222
223 TVarWithDepObj(std::string name, Optional<ObjectRef> dep)
224 : name(std::move(name)), dep(std::move(dep)) {}
225 explicit TVarWithDepObj(UnsafeInit) {}
226
227 static void RegisterReflection() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected