Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dfixed_point.c101 int32_t MaskIfLessThan(int32_t a, int32_t b) { return MaskIfNonZero((a < b)); } in MaskIfLessThan() function
216 result = BitsSelect(MaskIfLessThan(a, clamp), 0, result); in exp_on_negative_values()