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

Method TestObjWithAny

tests/cpp/test_reflection.cc:349–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347struct TestObjWithAny : public Object {
348 Any value;
349 explicit TestObjWithAny(Any value) : value(std::move(value)) {}
350 [[maybe_unused]] static constexpr bool _type_mutable = true;
351 TVM_FFI_DECLARE_OBJECT_INFO_FINAL("test.TestObjWithAny", TestObjWithAny, Object);
352};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected