Searched refs:ruy_context_ (Results 1 – 3 of 3) sorted by relevance
40 ruy::Context* ruy_context() const { return ruy_context_.get(); } in ruy_context()56 void ClearCaches() override { ruy_context_->ClearPrepackedCache(); } in ClearCaches()97 const std::unique_ptr<ruy::Context> ruy_context_; variable
127 ruy_context_(new ruy::Context), in CpuBackendContext()144 ruy_context_->set_max_num_threads(target_num_threads); in SetMaxNumThreads()
359 # gemmlowp_context_ and ruy_context_ members.