Searched refs:operands_size (Results 1 – 2 of 2) sorted by relevance
282 int64 operands_size = 0; in ComputeGloballyUnfusible() local284 operands_size += total_size(op->shape()); in ComputeGloballyUnfusible()286 if (operands_size <= total_size(producer->shape())) { in ComputeGloballyUnfusible()
1548 size_t operands_size) { in WriteExtendedOpcode() argument1550 w->WriteULEB128(operands_size + 1); in WriteExtendedOpcode()