Home
last modified time | relevance | path

Searched defs:BlockDim (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dlaunch_dim.h66 struct BlockDim : public Dim3D { struct
72 return absl::StrCat("BlockDim{", x, ", ", y, ", ", z, "}"); in ToString() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dscan_ops_gpu.h170 __launch_bounds__(BlockDim) __global__ in __launch_bounds__() argument