Searched refs:_mul_dispatch (Results 1 – 2 of 2) sorted by relevance
1152 def _mul_dispatch(x, y, name=None): function1176 _OverrideBinaryOperatorHelper(_mul_dispatch, "mul")
954 return math_ops._mul_dispatch(x, x) # pylint: disable=protected-access