MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / ~ndarray

Method ~ndarray

Source/Falcor/Utils/Scripting/ndarray.h:395–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393 }
394
395 ~ndarray() { detail::ndarray_dec_ref(m_handle); }
396
397 ndarray(const ndarray& t) : m_handle(t.m_handle), m_dltensor(t.m_dltensor) { detail::ndarray_inc_ref(m_handle); }
398

Callers

nothing calls this directly

Calls 1

ndarray_dec_refFunction · 0.85

Tested by

no test coverage detected