Searched defs:list_op (Results 1 – 2 of 2) sorted by relevance
272 if (auto list_op = dyn_cast_or_null<BuildListOp>(input_op)) { in CollectInputsAndAttributes() local412 auto list_op = rewriter.create<BuildListOp>(loc, res_type, tensor_list); in CreateAndReplaceOp() local
447 def list_op(values): function