Searched refs:kLargePool (Results 1 – 2 of 2) sorted by relevance
/external/skia/bench/ |
D | GrMemoryPoolBench.cpp | 189 static const int kLargePool = 10 * (1 << 10); variable 192 DEF_BENCH( return new GrMemoryPoolBench("stack_aligned_lg", run_stack<Aligned>, kLargePool… 195 DEF_BENCH( return new GrMemoryPoolBench("stack_unaligned_lg", run_stack<Unaligned>, kLargePool… 199 DEF_BENCH( return new GrMemoryPoolBench("queue_aligned_lg", run_queue<Aligned>, kLargePool… 202 DEF_BENCH( return new GrMemoryPoolBench("queue_unaligned_lg", run_queue<Unaligned>, kLargePool… 206 DEF_BENCH( return new GrMemoryPoolBench("pushpop_aligned_lg", run_pushpop<Aligned>, kLargePool… 209 DEF_BENCH( return new GrMemoryPoolBench("pushpop_unaligned_lg", run_pushpop<Unaligned>, kLargePool… 214 DEF_BENCH( return new GrMemoryPoolBench("random_aligned_lg", run_random<Aligned>, kLargePool… 217 DEF_BENCH( return new GrMemoryPoolBench("random_unaligned_lg", run_random<Unaligned>, kLargePool…
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session_test.cc | 2004 const int kLargePool = 0; in TestSessionInterOpThreadsImpl() local 2061 add_session_run_call(tp1, y, kLargePool); in TestSessionInterOpThreadsImpl() 2088 add_session_run_call(tp2, x, kLargePool); in TestSessionInterOpThreadsImpl()
|