Home
last modified time | relevance | path

Searched refs:max_weight_count (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_decompress_symbolic.cpp113 int max_weight_count = hmax(weight_count).lane<0>(); in unpack_weights() local
115 promise(max_weight_count > 0); in unpack_weights()
116 for (int j = 0; j < max_weight_count; j++) in unpack_weights()
148 int max_weight_count = hmax(weight_count).lane<0>(); in unpack_weights() local
150 promise(max_weight_count > 0); in unpack_weights()
151 for (int j = 0; j < max_weight_count; j++) in unpack_weights()

Completed in 2 milliseconds