Home
last modified time | relevance | path

Searched refs:nn_compilation_cache_token_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_kernel.h346 std::vector<uint8_t> nn_compilation_cache_token_; variable
Dnnapi_delegate.cc3655 nn_compilation_cache_token_.clear(); in Init()
3693 nn_compilation_cache_token_ = nnapi_cache_token; in Init()
3744 if (!nn_compilation_cache_token_.empty()) { in Prepare()
3748 compilation, cache_dir, nn_compilation_cache_token_.data()); in Prepare()