Searched refs:ragged_args (Results 1 – 1 of 1) sorted by relevance
237 def __init__(self, original_op, ragged_op, ragged_args): argument245 self._ragged_args = _get_arg_infos(ragged_op, ragged_args)247 arg_list = ' and '.join('`%s`' % arg for arg in ragged_args)526 def _ragged_op_signature(op, ragged_args): argument533 for pos in ragged_args:568 for op, _, ragged_args in _RAGGED_DISPATCH_OPS:570 arginfos = _get_arg_infos(op, ragged_args)571 ragged_args = [arginfo.position for arginfo in arginfos]572 lines.append(_ragged_op_signature(op, ragged_args))