Lines Matching refs:success

334       const bool success = runInference();  in benchmark()  local
337 if (!success) { in benchmark()
455 const bool success = runCompilation(tempDir.get()); in getCompilationCacheSize() local
456 if (!success) { in getCompilationCacheSize()
500 const bool success = runCompilation(tempDir.get()); in benchmarkSingleTypeOfCompilation() local
501 if (!success) { in benchmarkSingleTypeOfCompilation()
529 const bool success = runCompilation(cacheDir); in benchmarkSingleTypeOfCompilation() local
532 if (!success) { in benchmarkSingleTypeOfCompilation()
558 bool success = benchmarkSingleTypeOfCompilation(type, maxNumIterations, warmupTimeout, nullptr); in benchmarkSingleTypeOfCompilationWithWarmup() local
560 if (!success) return false; in benchmarkSingleTypeOfCompilationWithWarmup()
564 success = benchmarkSingleTypeOfCompilation(type, maxNumIterations, runTimeout, results); in benchmarkSingleTypeOfCompilationWithWarmup()
566 return success; in benchmarkSingleTypeOfCompilationWithWarmup()
574 bool success = benchmarkSingleTypeOfCompilationWithWarmup( in benchmarkCompilation() local
577 if (!success) { in benchmarkCompilation()
584 success = getCompilationCacheSize(&result->cacheSizeBytes); in benchmarkCompilation()
585 if (!success) { in benchmarkCompilation()
594 success = benchmarkSingleTypeOfCompilationWithWarmup( in benchmarkCompilation()
597 if (!success) { in benchmarkCompilation()
604 success = benchmarkSingleTypeOfCompilationWithWarmup( in benchmarkCompilation()
607 if (!success) { in benchmarkCompilation()
629 const bool success = runInference(); in dumpAllLayers() local
630 if (!success) { in dumpAllLayers()