Searched refs:highest_index (Results 1 – 2 of 2) sorted by relevance
250 let mut highest_index = 0; in validate_required() localVariable281 highest_index = highest_index.max(arg.get_index().unwrap_or(0)); in validate_required()343 highest_index = highest_index.max(a.get_index().unwrap_or(0)); in validate_required()355 if pos.get_index() < Some(highest_index) { in validate_required()
940 int highest_index = -1; in Compute() local951 if (i > highest_index) { in Compute()952 highest_index = i; in Compute()955 output_list.tensors().resize(std::max(highest_index + 1, num_elements), in Compute()