Searched refs:FormatOperand (Results 1 – 1 of 1) sorted by relevance
90 def FormatOperand(op): function210 "inputs": ", ".join(FormatOperand(i) for i in op.ins),211 "outputs": ", ".join(FormatOperand(o) for o in op.outs),