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

Method TensorDesc

core/tensor_desc.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 DataType dataType = DataType::Undefined; // element data type
24
25 TensorDesc() = default;
26
27 TensorDesc(TensorDims dims, TensorDims paddedDims, TensorLayout layout, DataType dataType)
28 : dims(dims), paddedDims(paddedDims), layout(layout), dataType(dataType)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected