Home
last modified time | relevance | path

Searched refs:tile_dim (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc452 for (int64 tile_dim : tile.dimensions()) { in Hash() local
453 hash_value = Hash64Combine(hash_value, hash<int64>()(tile_dim)); in Hash()