Home
last modified time | relevance | path

Searched defs:const_bias (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/st/ops/custom_ops_tbe/
Dadd3_impl.py24 def add3_compute(input1, input2, const_bias): argument
47 def CusAdd3Impl(input1, inptu2, sum1, const_bias, kernel_name="CusAdd3Impl"): argument
Dcus_add3.py23 def __init__(self, const_bias=0.0): argument