Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_insert_grad_of.py42 stop = P.InsertGradientOf(stop_gradient)
72 clip = P.InsertGradientOf(clip_gradient)
132 self.get_g = P.InsertGradientOf(self.save_gradient)
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_debug_ops.py61 @bprop_getters.register(P.InsertGradientOf)
/third_party/mindspore/tests/mindspore_test_framework/utils/
Ddebug_util.py101 self.print_shape_type = P.InsertGradientOf(PrintShapeType(msg))
/third_party/mindspore/mindspore/ops/operations/
Ddebug_ops.py251 class InsertGradientOf(PrimitiveWithInfer): class
D__init__.py42 from .debug_ops import (ImageSummary, InsertGradientOf, HookBackward, ScalarSummary,
/third_party/mindspore/mindspore/nn/layer/
Dthor_layer.py135 self.getG = P.InsertGradientOf(self.save_gradient)
406 self.getG = P.InsertGradientOf(self.save_gradient)
604 self.getG = P.InsertGradientOf(self.save_gradient)
821 self.getG = P.InsertGradientOf(self.save_gradient)
/third_party/mindspore/tests/ut/python/pipeline/infer/
Dtest_auto_monad.py116 self.getG = P.InsertGradientOf(self.save_gradient)
330 self.getG = P.InsertGradientOf(self.save_gradient)
/third_party/mindspore/tests/ut/python/pipeline/parse/
Dtest_parse.py271 self.getG = P.InsertGradientOf(self.save_gradient)