Searched refs:env_add (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/ops/composite/multitype_ops/ | ||
D | add_impl.py | 257 return F.env_add(x, y) |
/third_party/mindspore/mindspore/ops/ | ||
D | functional.py | 235 env_add = Primitive('env_add') variable |