MCPcopy Create free account
hub / github.com/RenderKit/oidn / getLayout

Method getLayout

core/tensor.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 oidn_inline const TensorDesc& getDesc() const { return *this; }
22 oidn_inline const TensorDims& getDims() const { return dims; }
23 oidn_inline TensorLayout getLayout() const { return layout; }
24 oidn_inline DataType getDataType() const { return dataType; }
25
26 using TensorDesc::getRank;

Callers 3

toCutlassTensorRefFunction · 0.80
tensor_reorder.cppFile · 0.80
reorderBiasFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected