Searched refs:inside_ops (Results 1 – 1 of 1) sorted by relevance
176 def __init__(self, inside_ops=(), passthrough_ts=()): argument192 inside_ops = util.make_list_of_op(inside_ops)194 ops_and_ts = inside_ops + passthrough_ts197 self._ops = inside_ops200 inputs, outputs, insides = select.compute_boundary_ts(inside_ops)