Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dfused_batch_norm_fusion_test.py23 AssignSub = P.AssignSub() variable
/third_party/mindspore/tests/syntax/simple_expression/
Dtest_assignment_ops.py267 class AssignSub(nn.Cell): class
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py295 class AssignSub(PrimitiveWithInfer): class