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

Method TFunc

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

Source from the content-addressed store, hash-verified

307class TFunc : public ObjectRef {
308 public:
309 explicit TFunc(Array<TVar> params, Array<ObjectRef> body, Optional<String> comment) {
310 data_ = make_object<TFuncObj>(params, body, comment);
311 }
312
313 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE(TFunc, ObjectRef, TFuncObj);
314};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected