Home
last modified time | relevance | path

Searched defs:stop_gradient (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_insert_grad_of.py37 def stop_gradient(dx): function
/third_party/mindspore/mindspore/_extends/
Dbuiltin_operations.py168 def stop_gradient(x): function
/third_party/mindspore/mindspore/core/ir/
Danf.h284 bool stop_gradient() const { return stop_gradient_; } in stop_gradient() function
285 void set_stop_gradient(bool stop_gradient) { stop_gradient_ = stop_gradient; } in set_stop_gradient()
/third_party/mindspore/mindspore/ops/
Dfunctional.py244 stop_gradient = Primitive("stop_gradient") variable