Searched refs:current_operand_count (Results 1 – 1 of 1) sorted by relevance
306 int64 current_operand_count = 0; in Run() local333 << " and current operand count of " << current_operand_count; in Run()410 current_operand_count = 0; in Run()417 current_operand_count + 1 > combine_threshold_count_) { in Run()433 current_operand_count = 0; in Run()439 current_operand_count += 1; in Run()441 TF_RET_CHECK(current_operand_count <= combine_threshold_count_); in Run()444 << current_size_in_bytes << " bytes and " << current_operand_count in Run()