Home
last modified time | relevance | path

Searched refs:ruy_context_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_context.h40 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
Dcpu_backend_context.cc127 ruy_context_(new ruy::Context), in CpuBackendContext()
144 ruy_context_->set_max_num_threads(target_num_threads); in SetMaxNumThreads()
DBUILD359 # gemmlowp_context_ and ruy_context_ members.