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

Method ndarray

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

Source from the content-addressed store, hash-verified

370 using Scalar = typename Info::scalar_type;
371
372 ndarray() = default;
373
374 explicit ndarray(detail::ndarray_handle* handle) : m_handle(handle)
375 {

Callers

nothing calls this directly

Calls 4

ndarray_inc_refFunction · 0.85
handleClass · 0.85
ndarray_createFunction · 0.85
dltensorClass · 0.85

Tested by

no test coverage detected