Searched refs:feedDict (Results 1 – 2 of 2) sorted by relevance
654 for feedDict in feedDicts:656 if op_tmp in feedDict[0]:657 opVar = transform(op_tmp.Feed(feedDict[0]), args[op_tmp])658 elif op_tmp in feedDict[1]:659 opVar = transform(op_tmp.Feed(feedDict[1]), args[op_tmp])670 for feedDict, feedDictVar in zip(feedDicts, feedDictsVar):671 if opVar in feedDict[1]:672 feedDict[1][opVar] = feedDictVar674 feedDict[0][opVar] = feedDictVar982 for feedDict in args:[all …]
182 def DumpMixedType(operands, feedDict): argument201 typedMap[operand.type.type].append(FeedAndGet(operand, feedDict))