Home
last modified time | relevance | path

Searched refs:CusAdd3Impl (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/st/ops/custom_ops_tbe/
Dcus_add3.py25 from add3_impl import CusAdd3Impl
Dadd3_impl.py47 def CusAdd3Impl(input1, inptu2, sum1, const_bias, kernel_name="CusAdd3Impl"): function