Searched refs:_binary_node (Results 1 – 1 of 1) sorted by relevance
439 def _get_compute_node(_binary_node, _other_index): argument441 len(_binary_node.all_input_nodes) == 2444 return _binary_node.args[_compute_index]446 def _other_input_not_inplaceable(_binary_node, _other_index): argument447 _compute_node = _get_compute_node(_binary_node, _other_index)451 _binary_node.args[_other_index], _compute_node455 or _binary_node.args[_other_index] == _compute_node.args[0]