Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ BlockDim
Method
BlockDim
dali/kernels/common/block_setup.h:189–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
dim3 BlockDim() const {
190
return dim3(block_dim_.x, block_dim_.y, block_dim_.z);
191
}
192
193
ivec3 BlockDimVec() const {
194
return block_dim_;
Callers
4
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected