Home
last modified time | relevance | path

Searched refs:temp_values (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
Denterprise_longevity_helper.py199 temp_values = perf_values['temp']
202 temp_metric = perf_stat_lib.get_kth_percentile(temp_values, .90)
/external/tensorflow/tensorflow/core/kernels/
Dtopk_op_gpu.h455 Tensor temp_values;
469 &temp_values));
471 sorted_values_ptr = temp_values.flat<T>().data();
528 To32Bit(temp_values.matrix<T>()).slice(slice_indices, slice_sizes);
/external/autotest/client/site_tests/longevity_Tracker/
Dlongevity_Tracker.py165 temp_values = perf_values['temp']
168 temp_metric = sorted(temp_values)[(len(temp_values) * 9) // 10]
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp10057 glw::GLint temp_values = 0; in iterate() local
10060 GL_NUM_COMPATIBLE_SUBROUTINES, &temp_values); in iterate()
10066 GL_NUM_COMPATIBLE_SUBROUTINES, &temp_values); in iterate()