HomeSort by relevance Sort by last modified time
    Searched defs:tm0 (Results 1 - 2 of 2) sorted by null

  /external/eigen/bench/perf_monitoring/gemm/
gemm.cpp 35 double tm0 = 4, tm1 = 10; local
39 tm0 = 2;
45 long tries = std::max(tm0, std::min(tm1, up/flops) );
lazy_gemm.cpp 42 double tm0 = 10, tm1 = 20; local
46 long tries = std::max(tm0, std::min(tm1, up/flops) );

Completed in 2884 milliseconds