HomeSort by relevance Sort by last modified time
    Searched refs:warmup (Results 51 - 55 of 55) sorted by null

1 23

  /external/flac/libFLAC/
stream_decoder.c     [all...]
stream_encoder.c     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 395 static void warmup(cv::InputOutputArray a, WarmUpType wtype = WARMUP_READ);
  /external/v8/test/cctest/
test-serialize.cc 794 const char* warmup = "Math.tanh(1); Math.sinh = 1;"; local
797 v8::StartupData warm = v8::V8::WarmUpSnapshotDataBlob(cold, warmup);
811 // Running the warmup script has effect on whether functions are
827 const char* warmup = "a = f()"; local
830 v8::StartupData warm = v8::V8::WarmUpSnapshotDataBlob(cold, warmup);
844 // Running the warmup script has effect on whether functions are
    [all...]
  /external/opencv3/modules/ts/src/
ts_perf.cpp     [all...]

Completed in 151 milliseconds

1 23