Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/mkldnn/
DUtils.cpp110 auto upper_bound_value = in __anonb633e42f0202() local
112 return ideep::attr_t::fuse_clamp(lower_bound_value, upper_bound_value); in __anonb633e42f0202()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.cpp751 int64_t upper_bound_value = upper_bound->FoldToSingleValue(); in WeakZeroSourceSIVTest() local
753 upper_bound_value)) { in WeakZeroSourceSIVTest()
761 "\n\tupper bound value: " + ToString(upper_bound_value) + in WeakZeroSourceSIVTest()
904 int64_t upper_bound_value = upper_bound->FoldToSingleValue(); in WeakZeroDestinationSIVTest() local
906 upper_bound_value)) { in WeakZeroDestinationSIVTest()
914 "\n\tupper bound value: " + ToString(upper_bound_value) + in WeakZeroDestinationSIVTest()
/external/angle/third_party/spirv-tools/src/source/opt/
Dloop_dependence.cpp751 int64_t upper_bound_value = upper_bound->FoldToSingleValue(); in WeakZeroSourceSIVTest() local
753 upper_bound_value)) { in WeakZeroSourceSIVTest()
761 "\n\tupper bound value: " + ToString(upper_bound_value) + in WeakZeroSourceSIVTest()
904 int64_t upper_bound_value = upper_bound->FoldToSingleValue(); in WeakZeroDestinationSIVTest() local
906 upper_bound_value)) { in WeakZeroDestinationSIVTest()
914 "\n\tupper bound value: " + ToString(upper_bound_value) + in WeakZeroDestinationSIVTest()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.cpp751 int64_t upper_bound_value = upper_bound->FoldToSingleValue(); in WeakZeroSourceSIVTest() local
753 upper_bound_value)) { in WeakZeroSourceSIVTest()
761 "\n\tupper bound value: " + ToString(upper_bound_value) + in WeakZeroSourceSIVTest()
904 int64_t upper_bound_value = upper_bound->FoldToSingleValue(); in WeakZeroDestinationSIVTest() local
906 upper_bound_value)) { in WeakZeroDestinationSIVTest()
914 "\n\tupper bound value: " + ToString(upper_bound_value) + in WeakZeroDestinationSIVTest()
/external/pytorch/aten/src/ATen/native/quantized/cpu/
DOnednnUtils.h349 auto upper_bound_value = in create_attr_by_post_op() local
351 return ideep::attr_t::fuse_clamp(lower_bound_value, upper_bound_value); in create_attr_by_post_op()