Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Ddevice_manager.cc67 int64_t summed_value = 0; in InitDevice() local
73 summed_value += *begin; in InitDevice()
77 if (summed_value != device_num) { in InitDevice()
78 …MS_LOG(ERROR) << "The sum of the pipeline stage :" << summed_value << " is not equal to the device… in InitDevice()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_decompress_symbolic.cpp30 int summed_value = 8; in compute_value_of_texel_int() local
34summed_value += weights[it->texel_weights[texel_to_get][i]] * it->texel_weights_int[texel_to_get][… in compute_value_of_texel_int()
36 return summed_value >> 4; in compute_value_of_texel_int()