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

Method TCustomFuncObj

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

Source from the content-addressed store, hash-verified

320 String comment;
321
322 TCustomFuncObj(Array<TVar> params, Array<ObjectRef> body, String comment)
323 : params(params), body(body), comment(comment) {}
324
325 bool SEqual(const TCustomFuncObj* other,
326 ffi::TypedFunction<bool(AnyView, AnyView, bool, AnyView)> cmp) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected