Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/vm/
Dvm_test.py29 def ScalarMul(x, y): function
/third_party/mindspore/mindspore/_extends/
Dbuiltin_operations.py29 def ScalarMul(x, y): function
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Darithmetic_tests.cc73 TEST_F(TestOpenCL_Arithmetic, ScalarMul) { in TEST_F() argument