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

Class TVar

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

Source from the content-addressed store, hash-verified

200};
201
202class TVar : public ObjectRef {
203 public:
204 explicit TVar(std::string name) { data_ = make_object<TVarObj>(name); }
205
206 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE(TVar, ObjectRef, TVarObj);
207};
208
209// FreeVar test object that has a sub-field referencing another FreeVar.
210// This models the "var with nested vars" case (analogous to a relax::Var

Callers 2

TESTFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.40
TESTFunction · 0.40