Home
last modified time | relevance | path

Searched refs:current_max (Results 1 – 5 of 5) sorted by relevance

/external/google-fruit/extras/benchmark/
Dformat_bench_results.py101 current_max = current_value[1]
103 percentage_max = (current_max / baseline_min - 1) * 100
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc262 auto& current_max = max_mem_usage_[id].output_port_mem[output_slot]; in RecordMaxMemorySize() local
268 if (bytes.value() > current_max.value()) { in RecordMaxMemorySize()
269 current_max = bytes.value(); in RecordMaxMemorySize()
/external/v8/src/compiler/
Doperation-typer.cc119 double current_max = current_range.Max(); in WeakenRange() local
120 double new_max = current_max; in WeakenRange()
123 if (current_max != previous_range.Max()) { in WeakenRange()
126 if (max >= current_max) { in WeakenRange()
Dtyper.cc1308 double current_max = current_integer.Max(); in Weaken() local
1309 double new_max = current_max; in Weaken()
1312 if (current_max != previous_integer.Max()) { in Weaken()
1315 if (max >= current_max) { in Weaken()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1923 size_t current_max = context_feature_type_and_lengths[c.first].second; in FastParseSequenceExample() local
1925 std::max(current_max, num_elements); in FastParseSequenceExample()
1983 size_t current_max = sequence_feature_type_and_lengths[c.first].second; in FastParseSequenceExample() local
1985 std::max(current_max, num_elements); in FastParseSequenceExample()