Home
last modified time | relevance | path

Searched defs:scalar_add (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_staging.py51 def scalar_add(x, y): function
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pipeline/parse/
Dparser_integrate.py52 def scalar_add(x, y): function
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/optimizer/ad/
Dad_test.py37 def scalar_add(x, y): function
/third_party/mindspore/mindspore/ops/
Dfunctional.py193 scalar_add = Primitive(_constants.kScalarAdd) variable
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/optimizer/
Dopt_test.py30 scalar_add = Primitive(Constants.kScalarAdd) variable