Searched refs:getCacheToken (Results 1 – 4 of 4) sorted by relevance
54 const uint8_t* getCacheToken() const;
59 const uint8_t* TokenHasher::getCacheToken() const { in getCacheToken() function in android::nn::TokenHasher
108 const uint8_t* forTest_getCacheToken() const { return mToken.getCacheToken(); } in forTest_getCacheToken()247 const uint8_t* getCacheToken() const { return mToken; } in getCacheToken() function
167 tokenData = token->getCacheToken(); in compile()267 : mPlan(plan), mIndex(stepIndex), mSubModel(), mDevice(device), mToken(plan->getCacheToken()) {} in ExecutionStep()951 return static_cast<const SimpleBody*>(mBody)->mToken.getCacheToken(); in forTest_simpleGetCacheToken()