MCPcopy Create free account
hub / github.com/NVIDIA/DALI / GridDim

Method GridDim

dali/kernels/common/block_setup.h:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 dim3 GridDim() const {
206 return dim3(grid_dim_.x, grid_dim_.y, grid_dim_.z);
207 }
208
209 ivec3 GridDimVec() const {
210 return grid_dim_;

Callers 4

RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected