Home
last modified time | relevance | path

Searched defs:block_dim_z (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc408 unsigned int block_dim_z, unsigned int shared_mem_bytes, in LaunchKernel()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_driver.cc463 unsigned int block_dim_z, unsigned int shared_mem_bytes, CUstream stream, in LaunchKernel()
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs61419 pub block_dim_z: u32, field
61506 pub fn block_dim_z(mut self, block_dim_z: u32) -> Self { in block_dim_z() method