Lines Matching refs:success

301       const bool success = runInference();  in benchmark()  local
304 if (!success) { in benchmark()
419 const bool success = runCompilation(tempDir.get()); in getCompilationCacheSize() local
420 if (!success) { in getCompilationCacheSize()
464 const bool success = runCompilation(tempDir.get()); in benchmarkSingleTypeOfCompilation() local
465 if (!success) { in benchmarkSingleTypeOfCompilation()
493 const bool success = runCompilation(cacheDir); in benchmarkSingleTypeOfCompilation() local
496 if (!success) { in benchmarkSingleTypeOfCompilation()
522 bool success = benchmarkSingleTypeOfCompilation(type, maxNumIterations, warmupTimeout, nullptr); in benchmarkSingleTypeOfCompilationWithWarmup() local
524 if (!success) return false; in benchmarkSingleTypeOfCompilationWithWarmup()
528 success = benchmarkSingleTypeOfCompilation(type, maxNumIterations, runTimeout, results); in benchmarkSingleTypeOfCompilationWithWarmup()
530 return success; in benchmarkSingleTypeOfCompilationWithWarmup()
538 bool success = benchmarkSingleTypeOfCompilationWithWarmup( in benchmarkCompilation() local
541 if (!success) { in benchmarkCompilation()
548 success = getCompilationCacheSize(&result->cacheSizeBytes); in benchmarkCompilation()
549 if (!success) { in benchmarkCompilation()
558 success = benchmarkSingleTypeOfCompilationWithWarmup( in benchmarkCompilation()
561 if (!success) { in benchmarkCompilation()
568 success = benchmarkSingleTypeOfCompilationWithWarmup( in benchmarkCompilation()
571 if (!success) { in benchmarkCompilation()
593 const bool success = runInference(); in dumpAllLayers() local
594 if (!success) { in dumpAllLayers()