Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/java/ovic/src/test/java/org/tensorflow/ovic/
DOvicDetectorTest.java111 final int numRepeats = 5; in ovicDetector_simpleBatchTest() local
112 for (int i = 0; i < numRepeats; i++) { in ovicDetector_simpleBatchTest()
/external/deqp/modules/gles2/performance/
Des2pShaderOptimizationTests.cpp67 static inline string repeat (const string& str, int numRepeats, const string& delim = "") in repeat() argument
70 for (int i = 1; i < numRepeats; i++) in repeat()
75 static inline string repeatIndexedTemplate (const string& strTempl, int numRepeats, const string& d… in repeatIndexedTemplate() argument
81 for (int i = 0; i < numRepeats; i++) in repeatIndexedTemplate()
/external/deqp/modules/gles3/performance/
Des3pShaderOptimizationTests.cpp67 static inline string repeat (const string& str, int numRepeats, const string& delim = "") in repeat() argument
70 for (int i = 1; i < numRepeats; i++) in repeat()
75 static inline string repeatIndexedTemplate (const string& strTempl, int numRepeats, const string& d… in repeatIndexedTemplate() argument
81 for (int i = 0; i < numRepeats; i++) in repeatIndexedTemplate()
Des3pBufferDataUploadTests.cpp2022 const int numRepeats = 10; in iterate() local
2032 for (int ndx = 0; ndx < numRepeats; ++ndx) in iterate()