Searched refs:clazz_object (Results 1 – 2 of 2) sorted by relevance
1184 def _OverrideBinaryOperatorHelper(func, op_name, clazz_object=ops.Tensor): argument1247 if clazz_object is ops.Tensor:1248 clazz_object._override_operator("__%s__" % op_name, binary_op_wrapper)1250 clazz_object._override_operator("__r%s__" % op_name, r_binary_op_wrapper)1253 clazz_object._override_operator("__%s__" % op_name,
180 def _override_helper(clazz_object, operator, func): argument193 setattr(clazz_object, operator, func)