Searched refs:clamp_max (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/ |
D | math_ops_declare.cc | 22 INPUT_MAP(ActsULQ) = {{1, INPUT_DESC(x)}, {2, INPUT_DESC(clamp_min)}, {3, INPUT_DESC(clamp_max)}};
|
/third_party/mindspore/mindspore/ops/_grad/ |
D | grad_quant_ops.py | 191 def bprop(x, clamp_min, clamp_max, out, dout): argument
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1109 LLVMValueRef clamp_max; in lp_build_linear_mip_levels() local 1144 clamp_max = LLVMBuildICmp(builder, LLVMIntSGE, in lp_build_linear_mip_levels() 1148 *level0_out = LLVMBuildSelect(builder, clamp_max, in lp_build_linear_mip_levels() 1151 *level1_out = LLVMBuildSelect(builder, clamp_max, in lp_build_linear_mip_levels() 1154 *lod_fpart_inout = LLVMBuildSelect(builder, clamp_max, in lp_build_linear_mip_levels()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.cpp | 5460 …ImVec2 clamp_max = ImVec2(def.CornerPosN.x == 0.0f ? visibility_rect.Max.x : +FLT_MAX, def.CornerP… in UpdateWindowManualResize() local 5462 corner_target = ImClamp(corner_target, clamp_min, clamp_max); in UpdateWindowManualResize() 5489 …ImVec2 clamp_max(border_n == ImGuiDir_Left ? visibility_rect.Max.x : +FLT_MAX, border_n == ImGuiD… in UpdateWindowManualResize() local 5492 border_target = ImClamp(border_target, clamp_min, clamp_max); in UpdateWindowManualResize()
|
/third_party/mindspore/config/ |
D | op_info.config | 495 …false, "param_type": "required", "shape": "all"}, {"index": 2, "name": "clamp_max", "need_compile"…
|