| 56 | CpuBackendContext::~CpuBackendContext() {} |
| 57 | |
| 58 | void CpuBackendContext::SetMaxNumThreads(int max_num_threads) { |
| 59 | max_num_threads_ = max_num_threads; |
| 60 | ruy_context_->max_num_threads = max_num_threads; |
| 61 | gemmlowp_context_->set_max_num_threads(max_num_threads); |
| 62 | } |
| 63 | |
| 64 | } // namespace tflite |
no outgoing calls