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

Method getTensorLayout

core/device.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 DataType getTensorDataType() const { return tensorDataType; }
100 DataType getWeightDataType() const { return weightDataType; }
101 TensorLayout getTensorLayout() const { return tensorLayout; }
102 TensorLayout getWeightLayout() const { return weightLayout; }
103 int getTensorBlockC() const { return tensorBlockC; }
104 int getMinTileAlignment() const { return minTileAlignment; }

Callers 1

InputProcessDescFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected