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

Method TestObjWithAnyView

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

Source from the content-addressed store, hash-verified

359struct TestObjWithAnyView : public Object {
360 Any value;
361 explicit TestObjWithAnyView(AnyView value) : value(value) {}
362 [[maybe_unused]] static constexpr bool _type_mutable = true;
363 TVM_FFI_DECLARE_OBJECT_INFO_FINAL("test.TestObjWithAnyView", TestObjWithAnyView, Object);
364};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected