Searched refs:repetition (Results 1 - 10 of 10) sorted by relevance

/external/perfetto/src/tracing/core/
H A Did_allocator_unittest.cc29 for (int repetition = 0; repetition < 3; repetition++) {
/external/eigen/bench/
H A DBenchUtil.h11 #include <boost/preprocessor/repetition/enum_params.hpp>
12 #include <boost/preprocessor/repetition.hpp>
H A Dbenchmark-blocking-sizes.cpp571 for (int repetition = 0; repetition < measurement_repetitions; repetition++) {
602 for (int repetition = 0; repetition < measurement_repetitions; repetition++) {
/external/tensorflow/tensorflow/contrib/graph_editor/
H A Dsubgraph.py52 def _check_within_range(mapping, n, repetition):
60 repetition: if True repetition are allowed (the function is surjective)
61 otherwise repetition are not allowed (the function is injective).
63 ValueError: if the mapping is out of range ot if repetition is False and
64 the mapping has some repetition.
69 if not repetition and len(set(mapping)) != len(mapping):
70 raise ValueError("Found repetition in mapping: {}".format(mapping))
300 new_input_indices, len(self._input_ts), repetition=False)
307 new_output_indices, len(self._output_ts), repetition
[all...]
/external/deqp/modules/gles2/performance/
H A Des2pShaderOptimizationTests.cpp321 const string repetition = optimized ? repeatIndexedTemplate("\t" + expressionTemplate(m_caseType) + ";\n", m_numRepetitions) local
324 return defaultProgramData(m_caseShaderType, "\t" + getShaderPrecision(m_caseShaderType) + " vec4 valueOrig = value;\n" + repetition);
/external/deqp/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp324 const string repetition = optimized ? repeatIndexedTemplate("\t" + expressionTemplate(m_caseType) + ";\n", m_numRepetitions) local
327 return defaultProgramData(m_caseShaderType, "\t" + getShaderPrecision(m_caseShaderType) + " vec4 valueOrig = value;\n" + repetition);
/external/llvm/lib/Support/
H A Dregengine.inc183 /* this loop does only one repetition except for backrefs */
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregengine.inc183 /* this loop does only one repetition except for backrefs */
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregengine.inc183 /* this loop does only one repetition except for backrefs */
/external/annotation-tools/annotation-file-utilities/
H A Ddesign.tex213 test repetition, as there is no need to test \emph{every} potential

Completed in 912 milliseconds