Home
last modified time | relevance | path

Searched defs:clip_by_value (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dclip_by_value_fusion.cc90 auto clip_by_value = graph->NewCNode(inputs); in Process() local
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dclip_by_value_fusion.py21 clip_by_value = Primitive('ClipByValue') variable
/third_party/mindspore/mindspore/ops/composite/
Dclip_ops.py36 def clip_by_value(x, clip_value_min, clip_value_max): function