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

Method TFuncObj

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

need unsafe init constructor or default constructor for json serialization

Source from the content-addressed store, hash-verified

289
290 // need unsafe init constructor or default constructor for json serialization
291 explicit TFuncObj(UnsafeInit) {}
292 TFuncObj(Array<TVar> params, Array<ObjectRef> body, Optional<String> comment)
293 : params(params), body(body), comment(comment) {}
294

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected