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

Method same_as

include/tvm/ffi/object.h:783–783  ·  view source on GitHub ↗

! * \brief Comparator * \param other Another object ref. * \return the compare result. */

Source from the content-addressed store, hash-verified

781 * \return the compare result.
782 */
783 bool same_as(const ObjectRef& other) const { return data_ == other.data_; }
784 /*!
785 * \brief Comparator
786 * \param other Another object ref.

Callers 1

operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected