Searched full:structured_delegate (Results 1 – 8 of 8) sorted by relevance
425 structured_delegate: sgn.out434 structured_delegate: sgn.out511 structured_delegate: acos.out517 structured_delegate: acos.out549 structured_delegate: add.out562 structured_delegate: add.out629 structured_delegate: addmv.out633 structured_delegate: addmv.out695 structured_delegate: all.out700 structured_delegate: all.dims_out[all …]
538 # delegate to the out function using the structured_delegate keyword.545 structured_delegate: OperatorName | None659 structured_delegate_s = e.pop("structured_delegate", None)667 structured_delegate: OperatorName | None = None669 structured_delegate = OperatorName.parse(structured_delegate_s)779 structured_delegate788 elif not structured and structured_delegate is None:878 if structured_delegate:918 if structured_delegate is not None:921 f"if structured_delegate, then must not have {key} in dispatch dictionary "[all …]
261 if f.structured_delegate is not None:262 delegate_func = func_map.get(f.structured_delegate)264 f"{f.func.name} is marked as a structured_delegate pointing to "265 f"{f.structured_delegate}, but {f.structured_delegate} is missing."268 f"{f.func.name} is marked as a structured_delegate pointing to "269 … f"{f.structured_delegate}, but {f.structured_delegate} is not marked as structured. "338 if f.structured_delegate is not None or backend_index.has_kernel(f):339 # TODO: for ops with structured_delegate it should check the dispatch table of486 f.structured_delegate is not None1290 return (f.structured or f.structured_delegate is not None) and ([all …]
322 func.structured_delegate is not None323 and func.structured_delegate in func_group_mapping325 func_group_mapping[func.structured_delegate]
344 structured_delegate=None,
46 structured_delegate: add.out70 structured_delegate: mul.out113 structured_delegate: add.out137 structured_delegate: mul.out
72 structured_delegate: binop.out79 structured_delegate: unop.out
510 is_structured = func.structured or func.structured_delegate is not None681 is_structured = f.structured or f.structured_delegate is not None