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

Method TestObjA

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

Source from the content-addressed store, hash-verified

44 int64_t x;
45 int64_t y;
46 TestObjA(int64_t x, int64_t y) : x(x), y(y) {}
47
48 static constexpr bool _type_mutable = true;
49 TVM_FFI_DECLARE_OBJECT_INFO("test.TestObjA", TestObjA, Object);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected