Searched refs:operands_size (Results 1 – 3 of 3) sorted by relevance
64 int64_t operands_size = get_size(inst->getOperandTypes()); in ShouldBeFolded() local67 (results_size <= kSizeFactor * operands_size); in ShouldBeFolded()
244 const int operands_size = while_op.getNumOperands() + extra_operands.size(); in OutlineWhile() local246 operands.reserve(operands_size); in OutlineWhile()250 new_types.reserve(operands_size); in OutlineWhile()
306 int64 operands_size = 0; in ComputeGloballyUnfusible() local308 operands_size += total_size(op->shape()); in ComputeGloballyUnfusible()310 if (operands_size <= total_size(producer->shape())) { in ComputeGloballyUnfusible()