Searched refs:pow_function (Results 1 – 3 of 3) sorted by relevance
83 pow = _core.pow_function # pylint: disable=redefined-builtin
442 return pow_function(self, other)445 return pow_function(other, self)1181 pow_function = define_binary_op('pow', math_ops.pow) variable
790 ('pow', operator.pow, math_ops.pow, core.pow_function),