Searched refs:child_op (Results 1 – 2 of 2) sorted by relevance
52 for k, child_op in enumerate(block):54 walk_operations(indent + " ", child_op)89 child_op = block.operations[k]91 walk_operations(indent + " ", child_op)
156 bool WorthHoisting(HloOpcode op, HloOpcode child_op) { in WorthHoisting() argument166 switch (child_op) { in WorthHoisting()175 switch (child_op) { in WorthHoisting()