Home
last modified time | relevance | path

Searched refs:highest_index (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/clap/src/parser/
Dvalidator.rs250 let mut highest_index = 0; in validate_required() localVariable
281 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()
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.h940 int highest_index = -1; in Compute() local
951 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()