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

Method TCustomFunc

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

Source from the content-addressed store, hash-verified

358class TCustomFunc : public ObjectRef {
359 public:
360 explicit TCustomFunc(Array<TVar> params, Array<ObjectRef> body, String comment) {
361 data_ = make_object<TCustomFuncObj>(params, body, comment);
362 }
363
364 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE(TCustomFunc, ObjectRef, TCustomFuncObj);
365};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected