Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dusacdec_fac.cpp120 int max_windows = 8; in CLpd_FAC_GetMemory() local
122 FDK_ASSERT(*pState >= 0 && *pState < max_windows); in CLpd_FAC_GetMemory()
126 for (i = *pState; i < max_windows; i++) { in CLpd_FAC_GetMemory()
134 if (i == max_windows) { in CLpd_FAC_GetMemory()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc4088 int64_t max_windows = in HandleSelectAndScatter() local
4097 limit_window[i].Calculate(shard_count - 1), max_windows, i, in HandleSelectAndScatter()
4111 int64_t data_shard_size = (max_windows - 1) * wd.stride() + wd.size(); in HandleSelectAndScatter()