Searched refs:current_max (Results 1 – 5 of 5) sorted by relevance
101 current_max = current_value[1]103 percentage_max = (current_max / baseline_min - 1) * 100
262 auto& current_max = max_mem_usage_[id].output_port_mem[output_slot]; in RecordMaxMemorySize() local268 if (bytes.value() > current_max.value()) { in RecordMaxMemorySize()269 current_max = bytes.value(); in RecordMaxMemorySize()
119 double current_max = current_range.Max(); in WeakenRange() local120 double new_max = current_max; in WeakenRange()123 if (current_max != previous_range.Max()) { in WeakenRange()126 if (max >= current_max) { in WeakenRange()
1308 double current_max = current_integer.Max(); in Weaken() local1309 double new_max = current_max; in Weaken()1312 if (current_max != previous_integer.Max()) { in Weaken()1315 if (max >= current_max) { in Weaken()
1923 size_t current_max = context_feature_type_and_lengths[c.first].second; in FastParseSequenceExample() local1925 std::max(current_max, num_elements); in FastParseSequenceExample()1983 size_t current_max = sequence_feature_type_and_lengths[c.first].second; in FastParseSequenceExample() local1985 std::max(current_max, num_elements); in FastParseSequenceExample()