Searched refs:m_refcount (Results 1 – 1 of 1) sorted by relevance
20 TensorLazyBaseEvaluator() : m_refcount(0) { } in TensorLazyBaseEvaluator()29 void incrRefCount() { ++m_refcount; } in incrRefCount()30 void decrRefCount() { --m_refcount; } in decrRefCount()31 int refCount() const { return m_refcount; } in refCount()38 int m_refcount; variable