Searched defs:vm_impl (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/tests/vm_impl/ |
D | array_ops_vm_impl.py | 28 def vm_impl(x, value, u=None): function 37 def vm_impl(x, axis): function 51 def vm_impl(x): function 62 def vm_impl(x, t): function 77 def vm_impl(x, shp): function 89 def vm_impl(x): function 100 def vm_impl(x): function 112 def vm_impl(x, perm=None): function 126 def vm_impl(x): function 138 def vm_impl(dims, x): function [all …]
|
D | math_ops_vm_impl.py | 33 def vm_impl(x, y): function 44 def vm_impl(x): function 55 def vm_impl(x, w): function 72 def vm_impl(inputs): function 85 def vm_impl(x): function 96 def vm_impl(x, y): function 108 def vm_impl(x, y): function 120 def vm_impl(x): function 131 def vm_impl(x): function 143 def vm_impl(x, y): function [all …]
|
D | nn_ops_vm_impl.py | 32 def vm_impl(string_in, scalar): function 43 def vm_impl(x): function 55 def vm_impl(x): function 66 def vm_impl(x): function 77 def vm_impl(x): function 88 def vm_impl(x): function 99 def vm_impl(x, scale, b, mean, variance): function 119 def vm_impl(x, w): function 133 def vm_impl(x, dout, argmax): function 148 def vm_impl(x): function [all …]
|
/third_party/mindspore/tests/st/ops/custom_ops_tbe/ |
D | cus_square.py | 29 def vm_impl(self, x): member in CusSquare
|
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pynative/ |
D | ops_test.py | 85 def vm_impl(x, w): function
|